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-03-18spelling cleanupCampbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-02Code Cleanup: update to mempool, use flag rather then bool args.Campbell Barton
2012-02-18more syncing smaller changes with trunkCampbell Barton
2011-12-17svn merge ^/trunk/blender -r42670:42680Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-17Fix #29640: make duplicates release keep hierarchy and parent properties notBrecht Van Lommel
2011-11-16svn merge -r41926:41932 ^/trunk/blenderCampbell Barton
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24fix for errors with mergeCampbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-08-29svn merge -r39763:39765 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-29svn merge -r39664:39762 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-16svn merge -r39384:39433 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-15comment unused lines.Campbell Barton
2011-08-12un-inline GHash functions r26206, these are quite large functions to inline a...Campbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-17fix for error with removing MEM_guardedalloc.h, not sure why I didnt get this...Campbell Barton
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-07-15wip commit; DO NOT USE. almost done with phase 1 of this restructuring, basi...Joseph Eagar
2010-05-07ghash alloc string from render branchCampbell 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-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-03-09merge with trunk at r27259 and commit of a patch by anthony jones to fix msvc...Joseph Eagar
2010-02-12correct fsf addressCampbell Barton
2010-02-04ghash tweak to not do so much preallocationJoseph Eagar
2010-01-23Initial results of my profiling of the animation system. Joseph Eagar
2009-09-09finished removedoubles, and inlined a bunch of functions.Joseph Eagar
2009-09-06miscelleneous bug fixes and mem leak fixesJoseph Eagar
2009-09-06more optimization stuff. transformed a few functions into macro that profili...Joseph Eagar
2009-02-13merge with 2.5 at r18948Joseph Eagar
2009-02-12made extrude properly delete unneeded geometryJoseph Eagar
2009-01-172.5: various warning fixes.Brecht Van Lommel
2008-10-03merge trunk 16118 -> 116886Martin Poirier
2008-08-17Win64: forget include => this compile errors never showed up on msvc (if anyo...Daniel Genrich