summaryrefslogtreecommitdiffstats
path: root/Source/cmString.cxx
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-3/+3
* Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-1/+1
* iwyu: ignore `std::remove_reference` requirementsBen Boeckel2023-05-161-1/+0
* clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-271-0/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-21/+22
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* String: Add str_if_stable() as a const alternative to str()Brad King2018-12-121-3/+24
* String: Add a custom string typeBrad King2018-12-121-0/+131