blender/intern
Campbell Barton c6976e7351 use explicit file paths for CMake rather then globing, This is recommended by cmake devs.
globbing vs explicit is discussed here.
http://www.cmake.org/pipermail/cmake/2008-December/025694.html

Practical implications are:
- developers need to keep CMakeLists.txt files up to date.
- Users wont get strange linking errors if they build after a file is added, since CMake detects CMakeLists.txt is modified and automatically reconfigure.
2010-10-23 04:05:55 +00:00
..
audaspace use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
boolop use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
bsp use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
container use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
decimation use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
elbeem use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
ghost Fix [#24337] Create vertex (and faces and edges) with "Control+LMB" doesn't works! 2010-10-22 22:58:12 +00:00
guardedalloc bugfix [#24302] Ctrl+Click Extrude gets old mouse events 2010-10-18 00:25:32 +00:00
iksolver use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
itasc use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
make 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
memutil use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
moto use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
opennl use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
smoke use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
string use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
CMakeLists.txt option to disable ITASC IK solver, (will be enabled by default ofcourse) 2010-09-12 12:27:12 +00:00
Makefile still doesn't work but this fixes make clean 2009-09-25 04:25:40 +00:00
SConscript Merge of itasc branch. Project files, scons and cmake should be working. Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library. 2009-09-24 21:22:24 +00:00