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-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-03-22Fix build when using WITH_TBB=OFF after recent changesBrecht Van Lommel
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
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-12-30Cleanup: clang-tidy modernize-redundant-void-argAaron Carlisle
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-11-24Fix T92962 Boolean output indices unstable.Howard Trickey
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-11Fix T91889 Exact boolean sometimes drops triangles.Howard Trickey
2021-10-04Cleanup: use system includesCampbell Barton
2021-08-02Cleanup: spellingCampbell Barton
2021-07-20Cleanup: fix clang-tidy readability-else-after-returnSybren A. Stüvel
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-07-05Fix performance regression in Exact boolean due to exact triangulation.Howard Trickey
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-27Fix T89330 Exact Boolean fails on a simple model.Howard Trickey
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-05Exact Boolean: speed up when there are many separate components.Howard Trickey
2021-06-01Speedup exact boolean by avoiding some mallocs and frees.Erick Abrahammson
2021-05-03Cleanup: clang-tidyJacques Lucke
2021-05-02Fix T87554 Exact Boolean performance bug.Howard Trickey
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-05Cleanup: Clang-tidy modernize-use-default-member-initAnkit Meel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-06Reorder fields in boolean's ITT_value to save memory.Howard Trickey
2020-12-05Add more timing hooks for boolean.Howard Trickey
2020-11-24Speedups for new boolean. Better hash function for verts.Howard Trickey
2020-11-16Cleanup: clang-tidyCampbell Barton
2020-11-16Merge branch 'blender-v2.91-release'Howard Trickey
2020-11-16Fix T82736, Exact Boolean fail with repeated subtraction of same object.Howard Trickey
2020-11-09Cleanup: fix wrong merge, remove extra unique_ptr.Ankit Meel
2020-11-09Cleanup: fix some clang tidy issuesJacques Lucke
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, readability-redundant-member-initSergey Sharybin