blender/build_files/cmake
2012-01-20 23:03:41 +00:00
..
config fix for segfault with bpy compiled as python module (dont register atexit) 2012-01-17 15:19:11 +00:00
example_scripts added a check to console auto-compleation for pythons struct_seq type, so bpy.app and sys.float_info autocompleate their attributes rather then bring treated as a typle. 2011-06-10 09:44:27 +00:00
Modules minor cleanup 2011-11-16 16:38:37 +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
cmake_consistency_check_config.py quiet some warnings. 2011-11-01 22:51:10 +00:00
cmake_consistency_check.py add python3 checks to avoid confusion from errors with python2. 2011-11-19 00:01:10 +00:00
cmake_netbeans_project.py - disable undo for user preferences (every click would do push an undo), was noticeable on large files. 2011-11-08 15:11:27 +00:00
cmake_qtcreator_project.py attempt to fix defione for qtcreator project file and cycles define. 2011-12-06 04:53:16 +00:00
cmake_static_check_cppcheck.py quiet warnings and possible NULL checking crash fix for indentation functions. 2012-01-20 23:03:41 +00:00
cmake_static_check_sparse.py remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
cmake_static_check_splint.py remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
macros.cmake Patch is partially made by Pelle Johnsen. Thanks! 2011-12-30 22:10:48 +00:00
packaging.cmake part of a patch from Dan Eicher for cmake packaging. 2011-08-24 18:23:21 +00:00
project_info.py cleanup for redefined vars 2012-01-18 06:55:51 +00:00
project_source_info.py cleanup for redefined vars 2012-01-18 06:55:51 +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