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
2013-04-29minor adjustment to vertex color baking, tag the meshes directly, no need to ...Campbell Barton
2013-04-29cmake - warn when an option is turned off because of boost being disabled.Campbell Barton
2013-04-17Don't use auto vectorization for MinGW-w64. It may be a source forAntony Riakiotakis
2013-04-15CMake: add LLVM_STATIC as cmake build option, so linux distributions can linkBrecht Van Lommel
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-02Fix compilation on MinGW(64/32)Antony Riakiotakis
2013-04-02Fix build for MinGW without opencollada (updated libs coming soon), MinGW64 n...Antony Riakiotakis
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-03-28modified build system for updated opencollada libraries (windows only, other ...Gaia Clary
2013-03-28svn merge ^/trunk/blender -r55594:55635Campbell Barton
2013-03-27CMake fix: OpenEXR and Tiff are linking dependencies of OIIO, and fix for Boo...Dalai Felinto
2013-03-27Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versionsSergey Sharybin
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-20add back -Wredundant-decls, just not for older gcc'sCampbell Barton
2013-03-20Make Blender compile again normal again with gcc 4.2Ton Roosendaal
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-14disable -Wredundant-decls for gcc versions older then 4.6Campbell Barton
2013-03-14tweaks to clang so blender can build with -WerrorCampbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-24Rename CMake's Boost_USE_ICU to WITH_BOOST_ICU (update your CMake conf if you...Bastien Montagne
2013-02-23WITH_PYTHON_FRAMEWORK cmake option for OSXDalai Felinto
2013-02-21Cycles GPU rendering:Thomas Dinges
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-02-07removing xinerama on X11 dependency, this wasn't working very usefully.Campbell Barton
2013-02-05OSX/cmake/scons: python version foolproofJens Verwiebe
2013-02-05OSX/cmake: Fix ypthn version for module compileJens Verwiebe
2013-02-01expose WITH_BOOST as a cmake option, this just disables boost deps since it w...Campbell Barton
2013-02-01disable xinerama and xinput if libraries are missing.Campbell Barton
2013-01-31Add Xinerama support for GHOST_GetMainDisplayDimensions() so X11 works as it ...Campbell Barton
2013-01-31Fix cycles windows link errors when building with OSL master branch.Brecht Van Lommel
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-14Dosvidanya, old compositor!Sergey Sharybin
2013-01-13Add wave to boost libraries for MinGW if OSL is turned on (still not supporte...Antony Riakiotakis
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-03CMake: Looks like a period sneaked into r53515, which caused CMake to fail.Mitchell Stokes
2013-01-03CMake: Setting vc10 to use Python 3.3 (it was still set to 3.2). For the time...Mitchell Stokes
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2013-01-01patch [#33331] Time To Start Moving To StdboolCampbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-13CMake: on linux, make boost now always require multithreaded libs, disablingBrecht Van Lommel
2012-12-12OSX: make cmake and scons both compile jack and ndof with newer sdk'sJens Verwiebe
2012-12-12OSX/cmake: fix ndof compileJens Verwiebe
2012-12-10CMake: fix numpy install not getting properly disabled when numpy was not found.Brecht Van Lommel
2012-12-09Further refined the check for GCC 4.2 to not add the flag -Wuninitialized then.Ton Roosendaal
2012-12-09CMake:Antony Riakiotakis