assimp/code/BoostWorkaround/boost
abma 6c5f9ecb06 fix most warnings with -pendantic 2014-08-18 02:09:06 +02:00
..
math Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …). 2010-03-03 21:48:23 +00:00
tuple fix most warnings with -pendantic 2014-08-18 02:09:06 +02:00
LICENSE_1_0.txt fix shared_ptr and shared_array implementation. add pointer_cast facility. 2010-05-10 10:18:54 +00:00
foreach.hpp # NoBoost: fix a critical issue in the foreach replacement. All local variables introduced by the loop header have longer, magic names now. This avoids unintended shadowing of other local variables. 2011-07-18 03:13:57 +00:00
format.hpp # some fixes to reduce the size of the binary. Total savings are ~3%. Thanks to Krishty for his efforts in that regard. 2011-04-03 15:12:05 +00:00
lexical_cast.hpp add missing <sstream> header to lexical_cast replacement 2013-08-27 20:17:30 +00:00
make_shared.hpp + add dummy implementation of make_shared to boost workaround (unlike the original, it does *not* offer any performance benefits). 2011-05-31 17:38:22 +00:00
noncopyable.hpp + add boost.noncopyable to boost-workaround. 2011-01-09 23:15:20 +00:00
pointer_cast.hpp fix shared_ptr and shared_array implementation. add pointer_cast facility. 2010-05-10 10:18:54 +00:00
scoped_array.hpp Add missing boost workaround files to CMakeLists.txt. 2010-04-11 02:46:52 +00:00
scoped_ptr.hpp fix shared_ptr and shared_array implementation. add pointer_cast facility. 2010-05-10 10:18:54 +00:00
shared_array.hpp BoostWorkaround/shared_array and shared_ptr: fix checks for whether the boost originals are included already. Fixes #277 2014-05-16 14:57:33 +02:00
shared_ptr.hpp BoostWorkaround/shared_array and shared_ptr: fix checks for whether the boost originals are included already. Fixes #277 2014-05-16 14:57:33 +02:00
static_assert.hpp merge with git://github.com/tonttu/assimp.git 2011-06-09 14:29:32 +00:00
timer.hpp Add GLOB_MEASURE_TIME configuration option to profile the runtime of the postprocessing steps. 2010-07-08 22:44:44 +00:00