Blender Git Commit Log
Git Commits -> Revision 0dad5cf
Revision 0dad5cf by Campbell Barton (master) August 18, 2009, 03:24 (GMT) |
CMake/Warnings * WITH_GAMEENGINE and WITH_BULLET were being added to the compiler flags, only define in areas that use them. * removed C++ unix warnings by adding -Wno-invalid-offsetof -Wno-sign-compare. the py api uses invalid offsets for attributes. * removed C unix -Wnested-externs warning, these are everywhere in blender. * removed unused BGE python headers * undefine _XOPEN_SOURCE and _POSIX_C_SOURCE in the BGE, python redefines. * renamed USE_BULLET in collision.c to WITH_BULLET for consistency |
Commit Details:
Full Hash: 0dad5cfbcafeaa45b59b581dc217fe2ebd297f2d
SVN Revision: 22591
Parent Commit: ca20107
Lines Changed: +31, -84
2 Deleted Paths:
/source/gameengine/Expressions/KX_Python_dynamic.h (+0, -36)
/source/gameengine/Expressions/KX_Python_static.h (+0, -36)
/source/gameengine/Expressions/KX_Python_static.h (+0, -36)
6 Modified Paths:
/CMakeLists.txt (+3, -7) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+7, -3) (Diff)
/source/blender/blenkernel/intern/collision.c (+2, -2) (Diff)
/source/blender/editors/CMakeLists.txt (+4, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+4, -0) (Diff)
/source/gameengine/Expressions/KX_Python.h (+11, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+7, -3) (Diff)
/source/blender/blenkernel/intern/collision.c (+2, -2) (Diff)
/source/blender/editors/CMakeLists.txt (+4, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+4, -0) (Diff)
/source/gameengine/Expressions/KX_Python.h (+11, -0) (Diff)