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-05CMake: Fix typo in commentSergey Sharybin
2016-01-05CMake: remove mingw64_gcc49Campbell Barton
2016-01-04Move Ceres to extern/Sergey Sharybin
2016-01-04Move GLog/GFlags to extern/Sergey Sharybin
2015-12-29Make cycles compile with MSVC 2015Martijn Berger
2015-12-27CMake: make install prefix option irrelevant for MinGW too.Antony Riakiotakis
2015-12-26CMake: Fix errors building by MinGWSergey Sharybin
2015-12-21CMake: disable warning 4146Campbell Barton
2015-12-10Begin to add some MSVC 2015 supportMartijn Berger
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-03CMake: Use implicit compiler library paths to find OpenMP librarySergey Sharybin
2015-12-02Buildbot: Initial work to move linux build environment to CMakeSergey Sharybin
2015-11-27missed last commitCampbell Barton
2015-11-27CMake/SCons: set Python to 3.5Campbell Barton
2015-11-25OSX bump python to 3.5Martijn Berger
2015-11-23CMake: enable -std=gnu99 for clang and icc.Brecht Van Lommel
2015-11-23CMake: use -Wshadow warning for C sourceCampbell Barton
2015-11-23CMake: check GNU compiler before using extensionCampbell Barton
2015-11-23C99 is now the C standard for all our C code.Brecht Van Lommel
2015-11-15windows / msvc bump to python 3.5Martijn Berger
2015-11-11CMake: don't overwrite C/C++ flags for MSVCCampbell Barton
2015-11-09CMake: remove setting of policy CMP0043 to OLD.Stephen Kelly
2015-11-09Revert "Increase CMake minimum version to 3.0"Campbell Barton
2015-11-09Increase CMake minimum version to 3.0Campbell Barton
2015-10-10CMake: minor message cleanups.Brecht Van Lommel
2015-10-04CMake: detect OS X 10.11 / Xcode 7.Brecht Van Lommel
2015-09-17CMake: Attempt to fix compilation error on Windows after recent changesSergey Sharybin
2015-09-16CMake: Don't modify global CFlags when enabling/disabling OpenJpegSergey Sharybin
2015-08-06Fix typo in cmake when OpenSubdiv is not foundThomas Beck
2015-08-05OpenSubdiv: Enable by default on the supported platformsSergey Sharybin
2015-07-30OpenSubdiv: Add CMake option to enable -Werror in subsurf codeSergey Sharybin
2015-07-29Audaspace: fixes for building with Quicktime on Mac.Jörg Müller
2015-07-28Audaspace: fixing problems for the merge to master suggested by Campbell and ...Jörg Müller
2015-07-28Audaspace: use standalone library.Jörg Müller
2015-07-28CMake: modify recent platform defaultsCampbell Barton
2015-07-28CMake: use same defaults on all-platformsCampbell Barton
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-07-18CMake: Add option to enable -Werror cflag in some areasSergey Sharybin
2015-07-18Cleanup: whitespace (CMake)Campbell Barton
2015-07-18CMake: Fix indentation around LLVM detection codeSergey Sharybin
2015-07-02Make OpenGL debug contexts a flag --debug-gpu instead of a compile timeAntony Riakiotakis
2015-06-30CMake: minor editsCampbell Barton
2015-06-29Remove WITH_TESTS_PERFORMANCE option.Bastien Montagne
2015-06-17CMake: set advanced varCampbell Barton
2015-06-17CMake: use functions instead of macrosCampbell Barton
2015-06-14CMake: disable OSL if cycles is disabledCampbell Barton
2015-06-14CMake: minor edits to lite configCampbell Barton
2015-05-19CMake: install Python executable when its bundledCampbell Barton
2015-05-19CMake: remove temp assignment, unused varsCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin