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-06-07Cmake:Thomas Dinges
2012-06-05correction to own change with cmake, oiio linking.Campbell Barton
2012-06-05only use tiff/exr when enabled.Campbell Barton
2012-06-04Cycles / OSL:Thomas Dinges
2012-05-29reenable sm13 for win32 cmakeAntony Riakiotakis
2012-05-27Patch #31563: Additional include directory for FFMPEGSergey Sharybin
2012-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2012-05-27cmake editsCampbell Barton
2012-05-25Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/..,Brecht Van Lommel
2012-05-22Disable building of CUDA 1.3 kernels for cycles for win32 cmake and mingw32 s...Antony Riakiotakis
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-17attempt to fix osx build errorCampbell Barton
2012-05-17Fix own mistake: Open Collada libs are different for MinGW/MinGW64Antony Riakiotakis
2012-05-16Fix compile error with cmake + windows (reported by MiikaH)Daniel Genrich
2012-05-15Fix El Topo:Daniel Genrich
2012-05-15Cleanup optimization compile flags for mingw-w64. Antony Riakiotakis
2012-05-13Add support for opencollada for MinGW64 and cmakeAntony Riakiotakis
2012-05-10Enable ffmpeg building with MinGW-w64. The libraries were compiled with gcc 4...Antony Riakiotakis
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-02cmake - improved detection of numpy, now works for typical ubuntu installation.Campbell Barton
2012-04-30disable numpy installing if not foundCampbell Barton
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-04-30WITH_PYTHON_INSTALL_NUMPY option for unix/cmake, just copies from site-packages.Campbell Barton
2012-04-29Silence warning during DualCon compile: "Node *pointer[0];" gets MSVC compile...Daniel Genrich
2012-04-27code cleanup: quiet msvc warningsCampbell Barton
2012-04-27cleanup msvc build flags, many were included more than once.Campbell Barton
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