Blender Git Commit Log

Git Commits -> Revision 3ff3b97

July 26, 2013, 16:53 (GMT)
- changed root CMakeLists.txt so OpenVDB would compile on Mac OS X;
- moved cycles_openvdb_test out of cycles/app since most internal dependencies are not shared between them, to simplify compilation;
- removed -fno-rtti compilation flag since typeid is used;
- re-ordered includes to cause the recently added tbb dependency to be added first, since OIIO has its own lite version of tbb, causing many symbols to remain undefined;

Commit Details:

Full Hash: 3ff3b97a728e27849b95c21eaac8c66df2c3e86b
SVN Revision: 58631
Parent Commit: aede6f9
Lines Changed: +2064, -32

7 Added Paths:

/intern/cycles/openvdb_app/CMakeLists.txt (+41, -0) (View)
/intern/cycles/openvdb_app/cycles_openvdb_test.cpp (+394, -0) (View)
/intern/cycles/openvdb_app/cycles_server.cpp (+103, -0) (View)
/intern/cycles/openvdb_app/cycles_test.cpp (+348, -0) (View)
/intern/cycles/openvdb_app/cycles_xml.cpp (+981, -0) (View)
/intern/cycles/openvdb_app/cycles_xml.h (+31, -0) (View)
/intern/cycles/openvdb_app/io_export_cycles_xml.py (+143, -0) (View)

8 Modified Paths:

/CMakeLists.txt (+8, -8) (Diff)
/extern/openvdb/CMakeLists.txt (+1, -1) (Diff)
/intern/cycles/app/CMakeLists.txt (+0, -17) (Diff)
/intern/cycles/CMakeLists.txt (+11, -1) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/osl/CMakeLists.txt (+0, -2) (Diff)
/intern/cycles/kernel/osl/osl_services.h (+0, -2) (Diff)
/source/creator/CMakeLists.txt (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021