assimp/contrib/cppunit-1.12.1
aramis_acg 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface.
- FIX build error on vc8/release-noboost x64, ConvertUTF.c had wrong PCH settings.
- ADD knowext and listext verbs to assimp_cmd, add some raw docs.
- Update unit tests to reflect these changes. Currently I keep getting failures in some tests, this needs to be resolved *urgently*.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@567 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-03-02 17:38:01 +00:00
..
config Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
contrib Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
doc Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
include Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
src - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. 2010-03-02 17:38:01 +00:00
AUTHORS Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
BUGS Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
COPYING Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
ChangeLog Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
CodingGuideLines.txt Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
INSTALL Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
INSTALL-WIN32.txt Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
INSTALL-unix Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
Makefile.am Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
Makefile.in Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
NEWS Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
README Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
THANKS Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
TODO Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
aclocal.m4 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
configure Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
configure.in Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
cppunit-config.1 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
cppunit-config.in Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
cppunit.m4 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
cppunit.pc.in Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
cppunit.spec Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
cppunit.spec.in Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00

README

		CppUnit --- The C++ Unit Test Library
		-------------------------------------
		    http://cppunit.sourceforge.net


CppUnit is the C++ port of the famous JUnit framework for unit
testing.

For MSWindows installation notes, see INSTALL-WIN32.txt.
For other systems -- including cygwin -- see INSTALL and INSTALL-unix.


Bug reports are welcome.  Please use the SourceForge bug tracking
system at http://sourceforge.net/projects/cppunit/.  Bugs that already
appear in the file BUGS do not need to be reported.

Email to the current maintainers may be sent to
<cppunit-devel@lists.sourceforge.net>.