assimp/code/BoostWorkaround/boost
Wil Shipley 8b7fa48d27 - Merge in latest from assimp/assimp on GitHub (5c00aef7cd)
- Added at least some of the new files to my Xcode 6 project, as
well.
    - Built and tested with the DAE importer, seems to work fine.
2015-07-26 19:16:01 -07: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 - Merge in latest from assimp/assimp on GitHub (5c00aef7cd) 2015-07-26 19:16:01 -07: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 - Merge in latest from assimp/assimp on GitHub (5c00aef7cd) 2015-07-26 19:16:01 -07:00
static_assert.hpp merge with git://github.com/tonttu/assimp.git 2011-06-09 14:29:32 +00:00
timer.hpp - Merge in latest from assimp/assimp on GitHub (5c00aef7cd) 2015-07-26 19:16:01 -07:00