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
2012-02-09patch from Jochen Schmitt to get blender building with gcc4.7Campbell Barton
2012-02-02own attempted simplification to previous patch was incorrect.Campbell Barton
2012-02-02patch from Peter Stern to fix CMake building on OSX (without manual editing o...Campbell Barton
2012-01-17OSX/Cmake: make bpy module work finally by linking against python3.2 frameworkJens Verwiebe
2012-01-16Carve booleans library integrationSergey Sharybin
2012-01-12Some small fixes to get things compiling on solaris with cmake.Kent Mein
2012-01-12../lib/linux wont built with theoraenc theoradec unbuntu user also complained...Campbell Barton
2012-01-11Added mode-getting functions for GHOST under X11 (GNU/Linux).Alex Fraser
2012-01-06use warnigns for all msvc configurationsCampbell Barton
2012-01-05disable recent attempt to static link mingw DLL's causes errors for some users.Campbell Barton
2012-01-05link mingw libstdc++ and libgcc libs statically so users dont need mingw inst...Campbell Barton
2012-01-02Mode switching for GHOST under X11: adds the ability to change screen resolut...Alex Fraser
2012-01-02left out one tiny word...Tom Musgrove
2012-01-02part of line missing in Jens commit, this fixes compile on non Apple platform...Tom Musgrove
2012-01-01OSX: fix compile by conditional unsupported flagsJens Verwiebe
2011-12-31option to build without remesh modifier for cmake and sconsCampbell Barton
2011-12-31Patch is partially made by Pelle Johnsen. Thanks!Alexander Kuznetsov
2011-12-27Update build files to use new OpenAL librariesSergey Sharybin
2011-12-24Re-enable CYCLES and OpenEXR since they work for MInGW. IMPORTANT: Only use t...Antony Riakiotakis
2011-12-23give errors when using unsupported configurations with mingw`Campbell Barton
2011-12-19* Changes for static win32 png libs. Thomas Dinges
2011-12-19Fix for cmake for recent mingw png lib move. Thomas Dinges
2011-12-03Enables vc 2010 boost libraries for cmakeAlexander Kuznetsov
2011-11-13rename cmake WITH_OCEANSIM --> WITH_MOD_OCEANSIM and tag CYCLES_CUDA_BINARIES...Campbell Barton
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-12Cycles: more linux build system tweaks, attempting to avoid using boostBrecht Van Lommel
2011-11-11Cycles: fix wrong openimageio path for lib/ directory.Brecht Van Lommel
2011-11-11CMake/Scons: automatically use ffmpeg, boost and openimageio from the svn lib/Brecht Van Lommel
2011-11-10Cycles:Brecht Van Lommel
2011-11-10presets now work from non-redo popups,Campbell Barton
2011-11-09Cycles: cmake tweaks for linux build, instructions on the wiki no longer worked.Brecht Van Lommel
2011-11-08stop cmake from overwriting BOOST_ROOT and OPENIMAGEIO_ROOT_DIR which the bui...Campbell Barton
2011-11-08Cycles Merge:Brecht Van Lommel
2011-11-08Update MinGW to use correct lib location for boostAntony Riakiotakis
2011-11-08Cycles MergeBrecht Van Lommel
2011-11-08*Correct syntax for static, since we invoke g++ as linker and we have to pass...Antony Riakiotakis
2011-11-08Correct syntax for static, since we invoke g++ as linker and we have to pass ...cyclesAntony Riakiotakis
2011-11-08Cycles now uses correct libs on MinGWAntony Riakiotakis
2011-11-08Cycles:Brecht Van Lommel
2011-11-07Cycles: svn merge -r41613:41627 ^/trunk/blenderBrecht Van Lommel
2011-11-07CMake: Boost and OpenImageIO building support (unused still).Brecht Van Lommel
2011-11-07Cycles: svn merge -r41531:41613 ^/trunk/blenderBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-06Cycles:Thomas Dinges
2011-11-05Cycles: svn merge -r41467:41531 ^/trunk/blenderBrecht Van Lommel
2011-11-03patch [#28947] Patches for #28943 (Support for XDG Base Directory Specification)Campbell Barton
2011-11-02Cycles: svn merge -r41266:41467 ^/trunk/blenderBrecht Van Lommel
2011-11-01hopefully fix problem with cmake on osx (older gcc version)Campbell Barton
2011-10-30correct flags for older GCC's which dont suppport -Wno-deprecated-declarations,Campbell Barton
2011-10-29Fix RelWithDebInfo build.Andrew Wiggin