This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
assimp
Watch
1
Star
0
Fork
0
You've already forked assimp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
365b3aa412bdd797faebcbd5bf9fad74b7870898
assimp
/
code
/
BoostWorkaround
/
boost
History
Alexander C. Gessler
27727f692b
add missing <sstream> header to lexical_cast replacement
2013-08-27 20:17:30 +00:00
..
math
…
tuple
make all targets build under OSX 10.8.2 and add iOS target
2013-03-31 21:48:38 +09: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
LICENSE_1_0.txt
…
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
…
pointer_cast.hpp
…
scoped_array.hpp
…
scoped_ptr.hpp
…
shared_array.hpp
…
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
…