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
2014-10-14Fix inconsistent types in guardeallocDan HorĂ¡k
2014-10-09Enable atomic peak memory detectionSergey Sharybin
2014-09-26Fix build errors in atomic ops and warning in aligned malloc on OS X.Brecht Van Lommel
2014-09-25Guardedalloc: Implement atomic peak memory updateSergey Sharybin
2014-08-16CommentsCampbell Barton
2014-07-25Fix inconsistent use of print_error() and fprintf(stderr, ...) in MEM_guarded...Tamito Kajiyama
2014-06-16I'd tend to declare dead code is forbiddenSergey Sharybin
2014-06-14Comment unused macroCampbell Barton
2014-06-14Attempt to fix sign conversion error happening on buildbotSergey Sharybin
2014-06-13Attempt to fix guardedalloc on OSXSergey Sharybin
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-06-02Fix compilation error non non-linux architecturesMatteo F. Vescovi
2014-05-19Fix compilation error on kFreeBSDSebastian Ramacher
2014-04-06Move LIKELY/UNLIKELY into headerCampbell Barton
2014-04-06Guarded Alloc: use UNLIKELY for debug memsetCampbell Barton
2014-03-30Enable GCC pedantic warnings with strict flags,Campbell Barton
2014-03-26Code cleanup: style and warningsCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2014-01-23Fix typo in mmap commit from a while agoSergey Sharybin
2014-01-23Memory allocation: do not use mmap for memory allocation on 64 bit.Brecht Van Lommel
2013-11-22Code Cleanup: use NULL for pointer checks and remove joke.Campbell Barton
2013-10-31add atomic_ops.h to cmake's source code listing.Campbell Barton
2013-10-20Fix for wrong implementation of mmap in lock-free allocatorSergey Sharybin
2013-10-11Fix FreeBSD build with recent malloc changes, patch by Shane Ambler.Brecht Van Lommel
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-10* Fix Windows compiler errors after recent Lock-free memory allocator commit.Thomas Dinges
2013-10-10Fix OS X build error in malloc code, and warning in rna.Brecht Van Lommel
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-10-09Fix compilation error after recent libmv changeSergey Sharybin
2013-10-09Move guarded objetc allocation to a guardedalloc headerSergey Sharybin
2013-09-05Added a brie instruction how to build simple memtestSergey Sharybin
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-01kd-tree,Campbell Barton
2013-09-01Mingw/Windows Compiling FixJoshua Leung
2013-09-01use strict flags for guarded allocCampbell Barton
2013-08-30Attempted fix for #36569: couldn't unmap memory errors on Windows. The guarde...Brecht Van Lommel
2013-08-29correct own recent commit, malloc_usable_size() isn't valid for mmap()'d memory.Campbell Barton
2013-08-28should fix builds for osxCampbell Barton
2013-08-28include slop-space in debug statistics (gcc/clang only)Campbell Barton
2013-08-24add GPL header to treehash.c and add missing includes to cmake.Campbell Barton
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-19Added check for whether thread lock is being removed while thread is using gu...Sergey Sharybin
2013-08-15Blender might be compiled without guardedalloc againSergey Sharybin
2013-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-08-04avoid using MEM_reallocN_id directly, add utility macro for freeing.Campbell Barton
2013-08-03add versions of MEM_reallocN, MEM_recallocN which take a string arg so new al...Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-02tweak to recent commit, don't show keymap in menu tooltips.Campbell Barton
2013-05-31Fix to actually disable DEBUG_BACKTRACE by default.Brecht Van Lommel
2013-05-30Backtrace for unfreed memory blocksSergey Sharybin