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-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
2009-09-30Render & Compositing Thread FixesBrecht Van Lommel
2009-06-21Spring CleaningCampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-04-29== mmap for win32 ==Andrea Weikert
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-15compiler warning cleanupStephen Swaney
2008-02-16fix for [#8257] double-freeing pointers from sculpt codeCampbell Barton
2008-02-01Memory usage debugging: now with the -d debug option enabled, at the endBrecht Van Lommel
2008-01-03Split guardedalloc print into 2 funcs, 1 that prints on errors, another then ...Campbell Barton
2008-01-01while trying to debug memory leaks, extended MEM_printmemlist to print a pyth...Campbell Barton
2006-11-27More debug goodies:Ton Roosendaal
2006-10-27More bugs found thanks to klockworkKent Mein
2006-09-06Added support for threadsafe MEM_mallocN/MEM_freeN in the guardedallocBrecht Van Lommel
2006-07-22Minor fix: default name for dupli-alloc was mixed up, using mapalloc forTon Roosendaal
2006-07-03Mac intel commitTon Roosendaal
2006-03-23Updated mallocn.c MEM_check_memory_integrity was castingKent Mein
2006-03-15mmap allocs now fall back on regular malloc when mmap fails.Ton Roosendaal
2006-03-05It looks like Irix works alright with the /dev/zero trick for mmap().Chris Want
2006-03-05To prevent confusement; used %u (unsigned int) for printing memory error.Ton Roosendaal
2006-03-02Improved error print in case malloc returns NULL; it now adds the currentTon Roosendaal
2006-02-24I had to disable mmap altogether for Irix.Chris Want