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
2009-08-24[#19232] (2.5) Correction of cmake for windows about audio (jack and openal)Campbell Barton
2009-08-22remove -Wnested-externs warning for CMake/unix, since this is used a lot, if ...Campbell Barton
2009-08-21Audio file loading backend libsndfile!Joerg Mueller
2009-08-20* Library path fixes for win64Matt Ebb
2009-08-19cmake cleanup (remove unused includes, make some within IF checks)Campbell Barton
2009-08-18compile time option to override C++'s new/delete to use guardedalloc, useful ...Campbell Barton
2009-08-18CMake/WarningsCampbell Barton
2009-08-17- rna sequence sound was referencing unknown structCampbell Barton
2009-08-16Added jack audio support, building with cmake only currently, feel free to ad...Joerg Mueller
2009-08-15- remove UNSET becuase it only works with newer versions of cmake,Campbell Barton
2009-08-14cmake changesCampbell Barton
2009-08-14some fixes for netbsd with cmakeCampbell Barton
2009-08-12* osx cmake libsamplerate fixMatt Ebb
2009-08-11UNTESTED: Fixes for cmake on apple; libsamplerate and ffmpeg.Joerg Mueller
2009-08-10patch from Stukfruit in IRCCampbell Barton
2009-08-102.5: Sound branch merge!Joerg Mueller
2009-08-09Smoke: decoupling of wavelet #2, new noise strength option on gui, fftw3 opti...Daniel Genrich
2009-08-01tweaks for linking openEXR on osx/ppc - previous switch per cpu architecture ...Matt Ebb
2009-07-23cmake updates for compiling with prebuilt py 3.1 on osxMatt Ebb
2009-07-22* Updated CMake files to build with Python 3.1 on OS X by default. Remember t...Matt Ebb
2009-07-20cmake option to disable SDL,Campbell Barton
2009-07-03* Fix for compiling with cmake on OS X. Hopefully this goes ok for other plat...Matt Ebb
2009-06-30windows cmake uses python26 now, make sure your lib/windows is up to date (re...Shaul Kedem
2009-06-28CMake patch from Alexander NeundorfCampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-06-012.5Ton Roosendaal
2009-05-06Big, big commit!!Diego Borghetti
2009-03-30Make cmake work out of the box for win64 systems (disabling openal and fixing...Daniel Genrich
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-03-06Addes jpeg2000 support to cmake.Kent Mein
2009-03-04Some compiling tweaks for cmake / osx 10.5Matt Ebb
2009-02-04Fixed CMake for RNA, also removed the aggregate return warning for CMakeNicholas Bishop
2009-01-262.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2009-01-17Added new CMake build option, WITH_YAFRAY. Set to disabled by default.Nicholas Bishop
2009-01-14Added missing sculpt/brush RNA properties.Nicholas Bishop
2009-01-14Tweak the CMake warnings a bit. For example, function declarations with no pa...Nicholas Bishop
2009-01-14Removed a second declaration for BLI_uniquename.Nicholas Bishop
2009-01-14Fixed warnings in sculpt, also brought back brush curve.Nicholas Bishop
2009-01-14Added better gcc warnings in Cmake.Nicholas Bishop
2009-01-042.5 / CleanupNathan Letwory
2008-12-31Added WITH_PYTHON as a cmake optionCampbell Barton
2008-12-31Finally got CMake compilation to work.Nicholas Bishop
2008-12-17FFmpeg upgrade to revision 12758 (avformat version 52.13): support libavdevic...Benoit Bolsee
2008-11-02Disable completely OpenAL if WITH_OPENAL is OFFEnrico Fracasso
2008-10-28Updated cmake so it has the option to use WITH_DDSKent Mein
2008-10-07WebPluginEnrico Fracasso
2008-09-29Do not include manifest file for x64 + Windows, was creating errors on other ...Daniel Genrich
2008-09-10Patch 17508: Blender Web Plugin - XEmbed. Enable XEmbed integration of blende...Benoit Bolsee
2008-08-31Fix for win64 building (gettextlib had wrong name)Daniel Genrich
2008-08-16SCA_PythonController.cpp - Made errors in python print the controller name, u...Campbell Barton