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 (Collapse)Author
2011-07-22cmake - option to disable the frame serverCampbell Barton
2011-07-16print an error message if Python.h can't be found for cmake and scons since ↵Campbell Barton
its such a common problem.
2011-07-13cmake option to build without smoke sim: WITH_MOD_SMOKECampbell Barton
2011-07-13Advanced CMake option to build the player without blender: WITH_BLENDERCampbell Barton
2011-07-13- don't build ghost's event printer unless ghost debug is enabled.Campbell Barton
- use char rather then STR_String for the event printer. - added option to build WITH_GHOST_DEBUG for cmake - renamed WITH_SDL_GHOST --> WITH_GHOST_SDL
2011-07-12build option to use SDL 1.3 for GHOST rather then X11/Win32/Cocoa api's,Campbell Barton
This opens up the option for blender to be more easily ported to other devices, OS's. TODO - continuous grab. - text glitch with multiple windows (was a bug in X11 too for a while, will check on this)
2011-07-11-OpenEXR fixed so enabling if user has enabledAntony Riakiotakis
-Added Iex to lib list, was causing link time errors
2011-07-01own change to cmake files broke MSVC2010 with Debug configuration, reported ↵Campbell Barton
by Alex K
2011-06-29Fix windows cmake build, this line got accidentally removed in variable ↵Brecht Van Lommel
renaming.
2011-06-29incorrectly had CMake storing directory names as filepathsCampbell Barton
also correct compiler warning for collada and remove print from own last commit.
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
earlier in a different way, missed that, so reverting my change.
2011-06-28CMake: set default cmake build type to Release. Without that you wouldBrecht Van Lommel
get a build that has neither debug symbols nor optimization, now it will build an optimized blender by default.
2011-06-28cleanup for cmake msvc build options, reference some libs directly, fix ↵Campbell Barton
conflicting flags /Ob1 and /Zi for debug
2011-06-27disable opencollada and openexr for msvc2010, gives linking errorsCampbell Barton
2011-06-27initialize cmake's CMAKE_BUILD_TYPE to 'Release'Campbell Barton
add reference to cmake cache for convenience GNUMakefile
2011-06-26fix for building with msvc/cmake take 2 (think its correct this time)Campbell Barton
also sync build flags with scons.
2011-06-26This solves the issue of having symlinks in the LIBDIR path (CMAKE Windows). ↵Mitchell Stokes
Hopefully it doesn't break other things.
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 ↵Campbell Barton
configuration on first run.
2011-06-19cmake: fix for recent break in msvc+collada, also dont cache duplicate ↵Campbell Barton
python include/library variables.
2011-06-19fix for building with msvcCampbell Barton
2011-06-19cmake add module for finding fftw3.Campbell Barton
also allow debug blender to build with non debug python
2011-06-19cmake: add libsamplerate find moduleCampbell Barton
2011-06-19cmake: added FindOpenJPEG module.Campbell Barton
2011-06-19cmake:Campbell Barton
new macro file_list_suffix() for adding a suffix to every file in a path before the file extension. useful to create names for debug libs on windows.
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 ↵Campbell Barton
module.
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 ↵Campbell Barton
all my recent-files.txt), and add an error about mingw/quicktime being unsupported.
2011-06-04CMake option 'WITH_HEADLESS' to build blender in headless mode (no x11/xlib) ↵Campbell Barton
with NULL ghost classe.
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
- don't allow building if the LIBDIR is not found on mac/windows. - by default use -O2 rather then -O3 for GCC release flags, was crashing some GCC versions and blender releases are supposed to use -O2.