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-06-27CMake: Only set CMAKE_BUILD_TYPE_INIT when not setCampbell Barton
2017-06-16CMake: print absolute CMakeCache.txtCampbell Barton
2017-05-24CMake: document that WITH_FFTW3 is also used for the ocean sim.Sybren A. Stüvel
2017-05-22Fix/workaround GCC bug about -Wno-implicit-fallthroughSergey Sharybin
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-04-30fix typo in WITH_SYSTEM_GFLOG in CMakeLists.txtlazydodo
2017-04-27Cleanup: spellingCampbell Barton
2017-04-23CMake: Fix CMake for non Apple systemsThomas Beck
2017-04-23CMake: move some Apple specific code into platform_apple_xcode.cmake.Brecht Van Lommel
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-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-05CMake: confine WIN32 optionsCampbell Barton
2017-02-10CTests: Initial work to cover Cycles nodes with OpenGL testsSergey Sharybin
2017-01-27CMake: Fix typoSergej Reich
2016-12-29Edits to user prefs NDOF UIAaron Carlisle
2016-12-24[MSVC] Fix test for C++11 support for vc2015/2017 based on D2432 by Ulysse Ma...Ulysse Martin
2016-12-04CMake: disable QuickTime with macOS SDK 10.12+, no longer supported by Apple.Brecht Van Lommel
2016-11-05change default for quicktime suport for macOS to offMartijn Berger
2016-11-02CMake: Make ld.gold linker optionalSergey Sharybin
2016-11-02CMake: Fix use of some option which was never definedSergey Sharybin
2016-10-22Fix T49657: Audio backend "Jack" should be named "JACK".Jörg Müller
2016-10-19Fix T49793 : Fix enabling SSE2 globally for msvc.lazydodo
2016-10-09CMake changes for new macOS target 10.9 / libc++ libraries.Brecht Van Lommel
2016-10-03Cycles CUDA: make CUDA 8.0 the officially supported version for all platforms.Brecht Van Lommel
2016-09-14CMake: decouple WITH_CYCLES_OPENSUBDIV from WITH_OPENSUBDIV, and enable on OS X.Brecht Van Lommel
2016-09-06[cmake/cpack] allow override of package namelazydodo
2016-09-06[cmake/cpack] allow override of package namelazydodo
2016-08-31[Windows] Add support for code signing the final binaries.lazydodo
2016-08-23D2078 Windows : add option to prevent find_package from picking up the wrong ...lazydodo
2016-08-17CMake: Move main platform checks to separate filesSergey Sharybin
2016-08-09CMake: Once again, don't use find_package to get hardcoded librariesSergey Sharybin
2016-08-09CMake: Remove hardcoded DIR_ROOT for alembic and MinGWSergey Sharybin
2016-08-09CMake: Use proper way to define debug/release libraries for alembicSergey Sharybin
2016-08-09CMake: Do not force set root folder for AlembicSergey Sharybin
2016-08-08Make previous alembic fix only apply to MSVClazydodo
2016-08-08Alembic/ msvc : Link alembic_d.lib instead of alembic.lib when doing debug bu...lazydodo
2016-08-07Set WIN32_WINNT for all windows platforms, not just x64lazydodo
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-18[MSVC2015/Cycles] MSVC2015 before update 3 produce invalid buildsRay Molenkamp
2016-07-18[MSVC/LNK4199/Cleanup] Delay loading is causing linker warnings.Ray Molenkamp
2016-06-12Fix OS X build after Decklink changes, it is not supported yet so don't enabl...Brecht Van Lommel
2016-06-11BGE: DeckLink card support for video capture and streaming.Benoit Bolsee
2016-06-09BGE: alpha on frame buffer and precedence of MSAA over swap.Benoit Bolsee
2016-05-31CMake/ Visual Studio 14 2015, Use one library name for openal for both 2013 a...Martijn Berger
2016-05-24ndof: enable Linux support by default, unless libs missingMike Erwin
2016-05-22CMake: Solve compilation error with pre-compiled libraries and new GCC-6Sergey Sharybin
2016-05-22ndof: simplify Mac buildMike Erwin
2016-05-19Cleanup: CMake indentationCampbell Barton