Blender Git Commit Log

Git Commits -> Revision 09da9d4

Revision 09da9d4 by Campbell Barton (master)
May 31, 2011, 01:15 (GMT)
cmake maintenance
blender_add_lib now takes a separate include argument to suppress warnings in system includes (mostly ffmpeg & python).
also only build wm_apple.c on apple+carbon configuration.

Commit Details:

Full Hash: 09da9d43931a09e3786343e724a3de7217285d0d
SVN Revision: 37030
Parent Commit: dcd55ce
Lines Changed: +593, -228

102 Modified Paths:

/build_files/cmake/macros.cmake (+16, -3) (Diff)
/extern/binreloc/CMakeLists.txt (+9, -5) (Diff)
/extern/bullet2/CMakeLists.txt (+5, -2) (Diff)
/extern/glew/CMakeLists.txt (+6, -2) (Diff)
/extern/libopenjpeg/CMakeLists.txt (+5, -1) (Diff)
/extern/libredcode/CMakeLists.txt (+4, -1) (Diff)
/extern/lzma/CMakeLists.txt (+5, -1) (Diff)
/extern/lzo/CMakeLists.txt (+5, -1) (Diff)
/intern/audaspace/CMakeLists.txt (+30, -31) (Diff)
/intern/boolop/CMakeLists.txt (+5, -1) (Diff)
/intern/bsp/CMakeLists.txt (+5, -1) (Diff)
/intern/container/CMakeLists.txt (+5, -1) (Diff)
/intern/decimation/CMakeLists.txt (+5, -1) (Diff)
/intern/elbeem/CMakeLists.txt (+6, -3) (Diff)
/intern/ghost/CMakeLists.txt (+7, -4) (Diff)
/intern/guardedalloc/CMakeLists.txt (+9, -3) (Diff)
/intern/iksolver/CMakeLists.txt (+5, -1) (Diff)
/intern/itasc/CMakeLists.txt (+5, -1) (Diff)
/intern/memutil/CMakeLists.txt (+5, -1) (Diff)
/intern/mikktspace/CMakeLists.txt (+5, -1) (Diff)
/intern/moto/CMakeLists.txt (+5, -1) (Diff)
/intern/opennl/CMakeLists.txt (+5, -1) (Diff)
/intern/smoke/CMakeLists.txt (+4, -1) (Diff)
/intern/string/CMakeLists.txt (+5, -1) (Diff)
/source/blender/avi/CMakeLists.txt (+4, -1) (Diff)
/source/blender/blenfont/CMakeLists.txt (+5, -2) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+11, -6) (Diff)
/source/blender/blenlib/CMakeLists.txt (+5, -2) (Diff)
/source/blender/blenloader/CMakeLists.txt (+4, -1) (Diff)
/source/blender/blenpluginapi/CMakeLists.txt (+6, -2) (Diff)
/source/blender/collada/CMakeLists.txt (+7, -3) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/curve/CMakeLists.txt (+5, -1) (Diff)
/source/blender/editors/datafiles/CMakeLists.txt (+8, -2) (Diff)
/source/blender/editors/gpencil/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/interface/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/mesh/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/metaball/CMakeLists.txt (+5, -1) (Diff)
/source/blender/editors/object/CMakeLists.txt (+5, -1) (Diff)
/source/blender/editors/physics/CMakeLists.txt (+5, -2) (Diff)
/source/blender/editors/render/CMakeLists.txt (+6, -2) (Diff)
/source/blender/editors/screen/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/sound/CMakeLists.txt (+5, -1) (Diff)
/source/blender/editors/space_action/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_api/CMakeLists.txt (+5, -1) (Diff)
/source/blender/editors/space_buttons/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_console/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_file/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_graph/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_image/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_info/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_logic/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_nla/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_script/CMakeLists.txt (+6, -2) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_sound/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_text/CMakeLists.txt (+6, -2) (Diff)
/source/blender/editors/space_time/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_userpref/CMakeLists.txt (+5, -1) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/util/CMakeLists.txt (+5, -1) (Diff)
/source/blender/editors/uvedit/CMakeLists.txt (+4, -1) (Diff)
/source/blender/gpu/CMakeLists.txt (+4, -1) (Diff)
/source/blender/ikplugin/CMakeLists.txt (+10, -4) (Diff)
/source/blender/imbuf/CMakeLists.txt (+10, -9) (Diff)
/source/blender/imbuf/intern/cineon/CMakeLists.txt (+13, -9) (Diff)
/source/blender/imbuf/intern/dds/CMakeLists.txt (+6, -2) (Diff)
/source/blender/imbuf/intern/openexr/CMakeLists.txt (+6, -2) (Diff)
/source/blender/makesdna/intern/CMakeLists.txt (+6, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+11, -2) (Diff)
/source/blender/modifiers/CMakeLists.txt (+5, -4) (Diff)
/source/blender/nodes/CMakeLists.txt (+6, -3) (Diff)
/source/blender/python/generic/CMakeLists.txt (+4, -1) (Diff)
/source/blender/python/intern/CMakeLists.txt (+4, -1) (Diff)
/source/blender/quicktime/CMakeLists.txt (+22, -19) (Diff)
/source/blender/render/CMakeLists.txt (+7, -2) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+13, -7) (Diff)
/source/blender/windowmanager/intern/wm_apple.c (+1, -7) (Diff)
/source/blender/windowmanager/SConscript (+1, -1) (Diff)
/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt (+6, -4) (Diff)
/source/gameengine/BlenderRoutines/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/Converter/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/Expressions/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/GameLogic/CMakeLists.txt (+6, -2) (Diff)
/source/gameengine/GamePlayer/common/CMakeLists.txt (+4, -1) (Diff)
/source/gameengine/GamePlayer/ghost/CMakeLists.txt (+4, -1) (Diff)
/source/gameengine/Ketsji/CMakeLists.txt (+9, -4) (Diff)
/source/gameengine/Ketsji/KXNetwork/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/Network/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/Physics/Bullet/CMakeLists.txt (+4, -1) (Diff)
/source/gameengine/Physics/common/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/Physics/Dummy/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/Rasterizer/CMakeLists.txt (+4, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/CMakeLists.txt (+4, -1) (Diff)
/source/gameengine/SceneGraph/CMakeLists.txt (+5, -1) (Diff)
/source/gameengine/VideoTexture/CMakeLists.txt (+8, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021