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-07-05Update build systems to copy needed dlls from MinGW-w64, turn openmp on by de...Antony Riakiotakis
2012-07-04Cmake / Boost:Thomas Dinges
2012-07-04Windows (msvc 2010) is now using Boost 1.49 - Updated cmake file.Alexander Pinzon
2012-07-01don't disable cycles when OIIO isnt found, instead throw an error, annoying w...Campbell Barton
2012-06-30Cycles / Boost:Thomas Dinges
2012-06-30the compositor optional for cmake: WITH_COMPOSITORCampbell Barton
2012-06-28code cleanup: cmake buildsystem edits, unused var warnings and better descrip...Campbell Barton
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-23add cmake option WITH_SYSTEM_OPENJPEG so linux can build cycles without havin...Campbell Barton
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-21Set openjpeg to static. Solves linking issues on recent openjpeg updateAntony Riakiotakis
2012-06-11minor fixesCampbell Barton
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