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
2013-01-03Patch from Ejner Fergo: enhancements to install_deps.sh.Bastien Montagne
2012-11-19Fix when statically linking with distro's boost: in this case, we most likely...Bastien Montagne
2012-11-12Initial implementation of a script for automatic dependencies installer/builderSergey Sharybin
2012-11-10Another fix for finding python stuff... Should work for everyone now! (I hope...Bastien Montagne
2012-11-07Use CMAKE_LIBRARY_ARCHITECTURE instead of hardcoded stuff like x86_64-linux-g...Bastien Montagne
2012-11-07Attempt to fix problems with local built py caused by own r51976.Bastien Montagne
2012-11-07Update to make it work with new debian-like py3.3 packages. A bit hackish (th...Bastien Montagne
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
2012-08-11Code cleanup and minor change to CMake's colalda detection to makeSergey Sharybin
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-05Cycles: svn merge -r41467:41531 ^/trunk/blenderBrecht Van Lommel
2011-11-03cmake could ignore defines for python lib/include passed from the command lin...Campbell Barton
2011-10-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
2011-10-14cmake's find glew wasnt working right - if glew wasnt found installing the pa...Campbell Barton
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc syn...Campbell Barton
2011-10-11Cycles: svn merge -r40411:40934 ^/trunk/blenderBrecht Van Lommel
2011-10-02remove find samplerate module, use -msse2 flag for intel c++ since its suppor...Campbell Barton
2011-10-01cmake:Campbell Barton
2011-09-18added FindOpenImageIO cmake module.Campbell Barton
2011-09-14removed nodes from CMake's BLENDER_LINK_LIBS, rewrote find-pcre using own tem...Campbell Barton
2011-09-14- removed some duplicate library links from cmake (which were needed because ...Campbell Barton
2011-09-08patch from Uncle_Entity on IRC for fedora/colladaCampbell Barton
2011-08-24this should finally fix collada & ubuntu building with cmakeCampbell Barton
2011-08-24attempt to fix issue with opencollada + ubuntu ppaCampbell Barton
2011-08-24opencollada find module. hopefully solves the problem where includes can in a...Campbell Barton
2011-08-02more cmake/x11 editsCampbell Barton
2011-06-20fix for python ABI search, was missing 'd'Campbell Barton
2011-06-20- add example for python rna property updateCampbell Barton
2011-06-19cmake: add find jack moduleCampbell Barton
2011-06-19cmake: add find jemalloc moduleCampbell Barton
2011-06-19cmake: fix for recent break in msvc+collada, also dont cache duplicate python...Campbell Barton
2011-06-19add back PYTHON_LIBPATH, needed for installing on pythonCampbell Barton
2011-06-19cmake add module for finding fftw3.Campbell Barton
2011-06-19cmake: add libsamplerate find moduleCampbell Barton
2011-06-19cmake: added FindOpenJPEG module.Campbell Barton
2011-06-19cmake:Campbell Barton
2011-06-18cmake: make python search into a find package module.Campbell Barton
2011-06-18added FindSndFile cmake module to replace inline checks.Campbell Barton
2011-06-16include some extra search paths for cmake openexrCampbell Barton
2011-06-16fix to FindOpenEXR pointed out by Sergey Sharybin,Campbell Barton
2011-06-15replace own inline cmake include search logic for a typical FindXXX.cmake mod...Campbell Barton
2011-04-06SVN maintenance.Guillermo S. Romero
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton