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-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-07-23Another slight increase in speed for Delaunay CDT.Howard Trickey
2021-07-21Fix bug in assert in delaunay test.Howard Trickey
2021-07-20Fix crash in delaunay C interface test.Howard Trickey
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey
2021-07-15Cleanup: use raw strings, quiet clang-tidy warningsCampbell Barton
2021-06-21Delaunay add support for detecting and removing holes from output.Howard Trickey
2021-03-08Revert "Fix modernize-raw-string-literal complaints from clang-tidy."Howard Trickey
2021-03-08Fix modernize-raw-string-literal complaints from clang-tidy.Howard Trickey
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-21Improve speed of Constrained Delaunay Triangulation with exact arith.Howard Trickey
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-09-05Cleanup: spellingCampbell Barton
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-11Cleanup some building errors with ClangTidy.Bastien Montagne
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel