Blender Git Commit Log
Git Commits -> Revision dea59cc
Revision dea59cc by Campbell Barton (master) September 18, 2010, 03:55 (GMT) |
warning fixes and minor cmake changes. |
Commit Details:
Full Hash: dea59cc5eb6562272df361c062f7ed226c2b7a36
SVN Revision: 31991
Parent Commit: d5e11d4
Lines Changed: +174, -122
52 Modified Paths:
/extern/binreloc/CMakeLists.txt (+9, -2) (Diff)
/extern/glew/CMakeLists.txt (+3, -1) (Diff)
/extern/lzo/CMakeLists.txt (+1, -5) (Diff)
/intern/boolop/CMakeLists.txt (+11, -2) (Diff)
/intern/bsp/CMakeLists.txt (+6, -2) (Diff)
/intern/container/CMakeLists.txt (+0, -1) (Diff)
/intern/decimation/CMakeLists.txt (+6, -2) (Diff)
/intern/elbeem/CMakeLists.txt (+0, -1) (Diff)
/intern/guardedalloc/CMakeLists.txt (+9, -3) (Diff)
/intern/iksolver/CMakeLists.txt (+5, -2) (Diff)
/intern/itasc/CMakeLists.txt (+0, -1) (Diff)
/intern/memutil/CMakeLists.txt (+4, -2) (Diff)
/intern/moto/CMakeLists.txt (+0, -1) (Diff)
/intern/opennl/CMakeLists.txt (+0, -2) (Diff)
/intern/string/CMakeLists.txt (+1, -3) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/intern/effect.c (+0, -1) (Diff)
/source/blender/blenloader/CMakeLists.txt (+8, -3) (Diff)
/source/blender/blenpluginapi/CMakeLists.txt (+6, -1) (Diff)
/source/blender/editors/render/CMakeLists.txt (+4, -5) (Diff)
/source/blender/editors/screen/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/screen/screen_edit.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/sound/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_action/CMakeLists.txt (+2, -3) (Diff)
/source/blender/editors/space_api/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_buttons/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_console/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_file/CMakeLists.txt (+3, -4) (Diff)
/source/blender/editors/space_graph/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_image/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_info/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_logic/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_nla/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+4, -4) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_script/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_sound/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_text/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_time/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_userpref/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+4, -4) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/util/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/uvedit/CMakeLists.txt (+3, -3) (Diff)
/source/blender/gpu/CMakeLists.txt (+12, -3) (Diff)
/source/blender/imbuf/CMakeLists.txt (+4, -4) (Diff)
/source/blender/imbuf/intern/cineon/CMakeLists.txt (+4, -4) (Diff)
/source/blender/imbuf/intern/dds/CMakeLists.txt (+4, -4) (Diff)
/source/blender/makesdna/intern/CMakeLists.txt (+9, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+6, -3) (Diff)
/extern/glew/CMakeLists.txt (+3, -1) (Diff)
/extern/lzo/CMakeLists.txt (+1, -5) (Diff)
/intern/boolop/CMakeLists.txt (+11, -2) (Diff)
/intern/bsp/CMakeLists.txt (+6, -2) (Diff)
/intern/container/CMakeLists.txt (+0, -1) (Diff)
/intern/decimation/CMakeLists.txt (+6, -2) (Diff)
/intern/elbeem/CMakeLists.txt (+0, -1) (Diff)
/intern/guardedalloc/CMakeLists.txt (+9, -3) (Diff)
/intern/iksolver/CMakeLists.txt (+5, -2) (Diff)
/intern/itasc/CMakeLists.txt (+0, -1) (Diff)
/intern/memutil/CMakeLists.txt (+4, -2) (Diff)
/intern/moto/CMakeLists.txt (+0, -1) (Diff)
/intern/opennl/CMakeLists.txt (+0, -2) (Diff)
/intern/string/CMakeLists.txt (+1, -3) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/intern/effect.c (+0, -1) (Diff)
/source/blender/blenloader/CMakeLists.txt (+8, -3) (Diff)
/source/blender/blenpluginapi/CMakeLists.txt (+6, -1) (Diff)
/source/blender/editors/render/CMakeLists.txt (+4, -5) (Diff)
/source/blender/editors/screen/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/screen/screen_edit.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/sound/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_action/CMakeLists.txt (+2, -3) (Diff)
/source/blender/editors/space_api/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_buttons/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_console/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_file/CMakeLists.txt (+3, -4) (Diff)
/source/blender/editors/space_graph/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_image/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_info/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_logic/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_nla/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+4, -4) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_script/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_sound/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_text/CMakeLists.txt (+3, -3) (Diff)
/source/blender/editors/space_time/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/space_userpref/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+4, -4) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/util/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/uvedit/CMakeLists.txt (+3, -3) (Diff)
/source/blender/gpu/CMakeLists.txt (+12, -3) (Diff)
/source/blender/imbuf/CMakeLists.txt (+4, -4) (Diff)
/source/blender/imbuf/intern/cineon/CMakeLists.txt (+4, -4) (Diff)
/source/blender/imbuf/intern/dds/CMakeLists.txt (+4, -4) (Diff)
/source/blender/makesdna/intern/CMakeLists.txt (+9, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+6, -3) (Diff)