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-20UI: Icon number indicator for data-blocksDalai Felinto
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-05-11Cleanup: rename BLI_str_format_attribute_domain_sizeCampbell Barton
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-06-25Spreadsheet: Dataset region for spreadsheet editorFabian Schempp
2021-06-23Cleanup: clang-tidy quiet equals-default, nullptr warningsCampbell Barton
2021-06-23Cleanup: suppress clang-tidy warningsCampbell Barton
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
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-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
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-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel