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
2009-11-11New function:Martin Poirier
2009-09-30Render & Compositing Thread FixesBrecht Van Lommel
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-22SVN maintenance.Guillermo S. Romero
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-09-05== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-08-19SVN maintenance.Guillermo S. Romero
2009-08-18compile time option to override C++'s new/delete to use guardedalloc, useful ...Campbell Barton
2009-08-14some fixes for netbsd with cmakeCampbell Barton
2009-06-21Spring CleaningCampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-01Clean up for the imminent migration from SVN to GIT.Guillermo S. Romero
2009-03-19Makefile updates for Blender 2.5 (from GSR)Chris Want
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in p...Benoit Bolsee
2008-11-10Add MSVC90 project files - part 1.Benoit Bolsee
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-08-18#2: Fixing compile errors on mingw/cygwin (reported by aligorith)Daniel Genrich
2008-08-18Fixing compile errors on mingw/cygwin (reported by aligorith)Daniel Genrich
2008-08-18Update MSVC project files after Win64 patchBenoit Bolsee
2008-08-18Fix compile problem in MSVC after Win64 patchBenoit Bolsee
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-06-02Compiler warning fixes (unused vars).Joshua Leung
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-08* tweak linking priorities - should help for GCC usersNathan Letwory
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
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