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-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-04-05Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: spellingCampbell Barton
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell 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-23Cleanup: use specific names for global variablesCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
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-03-13Cleanup: doxygen commentsCampbell Barton
2018-02-18Cleanup: split GHash helpers from implementationCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-14Cleanup: BLI_ghashCampbell Barton
2017-11-15Cleanup: use 'uint'Campbell Barton
2017-11-15GSet: utils to access data stored outside the setCampbell Barton
2017-08-23GHash: BLI_ghash_reinsert_key utility functionCampbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-05-30Move hash_combine utility function to a more generic placeSergey Sharybin
2016-10-25API: Fix LinksAaron Carlisle
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