assimp/code/BoostWorkaround/boost
aramis_acg d29dde1646 # 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.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1055 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-07-18 03:13:57 +00: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 # noboost.tuple: prefix access of nested, but dependent templates with template<> for ISO compliance 2011-05-31 18:14:16 +00: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 newline at EOF 2011-04-22 22:23:20 +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 fix shared_ptr and shared_array implementation. add pointer_cast facility. 2010-05-10 10:18:54 +00:00
shared_ptr.hpp # bugfix boost workaround, shared_ptr didn't offer a const operator* 2011-05-31 17:35:17 +00: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