2017-09-29 |
Campbell Barton | Drop platform support for Solaris & AIX |
tree | commitdiff |
2017-08-23 |
Mai Lavelle | Fix implementation of atomic update max and move to... |
tree | commitdiff |
2017-06-17 |
Sergey Sharybin | Guarded allocator: Fix type in macro definition |
tree | commitdiff |
2017-05-27 |
Aaron Carlisle | Remove MinGW support |
tree | commitdiff |
2016-11-15 |
Sergey Sharybin | Atomics: Make naming more obvious about which value... |
tree | commitdiff |
2016-07-14 |
Campbell Barton | Cleanup: comment blocks |
tree | commitdiff |
2016-01-04 |
Sergey Sharybin | Remove SCons building system |
tree | commitdiff |
2015-06-21 |
Campbell Barton | Support for platforms /wo malloc_usable_size |
tree | commitdiff |
2015-04-20 |
Sergey Sharybin | Guardedalloc: Don't use aligned blocks to calculate... |
tree | commitdiff |
2015-03-12 |
Campbell Barton | GuardedAlloc: safer MEM_SAFE_FREE |
tree | commitdiff |
2015-02-19 |
Sergey Sharybin | Guardedalloc: Reset peak memory should set peak to... |
tree | commitdiff |
2015-02-18 |
Sergey Sharybin | Guardedalloc: Add extra logging and checks in MEM_freeN() |
tree | commitdiff |
2014-10-14 |
Dan HorĂ¡k | Fix inconsistent types in guardealloc |
tree | commitdiff |
2014-10-09 |
Sergey Sharybin | Enable atomic peak memory detection |
tree | commitdiff |
2014-09-25 |
Brecht Van Lommel | Fix build errors in atomic ops and warning in aligned... |
tree | commitdiff |
2014-09-25 |
Sergey Sharybin | Guardedalloc: Implement atomic peak memory update |
tree | commitdiff |
2014-08-16 |
Campbell Barton | Comments |
tree | commitdiff |
2014-07-25 |
Tamito Kajiyama | Fix inconsistent use of print_error() and fprintf(stder... |
tree | commitdiff |
2014-06-16 |
Sergey Sharybin | I'd tend to declare dead code is forbidden |
tree | commitdiff |
2014-06-14 |
Campbell Barton | Comment unused macro |
tree | commitdiff |
2014-06-13 |
Sergey Sharybin | Attempt to fix sign conversion error happening on buildbot |
tree | commitdiff |
2014-06-13 |
Sergey Sharybin | Attempt to fix guardedalloc on OSX |
tree | commitdiff |
2014-06-13 |
Sergey Sharybin | Use advantage of SSE2 instructions in gaussian blur... |
tree | commitdiff |
2014-06-02 |
Matteo F. Vescovi | Fix compilation error non non-linux architectures |
tree | commitdiff |
2014-05-19 |
Sebastian Ramacher | Fix compilation error on kFreeBSD |
tree | commitdiff |
2014-04-06 |
Campbell Barton | Move LIKELY/UNLIKELY into header |
tree | commitdiff |
2014-04-06 |
Campbell Barton | Guarded Alloc: use UNLIKELY for debug memset |
tree | commitdiff |
2014-03-30 |
Campbell Barton | Enable GCC pedantic warnings with strict flags, |
tree | commitdiff |
2014-03-25 |
Campbell Barton | Code cleanup: style and warnings |
tree | commitdiff |
2014-03-17 |
Campbell Barton | Code cleanup: style |
tree | commitdiff |
2014-01-23 |
Sergey Sharybin | Fix typo in mmap commit from a while ago |
tree | commitdiff |
2014-01-23 |
Brecht Van Lommel | Memory allocation: do not use mmap for memory allocatio... |
tree | commitdiff |
2013-11-21 |
Campbell Barton | Code Cleanup: use NULL for pointer checks and remove... |
tree | commitdiff |
2013-10-31 |
Campbell Barton | add atomic_ops.h to cmake's source code listing. |
tree | commitdiff |
2013-10-20 |
Sergey Sharybin | Fix for wrong implementation of mmap in lock-free allocator |
tree | commitdiff |
2013-10-11 |
Brecht Van Lommel | Fix FreeBSD build with recent malloc changes, patch... |
tree | commitdiff |
2013-10-10 |
Campbell Barton | add MEM_SIZE_OPTIMAL to avoid memory fragmentation... |
tree | commitdiff |
2013-10-10 |
Thomas Dinges | * Fix Windows compiler errors after recent Lock-free... |
tree | commitdiff |
2013-10-10 |
Brecht Van Lommel | Fix OS X build error in malloc code, and warning in... |
tree | commitdiff |
2013-10-10 |
Sergey Sharybin | Lock-free memory allocator |
tree | commitdiff |
2013-10-09 |
Sergey Sharybin | Fix compilation error after recent libmv change |
tree | commitdiff |
2013-10-09 |
Sergey Sharybin | Move guarded objetc allocation to a guardedalloc header |
tree | commitdiff |
2013-09-05 |
Sergey Sharybin | Added a brie instruction how to build simple memtest |
tree | commitdiff |
2013-09-03 |
Campbell Barton | reorder BLI_strict_flags.h include so its not conflicti... |
tree | commitdiff |
2013-09-01 |
Campbell Barton | kd-tree, |
tree | commitdiff |
2013-09-01 |
Joshua Leung | Mingw/Windows Compiling Fix |
tree | commitdiff |
2013-09-01 |
Campbell Barton | use strict flags for guarded alloc |
tree | commitdiff |
2013-08-29 |
Brecht Van Lommel | Attempted fix for #36569: couldn't unmap memory errors... |
tree | commitdiff |
2013-08-28 |
Campbell Barton | correct own recent commit, malloc_usable_size() isn... |
tree | commitdiff |
2013-08-28 |
Thomas Dinges | Cycles / Sky Texture: |
tree | commitdiff |
2013-08-28 |
Campbell Barton | should fix builds for osx |
tree | commitdiff |
2013-08-28 |
Campbell Barton | include slop-space in debug statistics (gcc/clang only) |
tree | commitdiff |
2013-08-24 |
Campbell Barton | add GPL header to treehash.c and add missing includes... |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | Speedup for guarded allocator |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | Added check for whether thread lock is being removed... |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | Merging r59182 through r59257 from trunk into soc-2013... |
tree | commitdiff |
2013-08-16 |
Thomas Dinges | Merged revision(s) 59108-59184 from trunk/blender into... |
tree | commitdiff |
2013-08-16 |
Sergey Sharybin | Merging r59170 through r59181 from trunk into soc-2013... |
tree | commitdiff |
2013-08-16 |
Sergey Sharybin | Code cleanup: remove some ifdef code from guardedalloc |
tree | commitdiff |
2013-08-15 |
Sergey Sharybin | Atomic ops are only used in guarded allocator, so move... |
tree | commitdiff |
2013-08-15 |
Sergey Sharybin | Speedup for guarded allocator |
tree | commitdiff |
2013-08-15 |
Sergey Sharybin | Merging r59153 through r59161 from trunk into soc-2013... |
tree | commitdiff |
2013-08-15 |
Sergey Sharybin | Merging r59136 through r59152 from trunk into soc-2013... |
tree | commitdiff |
2013-08-15 |
Sergey Sharybin | Blender might be compiled without guardedalloc again |
tree | commitdiff |
2013-08-14 |
Sergey Sharybin | Merging r59130 through r59135 from trunk into soc-2013... |
tree | commitdiff |
2013-08-14 |
Sergey Sharybin | Merging r59113 through r59129 from trunk into soc-2013... |
tree | commitdiff |
2013-08-13 |
Sergey Sharybin | Merging r59104 through r59112 from trunk into soc-2013... |
tree | commitdiff |
2013-08-13 |
Sergey Sharybin | Merging r59083 through r59103 from trunk into soc-2013... |
tree | commitdiff |
2013-08-12 |
Sergey Sharybin | Merging r59081 through r59082 from trunk into soc-2013... |
tree | commitdiff |
2013-08-12 |
Sergey Sharybin | Merging r58778 through r59080 from trunk into soc-2013... |
tree | commitdiff |
2013-08-07 |
Thomas Dinges | Merged revision(s) 58859-58993 from trunk/blender into... |
tree | commitdiff |
2013-08-05 |
Campbell Barton | use gcc malloc attribute for low level allocation funct... |
tree | commitdiff |
2013-08-04 |
Campbell Barton | avoid using MEM_reallocN_id directly, add utility macro... |
tree | commitdiff |
2013-08-03 |
Campbell Barton | add versions of MEM_reallocN, MEM_recallocN which take... |
tree | commitdiff |
2013-07-31 |
Sergey Sharybin | Added check for whether thread lock is being removed... |
tree | commitdiff |
2013-07-09 |
Mitchell Stokes | Creating a BGE staging branch. |
tree | commitdiff |
2013-07-09 |
Mitchell Stokes | Deleting the ge_dev branch so it can be rebranched... |
tree | commitdiff |
2013-06-06 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-06-02 |
Campbell Barton | tweak to recent commit, don't show keymap in menu tooltips. |
tree | commitdiff |
2013-05-31 |
Brecht Van Lommel | Fix to actually disable DEBUG_BACKTRACE by default. |
tree | commitdiff |
2013-05-30 |
Sergey Sharybin | Backtrace for unfreed memory blocks |
tree | commitdiff |
2013-05-28 |
Campbell Barton | move BLO_sys_types.h -> BLI_sys_types.h (it had nothing... |
tree | commitdiff |
2013-05-21 |
Brecht Van Lommel | Fix build error after removing return value from MEM_freeN. |
tree | commitdiff |
2013-05-21 |
Campbell Barton | remove return value from MEM_freeN, it wasn't used... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | correct assert for driver evaluation, |
tree | commitdiff |
2013-05-08 |
Campbell Barton | add option to disable guardedalloc, helps for debugging... |
tree | commitdiff |
2013-04-01 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55700. |
tree | commitdiff |
2013-03-29 |
Campbell Barton | code cleanup: quiet warnings building with mingw. |
tree | commitdiff |
2013-03-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55546. |
tree | commitdiff |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55357:55372 |
tree | commitdiff |
2013-03-18 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-02-25 |
Sergey Sharybin | code cleanup: remove unused and unsupported functions... |
tree | commitdiff |
2013-02-25 |
Sergey Sharybin | Camera tracking: libmv distortion API now also uses... |
tree | commitdiff |
2013-01-29 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54171. |
tree | commitdiff |
2013-01-27 |
Thomas Dinges | Windows compile fix: |
tree | commitdiff |
2013-01-27 |
Campbell Barton | make MEM_reallocN and MEM_recallocN behave as libc... |
tree | commitdiff |
2013-01-26 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54110. |
tree | commitdiff |
2013-01-24 |
Sergey Sharybin | Added some code which helps troubleshooting issues... |
tree | commitdiff |
2012-12-19 |
Tamito Kajiyama | Merged changes in the trunk up to revision 53146. |
tree | commitdiff |
2012-12-18 |
Sergey Sharybin | Ambient occlusion baker from multi-resolution mesh |
tree | commitdiff |
next |