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
2010-10-31own recent commit broke this python import:Campbell Barton
2010-10-23CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WI...Campbell Barton
2010-10-21Same warning suppression as with SConsNathan Letwory
2010-10-19Make C4013 throw a warningNathan Letwory
2010-10-18cflags, cxxflags & linkflags in buildinfo.Campbell Barton
2010-10-18define NDEBUG for release builds so assert() is disabled.Campbell Barton
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ...Campbell Barton
2010-10-18remove LCMS option from cmake, this is only testing code. developers who want...Campbell Barton
2010-10-17Test stricter GCC compiler settings, these warnings will now give errors.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-15fix for own recent unused commit that broke with OpenMP enabled.Campbell Barton
2010-10-15enable warning for unused args with gcc: -Wunused-parameterCampbell Barton
2010-10-13== docs ==Luca Bonavita
2010-10-13bugfix [#24231] outliner not refreshed correctlyCampbell Barton
2010-10-10enable building the game engine without bullet for scons & cmakeCampbell Barton
2010-10-06COLLADA exporter: split camera and light export into own files.Nathan Letwory
2010-10-05Enable lcms support on Windows.Nathan Letwory
2010-10-04 revert r32284, turns out OpenSuse needs this for forkpty(), also fixed missi...Campbell Barton
2010-10-04cmake/mingw was missing defines.Campbell Barton
2010-10-03linking libutil isnt needed on my system, possibly this is deprecated?,Campbell Barton
2010-09-16recent fixes for mingw + cmake broke msvcCampbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-09-15win32 mingw works again with cmakeCampbell Barton
2010-09-12option to disable ITASC IK solver, (will be enabled by default ofcourse)Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06- use list append in more places (preferred method since its faster)Campbell Barton
2010-09-01* Don't use /ZI when 64bit building on Windows. Use /Zi instead.Nathan Letwory
2010-08-24rename some cmake build targetsCampbell Barton
2010-08-23cmake patch from lux-integ.Campbell Barton
2010-08-11bugfix [#23257] cmake tests for SSE, but SSE2 gets enabledCampbell Barton
2010-08-04[#23162] GCC 4.2 and prior support broken in CMakeLists.txt as of r30985Campbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-08-02cmakeCampbell Barton
2010-07-27patch [#23041] CMake WITH_PYTHON_INSTALL optionCampbell Barton
2010-07-15CMake patch from Ralf Hölzemer (cheleb)Campbell Barton
2010-07-14partial fix [#22846] GCC 4.4.1 support in WindowsCampbell Barton
2010-07-12re-arrange build files so scons "config" dir isnt confused with ~/.blender/2....Campbell Barton
2010-07-12[#22817] Beta patch for cmake-MinGW compilation no 2Campbell Barton
2010-07-07Fix #22219: compile error with videotexture/libavutil and recent gcc,Brecht Van Lommel
2010-07-04Detect SSE building support with cmake, and moved setting the definesBrecht Van Lommel
2010-07-03cmake: disable openexr if its not found (rather then throwing an error)Campbell Barton
2010-07-03OSX: CMake and scons default settings updated to allow build with LCMS libDamien Plisson
2010-07-01fix for building with WITH_RAYOPTIMIZATIONCampbell Barton
2010-06-24Runtime detection of SSE support for raytracing. Also enabled rayoptimizationBrecht Van Lommel
2010-06-09reverting own recent change to switch off RULE_MESSAGES since you cant see wh...Campbell Barton
2010-06-07minor changes to cmake, main noticable change is to disable RULE_MESSAGES whi...Campbell Barton
2010-06-06CMake:Campbell Barton
2010-06-06* update CMake and SCons for the OpenCollada update (to r746).Nathan Letwory
2010-05-30mingw/cmake ffmpeg works now, update for new openexr libs which removed IlmTh...Campbell Barton
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto