Go to file
Sergey Sharybin 1be2936298 Backtrace for unfreed memory blocks
Added an option to show backtrace from where
non-freed datablock was allocated from.

To enable this feature, simply enable DEBUG_BACKTRACE
in mallocn.c file and all unfreed datablocks will
be followed up by a backtrace.

Currently works on linux and osx only,
windows support is on TODO.

This feature is for sure disabled by default,
so does not affect any builds which don't
explicitly define DEBUG_BACKTRACE.
2013-05-30 14:27:24 +00:00
build_files Various fixes for install_deps' scons options. 2013-05-29 18:57:36 +00:00
doc rename references to faces in docs. 2013-05-28 13:58:56 +00:00
extern Fixed compilation error after recent keyframes commit. 2013-05-30 12:05:28 +00:00
intern Backtrace for unfreed memory blocks 2013-05-30 14:27:24 +00:00
release Patch #35464: Marker placement for motion tracker by clicking on a desired location 2013-05-30 11:37:53 +00:00
source fix debug derived mesh print function, layers in the customdata that were NULL were not printed. 2013-05-30 13:13:43 +00:00
CMakeLists.txt fix for building on osx with recent freestyle bugfix. 2013-05-24 10:15:20 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P ) 2013-05-14 14:37:51 +00:00
SConstruct Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00