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-02-07Cleanup: clang-formatCampbell Barton
2022-02-04BLI: use methods specialized for finding a single char in StringRefAras Pranckevicius
2022-01-26BLI_string_ref: Add back missing rfind()Clément Foucault
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-11-02BLI: avoid passing nullptr to strncmpJacques Lucke
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-05Cleanup: use doxygen sectionsCampbell Barton
2021-10-03Cleanup: move StringRef method definitions out of classJacques Lucke
2021-09-22BLI: avoid warning when copying empty StringRefJacques Lucke
2021-07-27Add `StringRef::trim()` functionsSybren A. Stüvel
2021-02-21BLI: cleanup StringRef and Span and improve parameter validationJacques Lucke
2020-12-16BLI: constexpr Span, IndexRange, StringRef(Null/Base)Ankit Meel
2020-12-02BLI: add missing constJacques Lucke
2020-09-07BLI: add comparison operators for StringRefJacques Lucke
2020-09-03BLI: add index_range method for StringRefJacques Lucke
2020-08-11Cleanup: spellingCampbell Barton
2020-08-10BLI: improve StringRef for C++17Jacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-17BLI: add StringRefNull.c_str() methodJacques Lucke
2020-07-03Cleanup: add const in various placesJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-06-30Cleanup: spellingCampbell Barton
2020-06-13Cleanup: spellingCampbell Barton
2020-06-10BLI: support constructing StringRef from start and end pointerJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-04-25BLI: improve StringRef.copyJacques Lucke
2020-04-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke