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
2012-02-18XDND support now can be disabled using WITH_GHOST_XDND=OFF with CMake and WIT...Sergey Sharybin
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17Reverting changes made to build systems when was upgrading OpenAL.Sergey Sharybin
2012-02-17OSX: since XCode 4.3 the developer directory is inside XCode.app bundle, so w...Jens Verwiebe
2012-02-14Buildbot: WITH_BF_CYCLES_CUDA_BINARIES should be set for packing stage too.Sergey Sharybin
2012-02-14Buildbot: another attempt to make Windows builds support CUDASergey Sharybin
2012-02-14SCons: command line options should be coma-separated when adding to options listSergey Sharybin
2012-02-14Buildbot: enable building CUDA binaries on Windows slaves.Sergey Sharybin
2012-02-14OSX: to make transition for mediaimports to ffmpeg reliable, ffmpeg_0.10 is m...Jens Verwiebe
2012-02-08Fix for hardcoded to scons rules python abi flags and wrong behaviorSergey Sharybin
2012-02-08Use the same fancy compile output for .cc files as for .cpp filesSergey Sharybin
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-20fix for scons/linux with opencollada debug libsCampbell Barton
2012-01-18cleanup for redefined varsCampbell Barton
2012-01-17fix for segfault with bpy compiled as python module (dont register atexit)Campbell Barton
2012-01-17Compilation error when using mingw+sconsSergey Sharybin
2012-01-16Carve booleans library integrationSergey Sharybin
2012-01-11when building blender as a py module use add_library(... MODULE on all system...Campbell Barton
2012-01-10remove WITH_OGG define, its not used anywhere.Campbell Barton
2012-01-06use warnigns for all msvc configurationsCampbell Barton
2012-01-06Bumping up scons+msvc warning level to w1 so that we at least get some warningsJoshua Leung
2012-01-05disable recent attempt to static link mingw DLL's causes errors for some users.Campbell Barton
2012-01-05link mingw libstdc++ and libgcc libs statically so users dont need mingw inst...Campbell Barton
2011-12-31Openexr path change for scons (win)Alexander Kuznetsov
2011-12-31option to build without remesh modifier for cmake and sconsCampbell Barton
2011-12-31Patch is partially made by Pelle Johnsen. Thanks!Alexander Kuznetsov
2011-12-29Mingw - use truly relative instead of absolute-relative paths for Boost and OIIOJoshua Leung
2011-12-27Update build files to use new OpenAL librariesSergey Sharybin
2011-12-26Added WITH_BF_LIBMV to command line optionsSergey Sharybin
2011-12-19* Changes for static win32 png libs. Thomas Dinges
2011-12-19* Fix for moving mingw png libs.Thomas Dinges
2011-12-19MinGW png libsThomas Dinges
2011-12-13Buildbot tweaks:Sergey Sharybin
2011-12-13OSX: proper scons config and linking weak for jackOSX and errorhandlingJens Verwiebe
2011-12-08Scons/CUDAThomas Dinges
2011-12-06Cycles / CUDA Kernel compile:Thomas Dinges
2011-12-06attempt to fix defione for qtcreator project file and cycles define.Campbell Barton
2011-12-04CUDAThomas Dinges
2011-12-01CyclesBrecht Van Lommel
2011-11-27Buildbot configuration tweaksSergey Sharybin
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-24Scons / Cycles:Thomas Dinges
2011-11-24image format arg parsing for creator.cCampbell Barton
2011-11-19hide overly picky warnings from 'pylint' for pep8 script, indentation edits.Campbell Barton
2011-11-19add python3 checks to avoid confusion from errors with python2.Campbell Barton
2011-11-18exclude addons_contrib for release builds for scons/osx tooCampbell Barton
2011-11-17exclude addons_contrib/ for release builds.Campbell Barton
2011-11-17pass encoding to uses of decode() incase the default isnt utf-8. ignore decod...Campbell Barton
2011-11-16minor cleanupCampbell Barton