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-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-25Fix for cmake syntax error: LLVM_VERSION string was not configurable, causing...Lukas Toenne
2012-10-22remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also r...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20Fix for r51447 (my CMake 2.8.9 did not like it, looks like with quotes it sui...Bastien Montagne
2012-10-20dont ise -Wuninitialized on gcc 4.2 and older, it gives annoying warnings.Campbell Barton
2012-10-20switch order cmake includes warning flags so its possible to disable themCampbell Barton
2012-10-20Cycles OSL: some build system tweaks to avoid global includes and definitions,Brecht Van Lommel
2012-10-11OSX/cmake: after osl librenew with globals patch, forcing oiio is not longer ...Jens Verwiebe
2012-10-08add option to build without blenders default avi codec.Campbell Barton
2012-10-06Force USE_QTKIT for osx 64bitJens Verwiebe
2012-10-06Fix for WITH_LLVM cmake option: When using WITH_CYCLES_OSL this option is for...Lukas Toenne
2012-10-06Fix for incomplete loading of liboslexec static library. This is needed in or...Lukas Toenne
2012-10-06Better support for LLVM linking, needed for static OSL library.Lukas Toenne
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