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-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-10BLI_mempool: split thread-safe iteration into the private APICampbell Barton
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Fix integer overflow in BLI_mempool_as_arrayN()Sergey Sharybin
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: spellingCampbell Barton
2019-03-05Cleanup: warning in release buildsCampbell Barton
2019-03-02Fix BLI_mempool incorrect slop-space calculationCampbell Barton
2019-03-02Cleanup: code style & commentsCampbell Barton
2019-03-02Cleanup: remove unused defineCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-11-24Minor cleanup for own recent commits.Bastien Montagne
2017-11-23Add ability to use more than one mempool iterator simultaneously.Bastien Montagne
2017-10-28Cleanup: use uint type in BLICampbell Barton
2016-06-09Fix T48614: Blender from buildbot crash when Separate selection in this parti...Bastien Montagne
2016-06-01Optimize mempool iterationCampbell Barton
2016-05-31BLI_mempool: Use an 'odd' FREEWORD for big/little endianCampbell Barton
2015-08-04Docs: comment functions in BLI & Py APICampbell Barton
2014-06-08Fix mempool bottleneck alloc & freeing a single itemCampbell Barton
2014-04-10Revert "Mempool: simplify memory chunk list building"Campbell Barton
2014-04-10Code cleanup: use struct type for mempool & style editsCampbell Barton
2014-04-08Mempool: simplify memory chunk list buildingCampbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-07Mempool: use define for used freeword and correct defineCampbell Barton
2014-04-07Mempool: minor optimization to building free pointer listCampbell Barton
2014-04-07Mempool: fix own error in recent commitCampbell Barton
2014-04-05Optimize mempool: round chunk size to powers of 2, account for slop-spaceCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-05Optimize mempool: replace double linked list with single for memory chunksCampbell Barton
2014-04-04Optimization for mempool initial chunk allocationCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-12-10Mempool/Memarena: hint for unlikely conditionsCampbell Barton
2013-12-08Util-defines: avoid multiple calculation/access for MIN/MAX macrosCampbell Barton