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-06-22split cmake check configuration outCampbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-06-21update cmake checker to ignore file list and add some headers to the source l...Campbell Barton
2011-06-21allow rna to set vertex parent indices, blender checks for invalid values on ...Campbell Barton
2011-06-21Set Player building to True by default.Nathan Letwory
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-18make better use of cmake builtin funcitons for finding python library/headerCampbell 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-17Fix [#27666] Python/Windows issue: "import uuid" results in an error popupNathan Letwory
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-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-13Turn off Quicktime support by default. Will be phased out soon.Nathan Letwory
2011-06-13minor updates to the cmake checkerCampbell Barton
2011-06-11fix for using system includes, the include macro wasn't un-setting the previo...Campbell Barton
2011-06-10added a check to console auto-compleation for pythons struct_seq type, so bpy...Campbell Barton
2011-06-08Shuffle some build code around to ensure debug builds on Windows actually run...Nathan Letwory
2011-06-06fix from nico_ga on IRC, building on MSVC with jack but not ffmpeg.Campbell Barton
2011-06-04Fix for linux buildslaves. Now they should be able to compile branches.Sergey Sharybin
2011-06-04BuildBot: various changes to support building branches.Brecht Van Lommel
2011-06-01Fix #27481: windows uninstaller could remove files unrelated to blenderBrecht Van Lommel
2011-05-31cmake maintenanceCampbell Barton
2011-05-28include ffmpeg_compat header in cmake source list.Campbell Barton
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-26update to build system excluding parts of the python bundle.Campbell Barton
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-23CMake changesCampbell Barton
2011-05-20typo in previous commitSergey Sharybin
2011-05-20buildbot:Sergey Sharybin
2011-05-17fix [#27414] no-material renders differently in View3D vs BGECampbell Barton
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-16fixed incorrect jemalloc library & updated netbeans project to ignore __pycac...Campbell Barton
2011-05-16SVN maintenance.Guillermo S. Romero
2011-05-16made generic module for generating project files from cmake,Campbell Barton