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
2011-06-18throw an error if preprocessor definitions are used for DNA array lengths (pr...Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-25doxygen: small fixes and tag addingNathan Letwory
2011-02-22cmake was using dna source list with the variable out of scope, possibly caus...Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-17Start simple intros for intern and extern libs.Nathan Letwory
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-12quiet some clang warnings.Campbell Barton
2011-02-01Script to test import operators, so a single command can execute an operator ...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-07cmake: share the DNA_*.h list definition between makesrna and makesdnaCampbell Barton
2011-01-05Fixing bugs in future: Ton Roosendaal
2010-12-31CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero
2010-12-16last commit to fix warnings didnt set them at all, not it works as it should.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-18fix for a (probably harmless) bug in makesdna where 1 byte off the end of the...Campbell Barton
2010-09-06committed by accidentCampbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-16Scons:Joerg Mueller
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-14Avoid a DNA parsing bug that would parse "float gravity [3];" as twoBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-01this restores building on mingw with Collada support, also it restores cross ...Tom Musgrove
2010-01-27SDNA: fix for parsing struct members like:Brecht Van Lommel
2010-01-21Added a new notifyer, NC_SPACE_CHANGED, to signal an editor thatJoseph Eagar
2010-01-17have makesrna only replace newly generated files when their contents changes.Campbell Barton
2010-01-03OS X Makefiles:Stefan Gartner
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-09-06== SCons ==Nathan Letwory