blender/build_files/cmake
Sergey Sharybin 5d99cde822 Remove SCons building system
While SCons building system was serving us really good for ages it's no longer
having much attention by the developers and started to become quite a difficult
task to maintain.

What's even worse -- there started to be quite serious divergence between SCons
and CMake which was only accumulating over the releases now. The fact that none
of the active developers are really using SCons and that our main studio is also
using CMake spotting bugs in the SCons builds became quite a difficult task and
we aren't always spotting them in time.

Meanwhile CMake became really mature building system which is available on every
platform we support and arguably it's also easier and more robust to use.

This commit includes:

- Removal of actual SCons building system
- Removal of SCons git submodule
- Removal of documentation which is stored in the sources and covers SCons
- Tweaks to the buildbot master to stop using SCons submodule
  (this change requires deploying to the server)
- Tweaks to the install dependencies script to skip installing or mentioning
  SCons building system
- Tweaks to various helper scripts to avoid mention of SCons folders/files
  as well

Reviewers: mont29, dingto, dfelinto, lukastoenne, lukasstockner97, brecht, Severin, merwin, aligorith, psy-fi, campbellbarton, juicyfruit

Reviewed By: campbellbarton, juicyfruit

Differential Revision: https://developer.blender.org/D1680
2016-01-04 14:20:48 +05:00
..
config CMake: Disable some features when using MinGW and full cmake config 2015-12-26 20:07:40 +05:00
example_scripts patch cmake_linux_install.sh to do multithreaded build 2014-02-27 16:00:26 +01:00
Modules missed last commit 2015-11-27 18:00:02 +11:00
buildinfo.cmake CMake: minor message cleanups. 2015-10-10 17:35:30 +02:00
clang_array_check.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_consistency_check_config.py Eigen: move C API into intern/eigen. 2015-12-10 01:58:06 +01:00
cmake_consistency_check.py Cleanup: pep8 2015-06-07 17:28:02 +10:00
cmake_netbeans_project.py Fix for error w/ QtCreator project builder 2015-12-27 17:11:44 +11:00
cmake_qtcreator_project.py Fix for error w/ QtCreator project builder 2015-12-27 17:11:44 +11:00
cmake_static_check_clang_array.py Eigen: fold remaining OpenNL code into intern/eigen. 2015-12-10 01:58:10 +01:00
cmake_static_check_cppcheck.py Eigen: fold remaining OpenNL code into intern/eigen. 2015-12-10 01:58:10 +01:00
cmake_static_check_smatch.py Eigen: fold remaining OpenNL code into intern/eigen. 2015-12-10 01:58:10 +01:00
cmake_static_check_sparse.py Eigen: fold remaining OpenNL code into intern/eigen. 2015-12-10 01:58:10 +01:00
cmake_static_check_splint.py Eigen: fold remaining OpenNL code into intern/eigen. 2015-12-10 01:58:10 +01:00
macros.cmake Remove SCons building system 2016-01-04 14:20:48 +05:00
packaging.cmake Change cpack package name to be "blender" instead of "Blender" 2015-11-07 08:34:27 +01:00
project_info.py Fix for error w/ QtCreator project builder 2015-12-27 17:11:44 +11:00
project_source_info.py Use regex for cmake config parsing 2015-07-13 20:05:26 +10: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