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
2011-02-04pep8 cleanupCampbell Barton
2011-01-26cmake attempted fix before didnt work (I cant test on OSX), this should fix.Campbell Barton
2011-01-26missed this when updating cmake filesCampbell Barton
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-25cmake maintenance, was missing 2 headers and made some minor improvements to ...Campbell Barton
2011-01-21correction to own cmake error checking script.Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero
2010-12-21bugfix [#24469] Cannot add keyframes on custom properties in IDPropertyGroupsCampbell Barton
2010-12-21better make_quiet.sh filter with threaded builds.Campbell Barton
2010-12-21fix for cmake flag detection, was not caching the resulting variable so the t...Campbell Barton
2010-12-20simple make wrapper to give quiet output. (more like nan-makefiles)Campbell Barton
2010-12-17script to generate qtcreator project files, advantage is they include all sou...Campbell Barton
2010-12-16fix for error in testing C/C++ flagsCampbell Barton
2010-12-16last commit to fix warnings didnt set them at all, not it works as it should.Campbell Barton
2010-12-16CMake now tests warnings are supported, GCC 4.0 wasn't working because of uns...Campbell Barton
2010-12-15bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' op...Campbell Barton
2010-12-14update for changes in cmake files.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06CMake: use a global list to store libraries built rather then cmake_blender_l...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-29SVN maintenance.Guillermo S. Romero
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-23fix for cmake if build flags are not defined.Campbell Barton
2010-11-21WITH_SAMPLERATE option for cmake, without this playback wont behave right so ...Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-11-08fix for CMake file grouping with MSVC project files.Campbell Barton
2010-11-05added back include file globbing for cmake, thought this was needed for MSVC ...Campbell Barton
2010-10-24Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with...Campbell Barton
2010-10-23- CMake now only uses SOURCE_GROUP with MSVC lib configuration, saves recursi...Campbell Barton
2010-10-05Enable lcms support on Windows.Nathan Letwory
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-24make quicky wrapper for cmake.Campbell Barton
2010-08-11bugfix [#23257] cmake tests for SSE, but SSE2 gets enabledCampbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-08-02cmakeCampbell Barton
2010-07-16SVN maintenance.Guillermo S. Romero
2010-07-15- updated man page from --help output.Campbell Barton
2010-07-15CMake patch from Ralf Hölzemer (cheleb)Campbell Barton
2010-07-12re-arrange build files so scons "config" dir isnt confused with ~/.blender/2....Campbell Barton