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-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
2020-11-30Fix T83196: bad matrix to quaternion precision near 180 degrees rotation.Alexander Gavrilov
2020-11-28Fix T83023: incorrect shape of cyclic F-Curve with only two points.Alexander Gavrilov
2020-11-24Speedups for new boolean. Better hash function for verts.Howard Trickey
2020-11-21Improve speed of Constrained Delaunay Triangulation with exact arith.Howard Trickey
2020-11-13BLI_math: add floor_power_of_10, ceil_power_of_10Campbell Barton
2020-11-09Cleanup: fix wrong merge, remove extra unique_ptr.Ankit Meel
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-07Merge new boolean fix from blender-v2.91-release.Howard Trickey
2020-11-07Fix T82301, exact boolean fail on cube with bump.Howard Trickey
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-make-uniqueSergey Sharybin
2020-11-06Cleanup: Clang-Tidy, modernize-use-bool-literalsSergey Sharybin