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
2022-10-12Cleanup: use 'u' prefixed unsigned typesCampbell Barton
2022-08-04Guarded allocator: Function to rename block for debuggingJulian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-07-26Cleanup: spelling in commentsCampbell Barton
2020-11-20Cleanup: spellingCampbell Barton
2020-11-19Guarded allocator: Add safety around type changeSergey Sharybin
2020-11-19Guarded allocator: Add explicit switch to the lockfree implementationSergey Sharybin
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-01-23Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_alignedJacques Lucke
2019-09-14Cleanup: clang-formatStefan Werner
2019-09-13macOS: Enabled posix_memalign() like on other Unix platforms.Stefan Werner
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-10-03Fix T54287: memory not freed after rendering on Linux.Brecht Van Lommel
2018-03-20Memory allocator: Clarify consistency check functionSergey Sharybin
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2015-02-18Guardedalloc: Add extra logging and checks in MEM_freeN()Sergey Sharybin
2014-10-14Fix inconsistent types in guardeallocDan HorĂ¡k
2014-09-26Fix build errors in atomic ops and warning in aligned malloc on OS X.Brecht Van Lommel
2014-06-13Attempt to fix guardedalloc on OSXSergey Sharybin
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-04-06Move LIKELY/UNLIKELY into headerCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2013-10-10Lock-free memory allocatorSergey 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-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-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-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-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
2013-05-21Fix build error after removing return value from MEM_freeN.Brecht Van Lommel
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-08add option to disable guardedalloc, helps for debugging memory errorsCampbell Barton
2013-01-27Windows compile fix:Thomas Dinges
2013-01-27make MEM_reallocN and MEM_recallocN behave as libc's realloc() - alloc when r...Campbell Barton
2013-01-24Added some code which helps troubleshooting issues caused bySergey Sharybin
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin