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-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-11add MEM_recallocN(), so bytes are ensured to be zero'd when growing.Campbell Barton
2012-08-01fix crash when polling image sample outside image space.Campbell Barton
2012-07-24Debug option for guarded allocation: store name of original datablockSergey Sharybin
2012-07-14header comment cleanup, explain whats the difference between confusingly name...Campbell Barton
2012-07-14use gcc attributes for BLI alloc functionsCampbell Barton
2012-07-08Fix for error from grumpy gcc in "over-warning" mode. Must explicitely cast u...Bastien Montagne
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-06-28committed debug memcount by accidentCampbell Barton
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-08typo/style editsCampbell Barton
2012-06-08- remove redundant NULL checks from mallocn's local linked list functions.Campbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-26update python script memory printout to python3 and some style cleanupCampbell Barton
2012-05-26style cleanup: our own malloc codeCampbell Barton
2012-05-26code cleanup: dutch -> english (comments)Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-26Abort on guarded memory manager errors if WITH_ASSERT_ABORT is setSergey Sharybin
2011-09-21remove support for irixCampbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-08-28- use static vars and functions where possible.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-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-25doxygen: intern/guardedalloc taggedNathan Letwory
2011-02-12fix for more warnings.Campbell Barton
2011-01-23correct own bad spellingCampbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-10-18bugfix [#24302] Ctrl+Click Extrude gets old mouse eventsCampbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-04-30use size_t for MEM_allocN_len as well as some of its callersCampbell Barton
2010-04-29Make Blender malloc wrapper be 64 bit ready.Guillermo S. Romero
2010-04-28reverting 28469, there is no use in using a long, while the allocation functi...Campbell Barton
2010-04-27Make len portable (as best as can tested with a 32 bit machine).Guillermo S. Romero
2010-04-27fix for allocations over 2gig crashing blender (even on 64 bit systems)Campbell Barton
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-13fix for memory leak: node animation data wasnt being free'dCampbell Barton
2010-02-13simple malloc counter for debugging. disabled so no functional change.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Guardedalloc: added MEM_reallocN function to do simple alloc/memcpy/free,Brecht Van Lommel
2010-01-24remove own experiemental codeJoseph Eagar
2010-01-22Fix MEM_testN not unlocking mutex correctly, unlikely to lead toBrecht Van Lommel
2010-01-21Added a new notifyer, NC_SPACE_CHANGED, to signal an editor thatJoseph Eagar
2009-11-11Debug tools: new function MEM_testN(void*)Martin Poirier
2009-11-11New function:Martin Poirier