blender/build_files/cmake
Campbell Barton 004f8d78ed default to Python3.3 on Linux for SCons and CMake, warn when building with python 3.2x or older.
also remove casts to keep Python3.2 warning quiet.
2012-11-05 13:48:42 +00:00
..
config remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. 2012-10-22 02:39:26 +00:00
example_scripts replace python3 command with python3.2, python3 isnt available on ubuntu. 2012-05-01 20:45:16 +00:00
Modules default to Python3.3 on Linux for SCons and CMake, warn when building with python 3.2x or older. 2012-11-05 13:48:42 +00:00
buildinfo.cmake buildinfo is now quoted from the build systems, avoids stripping quotes on startup. 2011-08-22 12:24:14 +00:00
clang_array_check.py code cleanup: reduce change the size of some float vectors that were bigger then they needed to be. 2012-10-08 07:08:29 +00:00
cmake_consistency_check_config.py remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. 2012-10-22 02:39:26 +00:00
cmake_consistency_check.py replace python3 command with python3.2, python3 isnt available on ubuntu. 2012-05-01 20:45:16 +00:00
cmake_netbeans_project.py style cleanup: use <pre> for doxygen ascii art 2012-08-13 15:17:15 +00:00
cmake_qtcreator_project.py Fix for own commit r51178, duplicate line. 2012-10-08 12:02:55 +00:00
cmake_static_check_clang_array.py style cleanup: pep8 2012-10-08 10:03:01 +00:00
cmake_static_check_cppcheck.py style cleanup: pep8 2012-10-08 10:03:01 +00:00
cmake_static_check_smatch.py style cleanup: pep8 2012-10-08 10:03:01 +00:00
cmake_static_check_sparse.py style cleanup: pep8 2012-10-08 10:03:01 +00:00
cmake_static_check_splint.py style cleanup: pep8 2012-10-08 10:03:01 +00:00
macros.cmake style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
packaging.cmake CPack rpm cleanup 2012-05-16 02:51:58 +00:00
project_info.py style cleanup: make OSL follow our C style convention. http://wiki.blender.org/index.php/Dev:Doc/CodeStyle 2012-10-17 01:47:37 +00:00
project_source_info.py style cleanup: make OSL follow our C style convention. http://wiki.blender.org/index.php/Dev:Doc/CodeStyle 2012-10-17 01:47:37 +00:00
RpmBuild.cmake when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00