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-03BLI_path: skip "/./" and "/." in BLI_path_name_at_indexCampbell Barton
2022-11-02Fix BLI_path_parent_dir returning success with a single period as inputCampbell Barton
2022-11-02Tests: enable path tests for WIN32Campbell Barton
2022-11-02Cleanup: use doxy sections for path testsCampbell Barton
2022-11-01Fix BLI_path_parent_dir failing on paths ending with ".."Campbell Barton
2022-11-01Fix BLI_path_normalize failing with "." and ".." in the pathCampbell Barton
2022-11-01Tests: add BLI_path_parent_dir tests, split BLI_path_normalize testsCampbell Barton
2022-10-31BLI_path: only operate on native path slashes for BLI_path_name_at_indexCampbell Barton
2022-10-31BLI_path: only operate on native path slashes for BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-12Tests: add tests for leading (relative) slashes for BLI_path_joinCampbell Barton
2022-05-11Cleanup: spelling in comments/stringsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-09-28Path util: BLI_path_contains() case-insensitive on WindowsSybren A. Stüvel
2021-09-27BLI Path: add function `BLI_path_contains()`Sybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-bool-literalsSergey Sharybin
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-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-11Fix path regression test build failure on WindowsSergey Sharybin
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel