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
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
2007-03-27=== SCons ===Nathan Letwory
2006-11-27More debug goodies:Ton Roosendaal
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain
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-04-18Update to the VC7 projectfiles.Joseph Gilbert
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
2006-02-24Paranoia "volatile" assignment to globals in MEM module. Was suggested toTon Roosendaal
2006-02-23Some issues compiling on Irix:Chris Want
2006-02-17temporarily fix from Johnny Matthews committed, win32 doesn't have munmap. So...Erwin Coumans
2006-02-16Added new malloc type in our MEM module; using the unix feature 'mmap'.Ton Roosendaal
2006-02-08==SCons==Nathan Letwory
2006-02-05==SCons==Nathan Letwory
2006-02-04== SCons ==Nathan Letwory
2005-11-17Fix for bug #3414 provided by Lewis Saunders.Chris Want
2005-08-21MEM_alloc allocated in units of 8 for 32 bits systems, and units of 4 forTon Roosendaal
2005-08-04updates to the OS X build system :Jean-Luc Peurière
2005-08-02_.NET projectfiles update_Joseph Gilbert
2005-07-31updated vc7 projectfiles so they work with bulletErwin Coumans
2005-07-22 - got fed up with not being able to put a breakpoint on MEM_Daniel Dunbar
2005-07-20 - remove MEM_dupallocN's warning on dup of len==0 sized objectDaniel Dunbar
2005-02-21MSVC7 update and freetype2 sourceJoseph Gilbert
2005-02-12Update to the MSVC7 project files (vcproj) for Blender's internal librariesJoseph Gilbert
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-04-07Major update for Visual Studio .Net project files. Both Release and Debug mod...Nathan Letwory
2004-03-06Updated the Sun ifdef's basically I standardized them so theyKent Mein
2004-03-01SCons updatesMichel Selten
2004-02-15SCons updatesMichel Selten
2004-01-05- Revert to NaN makefilesWouter van Heyst
2004-01-05Basic initial yafray integration by Eeshlo.Alejandro Conty Estevez
2004-01-05SCons build system files added.Michel Selten
2003-03-24Kill 2 undefined function warnings.Daniel Dunbar
2003-03-18First set of VC-7 project files. Also first my first commit in the freeDaniel Dunbar
2003-03-13updated intern project files to suit the lib dir move.Simon Clitherow
2003-01-28Modified MSVC intern projectfiles - XCOPY doesn't need the /E option.Simon Clitherow
2003-01-12Hello,Francis Laurence
2003-01-04Workaround for the header file copying dependency hellHans Lambermont
2002-12-26WooHoo me again ;)Kent Mein