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-09-12fix for error linking opencollada on linux.Campbell Barton
2011-09-06remove -Wundef for code we don't maintain & generated code.Campbell Barton
2011-08-22buildinfo is now quoted from the build systems, avoids stripping quotes on st...Campbell Barton
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-02more cmake/x11 editsCampbell Barton
2011-08-02NDOF related editsCampbell Barton
2011-07-22enable CMake builds with spacenav (contributed by Kevin Cozens)Mike Erwin
2011-06-28cleanup for cmake msvc build options, reference some libs directly, fix confl...Campbell Barton
2011-06-26fix for building with msvc/cmake take 2 (think its correct this time)Campbell Barton
2011-06-25fix for building with MSVC release, some edits I made didnt work as I expecte...Campbell Barton
2011-06-19cmake: added FindOpenJPEG module.Campbell Barton
2011-06-19cmake:Campbell Barton
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-06-18added FindSndFile cmake module to replace inline checks.Campbell Barton
2011-06-18py-api: store frequently used strings as unicode PyObject's to avoid creating...Campbell Barton
2011-06-15error in recent commitCampbell Barton
2011-06-15use full library paths for openexr & msvc, also remove unneeded exr includesCampbell Barton
2011-06-15cmake: combine debug/optimized into one target_link_libraries() call.Campbell Barton
2011-06-15replace own inline cmake include search logic for a typical FindXXX.cmake mod...Campbell Barton
2011-06-14cmake: correct uninitialized varsCampbell Barton
2011-06-11fix for using system includes, the include macro wasn't un-setting the previo...Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28include ffmpeg_compat header in cmake source list.Campbell Barton
2011-05-23CMake changesCampbell Barton
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-12option to link with jemalloc on *nix, off by default.Campbell Barton
2011-04-12- fix for cmake when there is no version character.Campbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-03fix cmake for when BLENDER_VERSION_CHAR is not set.Campbell Barton
2011-03-29remove DEBUG flag from OpenNL with cmake, was giving too many prints in the c...Campbell Barton
2011-03-24support for blender as a module on win32.Campbell Barton
2011-03-03fix for invalid empty string check in uniquename callback.Campbell Barton
2011-02-26recent changes to svn broke rpm builder, also include rpm version infoCampbell Barton
2011-02-21better macro for getting the blender version from BKE_blender.h, also re-run ...Campbell Barton
2011-02-21fix for cmake with last commit.Campbell Barton
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-17CMake: remove workaround for cmake 2.8.3 problem testing -Werror=strict-proto...Campbell Barton
2011-02-15patch from IRIE Shinsuke, use systems openjpeg on *nix.Campbell 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
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-21fix for cmake flag detection, was not caching the resulting variable so the t...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-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