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-10-04OSX/cmake: fix warning: go back to initial state, not the right way to get ri...Jens Verwiebe
2012-10-04OSX/cmake: fix warning: second tryJens Verwiebe
2012-10-04OSX/cmake: fix warning: -Wuninitialized is not supported without -O, in debug...Jens Verwiebe
2012-10-03fix for cmake constructing an invalid include path.Campbell Barton
2012-10-01CMake: disable some warnings on mac that cause prints in nearly every file, andBrecht Van Lommel
2012-10-01OSX/cmake: simplificate compile conditions and silence lot of CLANG warningsJens Verwiebe
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-25fix osx/ols compile after #50876Jens Verwiebe
2012-09-25Unification of names for the BOOST library directory in Windows 32 and win64Alexander Pinzon
2012-09-25Boost directories were not properly configured to vc2010.Alexander Pinzon
2012-09-25fix cmake in case the boostlibs don't contain boost_python3 refactor ( was po...Jens Verwiebe
2012-09-24fix cmake in case the boostlibs don't contain boost_python3 yetJens Verwiebe
2012-09-24OSL/cmake: the non-intrusive parts, so other os-maintainers can take code overJens Verwiebe
2012-09-20add back -Wundef for g++, also correct clang warnings and add -Wunused-macros...Campbell Barton
2012-09-20ffmpeg was adding an include `just incase`, without a cmake find module here ...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-18-Wnonnull flag is not for C++. I think we all know it by now, time toAntony Riakiotakis
2012-09-18code cleanup: use system includes for cmake, otherwise warnings get printed i...Campbell Barton
2012-09-17* Enable opencolorio for scons/mingw32 (coming very soon)Antony Riakiotakis
2012-09-16use the format attribute in more places, disable X11 options when building wi...Campbell Barton
2012-09-16fix for error in recent commit (made function static that shouldn't have been...Campbell Barton
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-14Disable legacy compositor by defaultSergey Sharybin
2012-09-10OSL cmake cleanup:Lukas Toenne
2012-09-10Cleanup for OSL linking in cmake: Move cmake OSL library search and path defi...Lukas Toenne
2012-08-22Turn OpenMP off for MinGW64. I thought it behaved correctly in new compiler b...Antony Riakiotakis
2012-08-20option to build without the legacy compositorCampbell Barton
2012-08-18cmake option to build without iksolverCampbell Barton
2012-08-14Cmake / Windows:Thomas Dinges
2012-08-14Cmake / Windows:Thomas Dinges
2012-08-09Cycles / Cmake:Thomas Dinges
2012-08-07OSX/cmake: refactoring of setting endianess defines, this fixes compile of bu...Jens Verwiebe
2012-08-07Fix for fix, now nestedJens Verwiebe
2012-08-07Fix for endiantest, xcode condition interferred with other osJens Verwiebe
2012-08-07OSX/cmake: Mountain-Lion (10.8 )adaptions, skip unsupported endianess etc., t...Jens Verwiebe
2012-08-05Windows MSVC libraries:Thomas Dinges
2012-08-04Cmake / Windows Libraries:Thomas Dinges
2012-08-04Revert part of r49504 by Genscher:Thomas Dinges
2012-08-02Remove old boolean operation moduleSergey Sharybin
2012-08-02OpenEXR: Enable again for MSVC 2010Daniel Genrich
2012-07-05Update build systems to copy needed dlls from MinGW-w64, turn openmp on by de...Antony Riakiotakis
2012-07-04Cmake / Boost:Thomas Dinges
2012-07-04Windows (msvc 2010) is now using Boost 1.49 - Updated cmake file.Alexander Pinzon
2012-07-01don't disable cycles when OIIO isnt found, instead throw an error, annoying w...Campbell Barton
2012-06-30Cycles / Boost:Thomas Dinges
2012-06-30the compositor optional for cmake: WITH_COMPOSITORCampbell Barton
2012-06-28code cleanup: cmake buildsystem edits, unused var warnings and better descrip...Campbell Barton
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton