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
2019-09-09Cleanup: trailing space, remove tabs, pep8Campbell Barton
2019-09-08Fix T69640: make update not working with Python older than 3.7Brecht Van Lommel
2019-09-08Build: skip Blender repository pull in "make update" when not possibleBrecht Van Lommel
2019-09-07Fix GTests failing on Windows buildbotBrecht Van Lommel
2019-09-07Fix buildbot not reporting error when tests failBrecht Van Lommel
2019-09-07Tests: run tests from install pathBrecht Van Lommel
2019-09-07Fix buildbot error building release on macOSBrecht Van Lommel
2019-09-07Fix missing LLVM include directories on macOSBrecht Van Lommel
2019-09-05Buildbot: enable tests to run againBrecht Van Lommel
2019-09-03Fix buildbot unsuccessfully trying to update Blender repository for branchesBrecht Van Lommel
2019-09-03Fix buildbot Python executable not found on WindowsBrecht Van Lommel
2019-09-03Buildbot: support building releases, make non-releases more consistentBrecht Van Lommel
2019-09-03Fix library link errors after building with install_deps.sh on UbuntuBrecht Van Lommel
2019-09-02Buildbot: refactor all build slave codeBrecht Van Lommel
2019-09-02CMake: De-duplicate test target name constructionSergey Sharybin
2019-09-02Fix noisy GFlags warnings when building testsSergey Sharybin
2019-09-02CMake: Cleanup, unset temporary variablesSergey Sharybin
2019-08-31Build: don't require svn to be available for "make update" when not usedBrecht Van Lommel
2019-08-31Build: use non-interactive svn commands for "make update"Brecht Van Lommel
2019-08-30make_deps: remove blendthumbRay Molenkamp
2019-08-30Tests: auto download test files when running "make test"Brecht Van Lommel
2019-08-30Tests: move "make test" on macOS and Linux to Python scriptBrecht Van Lommel
2019-08-30Build: integrate make_update.py into Windows make.batBrecht Van Lommel
2019-08-30Buildbot: add script to update libraries and submodulesBrecht Van Lommel
2019-08-30Build: support updating for release branches in make_update.pyBrecht Van Lommel
2019-08-30Build: move "make update" on macOS and Linux to Python scriptBrecht Van Lommel
2019-08-30Install_deps: Do not take sub-versions '6' numbers of RHEL/CentOS versions as...Bastien Montagne
2019-08-30Windows: Move building of blendthumb into the blender codebase.Ray Molenkamp
2019-08-30Build: check necessary software is installed for make deps on macOS and LinuxBrecht Van Lommel
2019-08-29Build: install_deps add lib64 paths for ldconfigNathan Craddock
2019-08-27Build: run ldconfig for OpenImageDenoise in install_deps.shVinay Mulakkayala
2019-08-23Fix T69075: OSL build with install_deps.sh failing at runtimeBrecht Van Lommel
2019-08-22Cmake/MSVC: Enable Edit and Continue for debug builds.Lazydodo
2019-08-19Fix build error with OpenImageDenoise after recent changes for dynamic linkingBrecht Van Lommel
2019-08-19Fix building with shared OIDN librariesSebastian Parborg
2019-08-19build deps macOS: add PUGI_XML home to OSLArto Kitula
2019-08-16build_env: Added OpenImageDenoise to install_deps.shStefan Werner
2019-08-15Windows/MSI: Rework MSI installer.Lazydodo
2019-08-15Build: enable OpenImageDenoise, now that we have libraries for all platformsBrecht Van Lommel
2019-08-15Fix T56843 : fix case sensitive filenames on win10Lazydodo
2019-08-15msvc: Enable /bigobj on all object files.Lazydodo
2019-08-14Compositor: Added denoising nodeBrecht Van Lommel
2019-08-14Install_deps: bump official numpy version to 1.17.0Bastien Montagne
2019-08-14make.bat: Support running python from lib folder for make formatLazydodo
2019-08-14deps: python 3.7.4 for windows.Lazydodo
2019-08-14deps/cleanup: remove partial boost-python support.Lazydodo
2019-08-14build_environment/python: Bump versions of our site-packagesLazydodo
2019-08-05Cleanup/windows: Remove 32 bit support from make.bat helper scriptLazydodo
2019-08-05Build: add config for developersBrecht Van Lommel
2019-08-02Deps: Fix build error with theora on windows.Lazydodo