blender/intern/memutil
Jason Wilkins 69b88cf719 Patch [#33196] Warning Fixes 11-16-2012
* MEM_CacheLimitier - Size type to int conversion, should be safe for now (doing my best Bill Gates 640k impression)
* OpenNL CMakeLists.txt - MSVC and GCC have slightly different ways to remove definitions (DEBUG) without the compiler complaining
* BLI_math inlines - The include guard name and inline option macro name should be different. Suppressed warning about not exporting any symbols from inline math library
* BLI string / utf8 - Fixed some inconsistencies between declarations and definitions
* nodes - node_composite_util is apparently not used unless you enable the legacy compositor, so it should not be compiled in that case.

Leaving out changes to BLI_fileops for now, need to do more testing.
2012-11-23 15:12:13 +00:00
..
intern style cleanup 2012-10-28 15:23:16 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
MEM_Allocator.h style cleanup 2012-06-04 20:11:09 +00:00
MEM_CacheLimiter.h Patch [#33196] Warning Fixes 11-16-2012 2012-11-23 15:12:13 +00:00
MEM_CacheLimiterC-Api.h style cleanup 2012-10-28 15:23:16 +00:00
MEM_NonCopyable.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
MEM_RefCounted.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
MEM_RefCountedC-Api.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
MEM_RefCountPtr.h fix some types and incorrect info 2012-07-26 17:41:09 +00:00
MEM_SmartPtr.h code cleanup: spelling, 2012-11-12 07:33:01 +00:00
SConscript rename most scons build targets to match cmake 2010-08-25 04:30:47 +00:00