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-26rename WholeCharacter in C too, add pthreads include back for msvc which need...v2.63Campbell Barton
2012-04-26remove pthread include for windows, after this was added I couldn't build any...Campbell Barton
2012-04-24Lower optimization settings for MinGW-w64. Full optimization causes artifacts...Antony Riakiotakis
2012-04-24revert 45924, not a very clean solution, especially for external libraries an...Antony Riakiotakis
2012-04-24MinGW-w64 enable full optimization for C++ tooAntony Riakiotakis
2012-04-24Remove mingw-w64 errors from loss of precision by converting 64bit pointers t...Antony Riakiotakis
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-24Add cycles support for MinGW-w64Antony Riakiotakis
2012-04-24Enable support for OpenEXR on cmake for MinGW64Antony Riakiotakis
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-23Update build files to use the new lib locations for MinGW. For builders: you ...Antony Riakiotakis
2012-04-22Solve restriction of MinGW that users have to turn ffmpeg on for cmake.Antony Riakiotakis
2012-04-22OSX/cmake: LESS must be VERSION_LESS for XCODE_VERSIONJens Verwiebe
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