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
2017-12-10MSVC: Fix compiling with some system languagesCampbell Barton
2017-12-07CMake: GREATER_EQUAL is from v3.7, use GREATERCampbell Barton
2017-12-06CMake: remove git found messageCampbell Barton
2017-12-05CMake: avoid checking each MSVC minor revisionCampbell Barton
2017-12-05Fix MSVS2017 compiler versionAntonioya
2017-11-30Haiku OS SupportCampbell Barton
2017-11-18CMake: remove solaris pathCampbell Barton
2017-11-13Cycles: Fix compilation error with OIIO compiled against system PugiXMLSergey Sharybin
2017-11-07macOS: remove old OpenMP lib stuff from cmakeArto Kitula
2017-10-30CMake: cleanupCampbell Barton
2017-10-29CMake: use only absolute linker paths for msvc.Ray Molenkamp
2017-10-24Fix Cycles gtests build on macOS.Brecht Van Lommel
2017-10-03CMake: avoid naming collisionCampbell Barton
2017-10-03Python: bump minimum version to 3.6Campbell Barton
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
2017-09-28macOS: officially upgrade to 10.9 libraries from lib/darwin.Brecht Van Lommel
2017-09-28CMake: move MSVC warnings to central locationCampbell Barton
2017-09-27[msvc] treat C4133 as error instead of a warning to mimic gcc's -Werror=incom...Ray Molenkamp
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-20[cmake/msvc] Update python to 3.6 + numpy to 1.13.1Ray Molenkamp
2017-09-20macOS: use python version 3.6 when building blenderArto Kitula
2017-08-23Tests: fix incorrect check for hidden dirCampbell Barton
2017-08-16Support MSVSC 2017 15.3.0 (compiler 19.11)Antonioya
2017-08-15macOS build: simplify python install for new 10.9 libraries.Brecht Van Lommel
2017-06-08Cleanup: cmake indentation, missing includeCampbell Barton
2017-06-07Collada: Add search path which is used default by it's SCons build systemSergey Sharybin
2017-05-27Remove MinGW supportAaron Carlisle
2017-04-27Cleanup: spellingCampbell Barton
2017-04-26OSX buildbot: remove redundant optionJens Verwiebe
2017-04-26OSX buildbot: disable unsupported calls for now and use quicktime off defaultJens Verwiebe
2017-04-25Fix OSX buildbotJens Verwiebe
2017-04-23CMake: move some Apple specific code into platform_apple_xcode.cmake.Brecht Van Lommel
2017-04-23CMake: disable WITH_CODEC_QUICKTIME for macOS > 10.11 for configurations.Romain Foyard
2017-04-22OSX: satisfy macro to also apply alembic testsJens Verwiebe
2017-04-21[cmake] Fix Alembic build errors with msvclazydodo
2017-04-21CMake: Add option to build against system-wide GlogSergey Sharybin
2017-04-21CMake: Add option to link against system-wide Gflags librarySergey Sharybin
2017-04-07CMake: Fix detection of idiff programSergey Sharybin
2017-04-07Tests: Fix compilation error with static OpenMPSergey Sharybin
2017-04-06CMake: Fixed order of bf_alembic in SETUP_BLENDER_SORTED_LIBSSybren A. Stüvel
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-02-28Cleanup: update copyright and Blender descriptionAaron Carlisle
2017-01-29[msvc] Set proper OpenSubdiv flags when not using find_package to find opensu...lazydodo
2017-01-25[Cycles/MSVC/Testing] Fix broken test code.lazydodo
2016-12-04Fix macOS 10.9 build when using OIIO without FFmpeg.Brecht Van Lommel
2016-12-04[msvc] Changes for new oiio/ffmpeg versions.lazydodo
2016-12-03CMake: update for macOS 10.9 libs with ffmpeg 3.2.1 and webp support.Brecht Van Lommel
2016-11-29[msvc] remove /opt all together and revert to the default behavior /opt:ref f...lazydodo
2016-11-28[msvc] change linker options from /opt:noref to /opt:ref, saves about 20% off...lazydodo
2016-11-17[MSVC] Preliminary VS2017 support.lazydodo