blender/intern/guardedalloc
Campbell Barton 55f68c3657 fix for more warnings.
- modifier code was using sizeof() without knowing the sizeof the array when clearing the modifier type array.
- use BLI_snprintf rather then sprintf where the size of the string is known.
- particle drawing code kept a reference to stack float values (not a problem at the moment but would crash if accessed later).
2011-02-12 16:54:24 +00:00
..
cpp c++ -> C++ 2010-10-08 20:40:42 +00:00
intern fix for more warnings. 2011-02-12 16:54:24 +00:00
test/simpletest remove nan-makefiles 2011-01-30 15:29:22 +00:00
BLO_sys_types.h correct fsf address 2010-02-12 13:34:04 +00:00
CMakeLists.txt rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
MEM_guardedalloc.h fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the CWD was longer then 160. 2011-02-12 10:37:37 +00:00
mmap_win.h correct fsf address 2010-02-12 13:34:04 +00:00
SConscript Enable CXX_GUARDEDALLOC support through SCons. 2010-10-08 20:39:56 +00:00