blender/intern/audaspace
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
..
ffmpeg Fix T46815: Changing playback setting makes blender crash 2015-12-02 10:23:07 +01:00
fftw code cleanup: correct spelling 2012-09-28 06:45:20 +00:00
FX Bugfix T41133: Audio: Speakers with animated pitch cause clicks in rendered animations, crashes or huge filesizes in rendered audio 2014-07-21 14:25:10 +02:00
intern Fix T47064: Change Audio defaults to 48 kHz 2015-12-27 16:33:54 +01:00
jack update doxygen congfig and tweaks to warnings when running doxygen. 2013-07-03 04:47:50 +00:00
OpenAL Fix: AUD_OpenALDevice::getPosition returns negative values 2015-03-26 14:45:21 +13:00
Python Fix T47064: Change Audio defaults to 48 kHz 2015-12-27 16:33:54 +01:00
SDL Fix T47064: Change Audio defaults to 48 kHz 2015-12-27 16:33:54 +01:00
sndfile Audaspace: 2012-11-05 14:24:35 +00:00
SRC unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
CMakeLists.txt Quiet audaspace unused macro warnings 2015-10-23 18:40:42 +11:00
COPYING Relicensing audaspace under GPL 2 or later. 2011-02-18 23:47:37 +00:00