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-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-26Fix build error on Windows without precompiled headersBrecht Van Lommel
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-04-05Cleanup: fix various typosBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-29Cleanup: clang-tidyAaron Carlisle
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: use Blender's code style for doxygen commetns in freestyleCampbell Barton
2021-04-11Cleanup: spellingCampbell Barton
2021-04-08Cleanup: modernize-use-equals-defaultJacques Lucke
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-17Clang-tidy, fix bugprone-exception-escape.Ankit Meel
2020-11-07Cleanup: Clang-format.Ankit Meel
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-emplaceSergey Sharybin
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-09-09Cleanup: spellingCampbell Barton
2020-09-05Cleanup: clang-formatCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy bugprone-copy-constructor-init fixSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-const-return-type fixesSybren A. Stüvel
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-07Cleanup: Freestyle, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-03Clang-Tidy: Fix readability-delete-null-pointer warningsSergey Sharybin
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-21Fix Linux/GCC build error after recent changesBrecht Van Lommel
2020-04-21Fix clang-format differences between version 6 and 9Brecht Van Lommel
2020-03-14Cleanup: spellingCampbell Barton
2020-03-06Cleanup: tweak Freestyle #includes in preparation for clang-format sortingDalai Felinto
2020-02-28Cleanup: SpellingSergey Sharybin
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-08-17Cleanup: spellingCampbell Barton
2019-08-11Cleanup: spellingCampbell Barton