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-07-07bli: generational_arena: fix: begin() points to `EntryNoExist`ishbosamiya
2021-06-24bli: generational_arena: ConstIteratorishbosamiya
2021-06-21bli: generational_arena: add iterator supportishbosamiya
2021-06-19bli: generational_arena: insert_with() and try_insert_with()ishbosamiya
2021-06-16bli: generational_arena: test for ensuring next_free list is correctishbosamiya
2021-06-16bli: generational_arena: extra insert() test case with fixishbosamiya
2021-06-16bli: generational_arena: remove() with testishbosamiya
2021-06-16bli: generational_arena: get related tests and respective fixesishbosamiya
2021-06-16bli: generational_arena: tests, size(), capacity(), fix some errorsishbosamiya
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-13BLI: support looking up a key stored in Map or VectorSetJacques Lucke
2021-05-13BLI: add LinearAllocator.construct_array methodJacques Lucke
2021-04-30BLI: support removing Map elements during iterationJacques Lucke
2021-04-30BLI: improve VectorSet data structureJacques Lucke
2021-04-17BLI: add unit tests for recently added methodsJacques Lucke
2021-04-17BLI: support multiple arguments for value in *_as methods of MapJacques Lucke
2021-04-17Functions: extend virtual array functionalityJacques Lucke
2021-04-01BLI: add call_safe method for FunctionRefJacques Lucke
2021-03-25BLI: fix Set.lookup_key_or_addJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2021-03-17BLI: support equality operator on Span and VectorJacques Lucke
2021-03-17BLI: improve implicit conversions of spansJacques Lucke
2021-03-17BLI: provide a default hash for enumsJacques Lucke
2021-03-08Revert "Fix modernize-raw-string-literal complaints from clang-tidy."Howard Trickey
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-08Fix modernize-raw-string-literal complaints from clang-tidy.Howard Trickey
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-03-07BLI: reduce wasted memory in linear allocatorJacques Lucke
2021-03-04BLI: support mutable lookup from multi value mapJacques Lucke
2021-02-23BLI: new FunctionRef typeJacques Lucke
2021-02-21BLI: cleanup StringRef and Span and improve parameter validationJacques Lucke
2021-02-06Cleanup: malformed web addresses in commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2020-12-16BLI: remove implicit casts between some span typesJacques Lucke
2020-12-16BLI: add new InplacePriorityQueue data structureJacques Lucke
2020-12-16BLI: constexpr Span, IndexRange, StringRef(Null/Base)Ankit Meel
2020-12-14Fix windows build.Alexander Gavrilov
2020-12-13Fix weird Swing+Twist decomposition with noncanonical quaternions.Alexander Gavrilov
2020-12-10Cleanup: avoid '_ln' suffixCampbell Barton
2020-12-10BLI_string: support escaping additional control characterCampbell Barton
2020-12-10BLI_string: add BLI_str_unescape utility functionCampbell Barton
2020-12-10Fix BLI_str_escape with control characters, add unit testsCampbell Barton
2020-12-07Cleanup: partial Clang-Tidy modernize-loop-convertSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-use-usingSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel