Added factory provider for default log streams. Added default log streams to std::out and std::cerr. Updated VC8 project config, boost workarounds is now working for the viewer. Updated unit test suite. Fixed some minor issues in the postprocessing-framework. BROKEN: DebugDLL build. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@292 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
21 lines
345 B
C
21 lines
345 B
C
|
|
|
|
#ifndef ASSIMP_BUILD_SINGLETHREADED
|
|
# include <boost/thread.hpp>
|
|
#endif
|
|
|
|
// Assimp public API
|
|
#include <aiPostProcess.h>
|
|
#include <aiScene.h>
|
|
#include <assimp.hpp>
|
|
#include <DefaultLogger.h>
|
|
|
|
|
|
// CPPUNIT
|
|
#include <cppunit/TestFixture.h>
|
|
#include <cppunit/extensions/HelperMacros.h>
|
|
|
|
#include <math.h>
|
|
|
|
#undef min
|
|
#undef max |