Blender Git Loki

Git Commits -> Revision 13d8671

Revision 13d8671 by Sergey Sharybin (master)
September 25, 2014, 11:08 (GMT)
Cycles: Add support of Glog logging

This commit makes it possible to use Glog library for the debug logging.
For now only possible when using CMake and in order to use the logging
the WITH_CYCLES_LOGGING configuration variable is to be enabled.

When this option is not enabled or when using Scons there's no difference
in Cycles behavior at all, when using logging and no output to the console
impact is gonna to be minimal.

This is done in order to make it possible to have debug logging persistent
in code (without need to add it when troubleshooting some bug and removing
it afterwards).

For now actual logging is not placed yet, only all the functions needed for
the logging are written and so.

Commit Details:

Full Hash: 13d8671a1a71e77ca3c6b1ce3d13d200ddd778d1
Parent Commit: 058e3f0
Lines Changed: +206, -1

3 Added Paths:

/intern/cycles/blender/blender_logging.cpp (+65, -0) (View)
/intern/cycles/util/util_logging.cpp (+33, -0) (View)
/intern/cycles/util/util_logging.h (+53, -0) (View)

8 Modified Paths:

/CMakeLists.txt (+1, -0) (Diff)
/extern/libmv/CMakeLists.txt (+1, -1) (Diff)
/intern/cycles/blender/CCL_api.h (+4, -0) (Diff)
/intern/cycles/blender/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/CMakeLists.txt (+18, -0) (Diff)
/intern/cycles/util/CMakeLists.txt (+2, -0) (Diff)
/source/creator/CMakeLists.txt (+5, -0) (Diff)
/source/creator/creator.c (+23, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021