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-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-07-15Cleanup: improve comments, remove debug printfCampbell Barton
2021-07-15BLI_memarena: support merging memory arenasCampbell Barton
2020-05-14BLI: deduplicate address sanitizer codeJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-05-25Cleanup: warnings building without ASANCampbell Barton
2019-05-16BLI_memarena: unpoison memory before freeing itJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-02Cleanup: comments, assert align is a power of twoCampbell Barton
2019-03-02BLI_memarena: use ASAN memory poisonCampbell Barton
2019-03-02Cleanup: use dummy valgrind macros instead of ifdef'sCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12BLI_memarena: remove use of BLI_linklistCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2015-08-04Docs: comment functions in BLI & Py APICampbell Barton
2013-12-10Mempool/Memarena: hint for unlikely conditionsCampbell Barton
2013-12-02MemArena: use size_t instead of int for alloc args and internal storage.Campbell Barton
2013-10-05more corrections to valgrind hinting.Campbell Barton
2013-10-05use valgrind hints for memarena for better debugging info when using valgrind.Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-20add BLI_memarena_clear function to reset a memarena, keeping the last allocat...Campbell Barton
2013-06-23reduce sign conversion comparisons for smallhash and tweak warnings elsewhere.Campbell Barton
2013-03-14BLI_linklist_free() was incorrectly taking MEM_freeN() as an argument, eviden...Campbell Barton
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-08-07*BLI_memarena support for any power of two alignmentAndre Susano Pinto
2009-07-15Just another experimental stuff to optimize the expected number of BB test on...Andre Susano Pinto
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2006-10-24Irregular shadow fix: the MemArena module didn't give callocs, only malloc.Ton Roosendaal
2005-03-21 - switch BLI_memarena to use stdlib malloc/free (alloc errorsDaniel Dunbar
2005-01-03More warning cleanups...Kent Mein
2002-11-25updated .c files to include:Kent Mein