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
2016-01-04Remove SCons building systemSergey Sharybin
2015-07-28Audaspace: fixing problems for the merge to master suggested by Campbell and ...Jörg Müller
2015-07-20SCons: Weirdly enough at some point scons became broken in OpenSubdiv branchSergey Sharybin
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-03-13Initial compilation support with C++11 featureset enabledSergey Sharybin
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-12-03Cycles: Enable logging by defaultSergey Sharybin
2014-12-03Cycles: Support logging when building with SConsSergey Sharybin
2014-11-17Support dynamic loading of SDL librariesSergey Sharybin
2014-10-31SCons: Expose missing command line arguments controlling GLEWSergey Sharybin
2014-10-31Disable GLEW_MX in sconsSergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-10-02Libmv: Fix wrong variable use in sconsSergey Sharybin
2014-10-02Libmv: Add an option to disable schur specializations build-timeSergey Sharybin
2014-08-12Scons / Buildbot: Remove code for Visual Studio 2008.Thomas Dinges
2014-07-02Fix scons unable to build with sources tar archive (no git repo available in ...Bastien Montagne
2014-06-26Another attempt to solve compilation errorSergey Sharybin
2014-06-26Tweak to previous commit, fixes scons to survive when upstream is not foundSergey Sharybin
2014-06-26Fix compilation error with scons and older pythonsSergey Sharybin
2014-06-23Use specified exception mask for buildinfoSergey Sharybin
2014-06-20Fix scons building in case git is not available.Bastien Montagne
2014-06-19Python: Remove deprecated uses of os.popenCampbell Barton
2014-05-24msvc 2008 platofrm suffix changed to be -vc9Martijn Berger
2014-05-19make MSVC plaformsuffix check much stricter. For some reason MSVC_VERSION is setMartijn Berger
2014-05-18Promote MSVC 2013 to be the official platform (without a numbered suffix) for...Martijn Berger
2014-05-15Windows: Remove support for MSVC 2012 (VC11).Thomas Dinges
2014-03-04Build system: option to copy 'requests' from scons.Campbell Barton
2014-01-31SCons: Simplify Endian determinationLawrence D'Oliveiro
2014-01-15Cycles: Build SSE41 kernel per default, remove build option. This hopefully a...Thomas Dinges
2014-01-07Added scons option to actually build the sse41 kernel. CMake already has itMartijn Berger
2013-12-31one more msvc 2013 changeMartijn Berger
2013-12-29Added option to have a seperate environment for executing nvccMartijn Berger
2013-12-08Scons: as requested by Ideasman, make MACOSX_COMPILER -> C_COMPILER_ID,Jens Verwiebe
2013-12-06OSX/scons: Introduce a new env var 'MACOSX_COMPILER'Jens Verwiebe
2013-11-19Initial tweaks to buildbot configurationSergey Sharybin
2013-11-08OSX/scons: make MACOSX_SDK_CHECK a local var is sconstruct and remove from en...Jens Verwiebe
2013-11-07OSX/scons: huge change, now you can set a user-config.py just with the desire...Jens Verwiebe
2013-11-06Quicktime: remove backend with the old quicktime API, and keep the QTKit back...Brecht Van Lommel
2013-11-05OSX: complety remove the cocoa options, definitions and conditionals nowJens Verwiebe
2013-11-05OSX: preparing carbon and quicktime dropping, make QTKit also default for i386Jens Verwiebe
2013-11-05OSX: preparing carbon and quicktime dropping, make 64bit and QTKit default, m...Jens Verwiebe
2013-10-11scons file for OIIO (needed for psd)Dalai Felinto
2013-09-05fix [#36459] Official blenderplayer can not go fullscreen on LinuxCampbell Barton
2013-06-24replace use of 'a.find(b) != -1' --> 'b in a'Campbell Barton
2013-06-18Scons and BuildBot changes for MSVC 2012 support.Jürgen Herrmann
2013-06-17Only printing errors.Nathan Letwory
2013-06-16Set up OurSpawn for MinGW compile environment on Windows.Nathan Letwory
2013-06-10Python script auto-execution changes:Campbell Barton