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-23correction to recent commit & made ffmpeg includes only add when enabled.Campbell Barton
2011-06-23mistake in own commit.Campbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-19fix for python include in msvcCampbell Barton
2011-06-19cmake: add find jack moduleCampbell Barton
2011-06-19cmake: add find jemalloc moduleCampbell Barton
2011-06-19fix for building opencollada + msvcCampbell Barton
2011-06-19since cmake new auto-detects many features, print a summery of the configurat...Campbell Barton
2011-06-19cmake: fix for recent break in msvc+collada, also dont cache duplicate python...Campbell Barton
2011-06-19fix for building with msvcCampbell 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-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-17fix [#27681] Python: crash assigning a 'set' to an arrayCampbell Barton
2011-06-15use full library paths for openexr & msvc, also remove unneeded exr includesCampbell 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-08cmake: remove python include in the wm module, set opengl as a system include.Campbell Barton
2011-06-08don't write file history in backgound mode (running ctest would overwrite all...Campbell Barton
2011-06-04CMake option 'WITH_HEADLESS' to build blender in headless mode (no x11/xlib) ...Campbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-24fix for option WITH_CXX_GUARDEDALLOC with msvcCampbell Barton
2011-05-23CMake changesCampbell 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-12option to link with jemalloc on *nix, off by default.Campbell Barton
2011-05-09minor cleanup, no functional changes.Campbell Barton
2011-05-02build system changes to eltopo, re-applied.Campbell Barton
2011-05-02=trunk=Joseph Eagar
2011-04-28CMake build option for security report: CVE-2009-3850Campbell Barton
2011-04-21minor changesCampbell Barton
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-04-10Use the same LLIBS set for cmake at Win64 platform as scons uses.Sergey Sharybin
2011-04-10disable new cloth solver by default.Campbell Barton
2011-04-10eltopo cloth solver couldnt be enabled from cmake, also dont use globbing.Campbell Barton
2011-04-09change in how cmake works with CMAKE_C_STANDARD_LIBRARIES / CMAKE_CXX_STANDAR...Campbell Barton
2011-04-06missed setting WITH_BUILTIN_GLEW on non *nux OS'sCampbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-28set CMake's GCC warnings for GCC4.6.Campbell Barton
2011-03-25dont return a system path if cmake's 'WITH_INSTALL_PORTABLE' is enabled. this...Campbell Barton
2011-03-25add cmake option to build without xinput (tablet support)Campbell Barton
2011-03-24support for blender as a module on win32.Campbell Barton
2011-03-20CMake, check for clang++ compiler and disable WITH_IK_ITASC and WITH_MOD_FLUI...Campbell Barton
2011-03-18fix for building on ubuntu 11.04 (pre-release), also remove WITH_INSTALL from...Campbell Barton
2011-03-17remove cmake WITH_INSTALL option since its a target now.Campbell Barton