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-04-15fix incorrect use of PLATFORM_DEFAULT with cmakeCampbell Barton
2012-04-15disallow invalid mingw configurations, not just disable by default but disall...Campbell Barton
2012-04-15Hrm...parse error from previous commitAntony Riakiotakis
2012-04-15Fix linking issue with MinGW. For some reason ffmpeg needs to be enabled. Som...Antony Riakiotakis
2012-04-12Took out OpenMP refactor out by mistakeAntony Riakiotakis
2012-04-12Revert changes that disable features on MinGW.Antony Riakiotakis
2012-04-12cmake/mingw now builds with default configuration (needed to disable tiff/exr...Campbell Barton
2012-04-09use 'const float[3]' for derived mesh callback args.Campbell Barton
2012-03-17dont disable python when addons aren't found (addons are not needed for pytho...Campbell Barton
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-15OSX/cmake: move the xcode 4.3 warning up, it was not shown due error happened...Jens Verwiebe
2012-03-15OSX/cmake: enable clang compiler with xcode >= 4.3, tested o.k.nowJens Verwiebe
2012-03-14Avoid a sigsev after 44830 when reports is empty, clang compile workJens Verwiebe
2012-03-14documentation edit to address bmesh py api bug [#30453]Campbell Barton
2012-03-14print warning when release/datafiles/locale is missing when building with cma...Campbell Barton
2012-03-13WITH_GHOST_SDL working again (missing std:: update)Campbell Barton
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-12OSX/cmake: use again 10.5 as general deployment target ( pls verify 10.5 comp...Jens Verwiebe
2012-03-11Bundle new upstream version of libmv from own branchSergey Sharybin
2012-03-10OSX/cmake: added a comment on method usedJens Verwiebe
2012-03-10OSX/cmake: ensure newest Xcode compatibility, important: still needs a patche...Jens Verwiebe
2012-02-28revert r44503, (left patch file in for now), this gives an error with gcc:Campbell Barton
2012-02-26Change boost librarie names for MinGW to use the recently added librariesAntony Riakiotakis
2012-02-25code cleanupCampbell Barton
2012-02-21Fix #30270, #30265: cycles not displaying textured objects, and not renderingBrecht Van Lommel
2012-02-20Fix cmake warning on Mac, when not using Xcode generator.Brecht Van Lommel
2012-02-18XDND support now can be disabled using WITH_GHOST_XDND=OFF with CMake and WIT...Sergey Sharybin
2012-02-17Reverting changes made to build systems when was upgrading OpenAL.Sergey Sharybin
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