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
2015-12-11Fix T46949: Latest blender builds are using shared pcre and xml2 librariesSergey Sharybin
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09install_deps.sh: fix (hopefully) broken OSL building on modern RPM-like distro.Bastien Montagne
2015-12-09install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on RPM-bas...Bastien Montagne
2015-12-09install_deps.sh: print correct set of sources tested when a wget fails...Bastien Montagne
2015-12-09install_deps.sh: raise default py version to 3.5.1 (due to some obscure bugs ...Bastien Montagne
2015-12-09install_deps.sh: add '-U' update commands to onle-liner CMake-based build com...Bastien Montagne
2015-12-06install_deps.sh: Fix typos in scons instructions.Bastien Montagne
2015-12-04Use int division for version stringCampbell Barton
2015-12-03Buildbot: Remove windows + scons related codeSergey Sharybin
2015-12-03Buildbot: Remove linux scons buildbot related thingsSergey Sharybin
2015-12-03Buildbot: Re-enable CUDA binaries for 64 bit linux slaveSergey Sharybin
2015-12-03Buildbot: User proper folder name inside of the archiveSergey Sharybin
2015-12-03Buildbot: Remove debug-only early exitSergey Sharybin
2015-12-03Buildbot: Strip all .so files from python installSergey Sharybin
2015-12-03Buildbot: No need to build player with blender configSergey Sharybin
2015-12-03Buildbot: Followup to previous commitSergey Sharybin
2015-12-03Buildbot: Another attmept to solve windowsSergey Sharybin
2015-12-03Buildbot: attempt to solve packing on windowsSergey Sharybin
2015-12-03Buildbot: Disable tests on Linux buildersSergey Sharybin
2015-12-03Buildbot: Fix typoSergey Sharybin
2015-12-03Buildbot: Make sure install directory always existsSergey Sharybin
2015-12-03Buildbot: Make sure buildbot_upload.zip is created in the right placeSergey Sharybin
2015-12-03Buildbot: Fix wrong builder name checkSergey Sharybin
2015-12-03Buildbot: Switch Linux builders to the cmake onesSergey Sharybin
2015-12-03Buildbot: Always expect buildbot_upload.zip to be in install/ folderSergey Sharybin
2015-12-03Buildbot: De-duplicate some path definitions in pack targetSergey Sharybin
2015-12-02Buildbot: Attempt to resolve wrong path to the buildbot_upload.zipSergey Sharybin
2015-12-02Buildbot: Attempt to fix cpack target on windowsSergey Sharybin
2015-12-02Buildbot: Don't specify install directory for Windows buildsSergey Sharybin
2015-12-02Buildbot: Fix typoSergey Sharybin
2015-12-02Buildbot: Initial work to move linux build environment to CMakeSergey Sharybin
2015-12-02CMake: Enable Cycles OSL for the full blender configurationSergey Sharybin
2015-11-30install_deps.sh: add libsndfile (seems to be mandatory for correct flac export?)Bastien Montagne
2015-11-30Buildbot: Enable sndfile librarySergey Sharybin
2015-11-28install_deps.sh: always give py version arg to cmake/scons (same as we alread...Bastien Montagne
2015-11-28Move linux's scons to py3.5 too!Bastien Montagne
2015-11-27missed last commitCampbell Barton
2015-11-27CMake/SCons: set Python to 3.5Campbell Barton
2015-11-25install_deps.sh: Updated official boost version (grrr).Bastien Montagne
2015-11-25install_deps.sh: Updated official Python (to 3.5.0) and NumPy (to 1.10.1).Bastien Montagne
2015-11-25OSX bump python to 3.5Martijn Berger
2015-11-24Buildbot: Switch Linux builds to Python 3.5Sergey Sharybin
2015-11-24install_deps.sh: update official numpy version.Bastien Montagne
2015-11-23install_deps.sh: Fix dependencies between (built) libs.Bastien Montagne
2015-11-23install_deps.sh: Cleanup: Use correct boolean checks.Bastien Montagne
2015-11-23install_deps.sh: add option to force building libs instead of using packages,...Bastien Montagne
2015-11-23install_deps.sh: refactor message about needed dependencies, and add option t...Bastien Montagne
2015-11-23C99 is now the C standard for all our C code.Brecht Van Lommel