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-18Check the os.environ at the start of the build process.Nathan Letwory
2011-02-17patch [#26063] Fix deb package versioning (Patch for #26062)Campbell Barton
2011-02-17CMake: remove workaround for cmake 2.8.3 problem testing -Werror=strict-proto...Campbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-15patch from IRIE Shinsuke, use systems openjpeg on *nix.Campbell Barton
2011-02-15CPack packaging support from Dan Eicher, tested to build redhat RPM's, a Mac ...Campbell Barton
2011-02-14py rna api: turn class.is_register into a class property rather then a class ...Campbell Barton
2011-02-14Revert incorrect fix for 26062 made in svn rev34828.Sergey Sharybin
2011-02-13Fix #26062: build_debian.sh gives unappropriate deb versionSergey Sharybin
2011-02-11SVN maintenance.Guillermo S. Romero
2011-02-11patch [#26030] Debian spec fix (Patch for #26028)Campbell Barton
2011-02-11update pacman spec for newer python and match naming convention to debian spec.Campbell Barton
2011-02-10script to build debian packages directly from svn, using blender version and ...Campbell Barton
2011-02-10debian package spec [#26007] Debian specCampbell Barton
2011-02-04pep8 cleanupCampbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27Commit to cope with API changes in OpenCOLLADA (latest for Windows right now ...Nathan Letwory
2011-01-27[#25815] Patch gcc 4.6Campbell 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
2011-01-05Enable sndfile by default on win64Nathan Letwory
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-07Remove redundant VC_REDIST code, since it's not used anymore.Nathan Letwory
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-12-01disable redcode support for cmake & scons-freebsdCampbell 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