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
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell 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-12-17Fix T59404: Mistake in recent EdgeHash refactor broke edge generations in mes...Bastien Montagne
2018-12-13Cleanup: macro hygiene, style, doxy commentsCampbell Barton
2018-12-13BLI_edgehash: assert when edges use the same vertCampbell Barton
2018-12-13BLI: New Edgehash and EdgeSet implementationJacques Lucke
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-10-28Cleanup: use uint type in BLICampbell Barton
2015-12-12Correct own mistake in 3e499c1aCampbell Barton
2015-11-29Cleanup: sync edgehash w/ ghash remove logicCampbell Barton
2015-11-29Cleanup: rename `hash` -> `bucket_index`, edgehash APICampbell Barton
2015-11-29Cleanup: ghash/edgehash styleCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-04-09Remove invalid assertCampbell Barton
2015-04-07EdgeHash: ensure function, avoids multiple lookupsCampbell Barton
2014-12-18cleanup: use const for smallhash & minor editsCampbell Barton
2014-12-17Docs: comments (hash table & beauty fill)Campbell Barton
2014-12-09Add edgehash remove, clear functions, Heap clearCampbell Barton
2014-08-12GHash: add flag get/set for gsetCampbell Barton
2014-08-07GHash/EdgeHash: avoid NULL check on iterator initCampbell Barton
2014-07-15Edgehash: Improve magic number for hashingCampbell Barton
2014-07-14GHash, EdgeHash: add debugging function to measure the hash qualityCampbell Barton
2014-07-14Remove redundant NULL checkCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-04-21GHash, Edgehash: add lookup_default() funcs.Campbell Barton
2014-04-20GHash, EdgeHash: hint on unlikely branchCampbell Barton
2014-04-08GHash/Edgehash: make simple iterator checking functions inline.Campbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-01-21Replace XOR swapping by default ("naive", with extra var) one.Bastien Montagne
2013-11-01code cleanup: spellingCampbell Barton
2013-09-02add hash iterator functions to access the pointer to the value.Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-31mempool internal change, use unsigned ints where possible (less overhead),Campbell Barton
2013-08-26internal changes to ghash/edgehash, reorganize to split out resizing the hash...Campbell Barton
2013-08-26add some safety checks in debug mode to ensure sets/hashes aren't confused.Campbell Barton