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
2016-06-08Cleanup: typoCampbell Barton
2016-06-01Revert "BLI_ghash: Fix initial over-allocation of mempool chunks."Bastien Montagne
2016-06-01Revert "Correct invalid pointer-pair compare check"Campbell Barton
2016-06-01BLI_ghash: Fix initial over-allocation of mempool chunks.Bastien Montagne
2016-05-26Correct invalid pointer-pair compare checkCampbell Barton
2016-03-29Fix error in ghash/gset_ensure_p_exCampbell Barton
2016-03-14Cleanup: style/spellingCampbell Barton
2016-03-09Cleanup: style, spellingCampbell Barton
2016-03-02GHash: BLI_ghash_ensure_p_ex now takes a pointer-to-key argCampbell Barton
2016-02-20Add GHash/GSet pop() feature.Bastien Montagne
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-11-26Partial revert of last commitCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-09-13Cleanup: spellingCampbell Barton
2015-07-02BLI_GHash: add BLI_gset_str_new helpers.Bastien Montagne
2015-05-11GHash: use const keys when only used for lookupsCampbell Barton
2015-05-11GHash: Add BLI_ghash_ensure_p_ex to copy the keyCampbell Barton
2015-04-13GHash: use unsigned int for ghash_sizeCampbell Barton
2015-04-11BMesh: simplify hashing for dyntopoCampbell Barton
2015-04-06GHash: ensure function, avoids multiple lookupsCampbell Barton
2015-04-06GHash: no reason to use GSetEntry in ghash APICampbell Barton
2015-03-23Cleanup: comments, styleCampbell Barton
2015-03-22Fix wrong sizeof() in new ghash hashing helpers code.Bastien Montagne
2015-03-21Cleanup: use tabsCampbell Barton
2015-03-19GHash - code reorganization, performance enhancements, add a few missing util...Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-12-17Docs: comments (hash table & beauty fill)Campbell Barton
2014-09-25Fix previous commit rB34abb614f1344a6, which broke addons translations.Bastien Montagne
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-08-12GHash: add flag get/set for gsetCampbell Barton
2014-08-11CommentsCampbell Barton
2014-08-07GHash/EdgeHash: avoid NULL check on iterator initCampbell Barton
2014-07-30GHash: generic comparison for int[4]Campbell Barton
2014-07-14GHash, EdgeHash: add debugging function to measure the hash qualityCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-04-21GHash, Edgehash: add lookup_default() funcs.Campbell Barton
2014-04-20GHash, EdgeHash: hint on unlikely branchCampbell Barton
2014-04-15GHash: add BLI_ghashutil_uinthash_v4 for hashing 4 ints at onceCampbell Barton
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-08GHash/Edgehash: make simple iterator checking functions inline.Campbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2013-11-01code cleanup: spellingCampbell Barton
2013-09-02warning cleanup: correct some odd returns and quiet strict flag warnings on s...Campbell 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-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton