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-07-01own change to cmake files broke MSVC2010 with Debug configuration, reported b...Campbell Barton
2011-06-29Fix windows cmake build, this line got accidentally removed in variable renam...Brecht Van Lommel
2011-06-29incorrectly had CMake storing directory names as filepathsCampbell Barton
2011-06-29Corrected link to FFmpeg homepage.Sergey Sharybin
2011-06-28own error in recent cmake editsCampbell Barton
2011-06-28CMake: campbell already added default build type as release a few hoursBrecht Van Lommel
2011-06-28CMake: set default cmake build type to Release. Without that you wouldBrecht Van Lommel
2011-06-28cleanup for cmake msvc build options, reference some libs directly, fix confl...Campbell Barton
2011-06-27disable opencollada and openexr for msvc2010, gives linking errorsCampbell Barton
2011-06-27initialize cmake's CMAKE_BUILD_TYPE to 'Release'Campbell Barton
2011-06-26fix for building with msvc/cmake take 2 (think its correct this time)Campbell Barton
2011-06-26This solves the issue of having symlinks in the LIBDIR path (CMAKE Windows). ...Mitchell Stokes
2011-06-26Allow the lib dir to be a symlink, pointed out by Mitchell Stokes.Campbell Barton
2011-06-23Remove unnecessary check. OpenAL, SDL, JACK don't depend on samplerate.Nathan Letwory
2011-06-23fix for building mingw in debug modeCampbell Barton
2011-06-23allow building with ffmpeg but not audCampbell Barton
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