Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-13Make BF_PYTHON_ABI_FLAGS a scons option. Default flags are empty.Sergey Sharybin
2011-03-12builder reports MSVC was setting stack size to 2gig.Campbell Barton
2011-03-12edit scons to use py3.2 on all os's and use 'm' abiflag on linux since this i...Campbell Barton
2011-03-12set 2mb stack for mingw too.Campbell Barton
2011-03-12Fix [#25659] crash when unwrapping specific meshNathan Letwory
2011-03-09disable openexr and collada for mingw, give linking errors.Campbell Barton
2011-03-04change mingw-scons to use python 3.2 Ervin Weber
2011-03-04Bump OSX SCons to use Python 3.2. Remember to update your lib/darwin* directory.Nathan Letwory
2011-03-04Move Windows SCons system to build Blender against the new Python 3.2 libs co...Nathan Letwory
2011-02-25add NDEBUG to scons release flags + some pep8 cleanup for examples.Campbell Barton
2011-02-25use flag _DEBUG, not DEBUG.Campbell Barton
2011-01-27Commit to cope with API changes in OpenCOLLADA (latest for Windows right now ...Nathan Letwory
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2011-01-05Enable sndfile by default on win64Nathan Letwory
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-01disable redcode support for cmake & scons-freebsdCampbell Barton
2010-11-04Global definition of _LARGEFILE_SOURCE, _FILE_OFFSET_BITS and _LARGEFILE64_SO...Sergey Sharybin
2010-10-27Change /WX away for now, some odd thing going on between cloned environments....Nathan Letwory
2010-10-19Make C4013 throw a warningNathan Letwory
2010-10-19Set defaults for compile and link flags to lists.Nathan Letwory
2010-10-19Disable LCMS by default for scons.Campbell Barton
2010-10-19whitespace commit, AKA commit count bump.Nathan Letwory
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ...Campbell Barton
2010-10-17Test stricter GCC compiler settings, these warnings will now give errors.Campbell Barton
2010-10-15enable warning for unused args with gcc: -Wunused-parameterCampbell Barton
2010-10-05Scons options for static linking to libsamplerate, sndfile and fftw3Sergey Sharybin
2010-10-05Enable lcms support on Windows.Nathan Letwory
2010-08-26Patch [#5429] SCons patch for linux: support more libs to be linked staticallyNathan Letwory
2010-08-25patch [#23359] Addenda: fixes for SCons FreeBSD 7, 8, 9 supportCampbell Barton
2010-08-14Apply patch #23295 - Fix for SCons building on FreeBSDNathan Letwory
2010-08-02SConsCampbell Barton
2010-07-28* for win64 fftw3 support is already enabled by default, doing so also for wi...Nathan Letwory
2010-07-19- Reverted "Set FREE_WINDOWS when compiling with MinGW"Sergey Sharybin
2010-07-19- Use correct paths for mstoolkit and crossmingw tools in sconscriptSergey Sharybin
2010-07-12re-arrange build files so scons "config" dir isnt confused with ~/.blender/2....Campbell Barton