blender/intern/cycles
Sergey Sharybin 90e827ba66 CMake: De-duplicate checks around unordered maps and shared pointer
Previously several areas were calling TEST_SHARED_PTR_SUPPORT and
TEST_UNORDERED_MAP_SUPPORT which isn't that bad on it's own but
was causing some quite verbose output with same information line
printed multiple times. additionally, what's more worse, define flags
for Ceres were duplicated in main CMakeLists and Ceres's CMakeLists.

Now we've got a single place where checks for those classes are
happening and other areas are simply checking for variables set by
those check macros, keeping CMake output clean and nice.
2016-01-14 12:38:46 +05:00
..
app Cycles: Add option to directly link against CUDA libraries 2016-01-14 12:27:22 +05:00
blender Cycles: Use special debug panel to fine-tune debug flags 2016-01-12 16:21:30 +05:00
bvh Cleanup: And one more commit... (BVH Cache). 2015-09-24 17:01:58 +02:00
cmake Cycles: Add option to directly link against CUDA libraries 2016-01-14 12:27:22 +05:00
device Cycles: Add option to directly link against CUDA libraries 2016-01-14 12:27:22 +05:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Cycles: Use proper primitive for the motion subsurface refine 2016-01-12 17:09:29 +05:00
render Cycles: Adding Hilbert Spiral as a tile order for rendering 2016-01-10 00:13:53 +01:00
subd Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
util Cycles: Use special debug panel to fine-tune debug flags 2016-01-12 16:21:30 +05:00
CMakeLists.txt CMake: De-duplicate checks around unordered maps and shared pointer 2016-01-14 12:38:46 +05:00