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-08-11remove unused auto-key struct-member from uiAfterFunc, add compiler defines t...Campbell Barton
2013-08-08pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail wit...Campbell Barton
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-10remove reference to wrong python version in comments & pedantic style edit.Campbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-17cmake: remove set_lib_path macroCampbell Barton
2013-06-17CMake / vc2010:Thomas Dinges
2013-06-16Fix for building Blender with OSL, and no OpenEXR headers in standard paths (...Bastien Montagne
2013-05-20code cleanup: rename bmesh operator files to be more consistentCampbell Barton
2013-05-15fix for finding openjpeg on some systems. Campbell Barton
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-08select-camera operator could select hidden cameras, also disable freestyle fo...Campbell Barton
2013-04-01correct too-big allocation in mesh beautify.Campbell Barton
2013-03-27Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versionsSergey Sharybin
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-14tweaks to clang so blender can build with -WerrorCampbell Barton
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-02-27add PHY headers to cmake's ketsji (else some IDE's won't show)Campbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-06add missing bullet header to cmake, quiet reports from 'make test_cmake'Campbell Barton
2013-01-30cmake config files BOOL type was ignored by cmake.Campbell Barton
2013-01-24fix for missing initialization of vert data in ccgDM_copyFinalVertArrayCampbell Barton
2013-01-24patch [#33969] fix for [#33968] Blenders Custom Project File Generator for Qt...Campbell Barton
2013-01-16code cleanup:Campbell Barton
2013-01-07add error check for qtcreator&netbeans project file generators to quit early ...Campbell Barton
2013-01-03Patch from Ejner Fergo: enhancements to install_deps.sh.Bastien Montagne
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-31add ".hh" as an extension for source scripts.Campbell Barton
2012-12-09make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.ima...Campbell Barton
2012-11-26switch verious references from py3.2 -> 3.3 or just 3.Campbell Barton
2012-11-19Fix when statically linking with distro's boost: in this case, we most likely...Bastien Montagne
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-12Initial implementation of a script for automatic dependencies installer/builderSergey Sharybin
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-11-10Another fix for finding python stuff... Should work for everyone now! (I hope...Bastien Montagne
2012-11-07Use CMAKE_LIBRARY_ARCHITECTURE instead of hardcoded stuff like x86_64-linux-g...Bastien Montagne
2012-11-07Attempt to fix problems with local built py caused by own r51976.Bastien Montagne
2012-11-07Update to make it work with new debian-like py3.3 packages. A bit hackish (th...Bastien Montagne
2012-11-07for utility checkers, use QUIET env var, not to print progress. Campbell Barton
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-10-22remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also r...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-17style cleanup: make OSL follow our C style convention. http://wiki.blender.or...Campbell Barton
2012-10-15another change needed for qtcreator project generator to work with ninja.Campbell Barton
2012-10-15add support for using ninja to extract build info for qtcreator/netbeans/erro...Campbell Barton
2012-10-08Fix for own commit r51178, duplicate line.Lukas Toenne