Blender Git Loki
Git Commits -> Revision bbf1272
Revision bbf1272 by Sergey Sharybin (master) December 31, 2014, 20:31 (GMT) |
Cycles: Fully support WITH_CYCLES_LOGGING option This commit generalizes logging module a little bit in making it possible to use Glog logging in standalone Cycles repository. |
Commit Details:
Full Hash: bbf12722edb7d1cfbbdedd6757275ff386211fe0
Parent Commit: f2665d5
Lines Changed: +94, -51
7 Modified Paths:
/intern/cycles/app/CMakeLists.txt (+8, -1) (Diff)
/intern/cycles/app/cycles_standalone.cpp (+15, -2) (Diff)
/intern/cycles/blender/blender_logging.cpp (+3, -35) (Diff)
/intern/cycles/cmake/external_libs.cmake (+15, -0) (Diff)
/intern/cycles/CMakeLists.txt (+5, -13) (Diff)
/intern/cycles/util/util_logging.cpp (+44, -0) (Diff)
/intern/cycles/util/util_logging.h (+4, -0) (Diff)
/intern/cycles/app/cycles_standalone.cpp (+15, -2) (Diff)
/intern/cycles/blender/blender_logging.cpp (+3, -35) (Diff)
/intern/cycles/cmake/external_libs.cmake (+15, -0) (Diff)
/intern/cycles/CMakeLists.txt (+5, -13) (Diff)
/intern/cycles/util/util_logging.cpp (+44, -0) (Diff)
/intern/cycles/util/util_logging.h (+4, -0) (Diff)