Blender Git Commit Log

Git Commits -> Revision e8397e6

Revision e8397e6 by Campbell Barton (master)
November 29, 2010, 04:35 (GMT)
include headers in cmake source, added a script to check for consistency, reporting missing headers & C files.
this is important so IDE's using CMake integration always get blender headers. - QtCreator & MSVC for eg, probably others too.

Commit Details:

Full Hash: e8397e6193452f6e93a19c5aa31d5effaff54f25
SVN Revision: 33372
Parent Commit: 4c82be9
Lines Changed: +1752, -65

1 Added Path:

/build_files/cmake/cmake_consistency_check.py (+191, -0) (View)

95 Modified Paths:

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