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
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
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-10-29BLI: use forwarding reference in MapJacques Lucke
2020-10-26Fix own previous commit re testing of `BLI_rel_path`.Bastien Montagne
2020-10-26Fix T81421: "Saving As..." a blend file with a Script node file path filled w...Bastien Montagne
2020-10-14BLI_ghash_performance_test: Fix memory leaksAnkit Meel
2020-10-12BLI: support looking up a key from a set or adding it when not existantJacques Lucke
2020-10-10Cleanup: spellingCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-02Cleanup: trailing spaceCampbell Barton
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-09-09BLI: new string search api that supports fuzzy and prefix matchingJacques Lucke
2020-09-07BLI: improve exception safety of VectorSetJacques Lucke
2020-09-05Cleanup: spellingCampbell Barton
2020-09-05New boolean: Fix second example in T79404.Howard Trickey
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-09-03Fix clang tidy errors in testsJacques Lucke
2020-09-02Cleanup: spellingCampbell Barton
2020-09-01Fix compilation error with -Werror=array-boundsJacques Lucke
2020-08-30New Boolean: performance improvement.Howard Trickey
2020-08-28Cleanup: clang-formatRay Molenkamp
2020-08-28Fix to previous commit to allow building without WITH_GMP.Howard Trickey
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-26Cleanup: typosJacques Lucke
2020-08-26BLI: support removing multiple elements from a vectorJacques Lucke
2020-08-24BLI: improve exception safety of Set and MapJacques Lucke