blender/intern/container
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
..
intern remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
make 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
CMakeLists.txt use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
CTR_List.h correct fsf address 2010-02-12 13:34:04 +00:00
CTR_Map.h correct fsf address 2010-02-12 13:34:04 +00:00
CTR_TaggedIndex.h correct fsf address 2010-02-12 13:34:04 +00:00
CTR_TaggedSetOps.h correct fsf address 2010-02-12 13:34:04 +00:00
CTR_UHeap.h correct fsf address 2010-02-12 13:34:04 +00:00
Makefile Makefile updates for Blender 2.5 (from GSR) 2009-03-19 01:50:45 +00:00
SConscript rename most scons build targets to match cmake 2010-08-25 04:30:47 +00:00