Blender Git Commit Log
Git Commits -> Revision 69b88cf
Revision 69b88cf by Jason Wilkins (master) November 23, 2012, 15:12 (GMT) |
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. |
Commit Details:
Full Hash: 69b88cf719c7aa9e28e28063557c8fe6f4963327
SVN Revision: 52516
Parent Commit: c407c95
Lines Changed: +51, -34
14 Modified Paths:
/intern/memutil/MEM_CacheLimiter.h (+4, -2) (Diff)
/intern/opennl/CMakeLists.txt (+5, -1) (Diff)
/source/blender/blenlib/BLI_math_base.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_math_color.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_inline.h (+3, -2) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -1) (Diff)
/source/blender/blenlib/CMakeLists.txt (+6, -0) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+2, -3) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+3, -2) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+2, -3) (Diff)
/source/blender/blenlib/intern/string.c (+8, -8) (Diff)
/source/blender/blenlib/intern/string_utf8.c (+6, -6) (Diff)
/source/blender/nodes/CMakeLists.txt (+7, -2) (Diff)
/intern/opennl/CMakeLists.txt (+5, -1) (Diff)
/source/blender/blenlib/BLI_math_base.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_math_color.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_inline.h (+3, -2) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -1) (Diff)
/source/blender/blenlib/CMakeLists.txt (+6, -0) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+2, -3) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+3, -2) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+2, -3) (Diff)
/source/blender/blenlib/intern/string.c (+8, -8) (Diff)
/source/blender/blenlib/intern/string_utf8.c (+6, -6) (Diff)
/source/blender/nodes/CMakeLists.txt (+7, -2) (Diff)