summaryrefslogtreecommitdiffstats
path: root/Source/cmStringReplaceHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* string: Allow zero-length matches in all REGEX subcommandsNikita Nemkin2025-02-141-16/+17
* string: Allow references to unmatched groups in REGEX REPLACENikita Nemkin2025-02-141-4/+2
* regex: Match ^ at most once in repeated searchesNikita Nemkin2025-02-131-9/+14
* 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
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+3
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-5/+7
* string() Refactoring: creates an helper for REGEX REPLACEMarc Chevrier2018-04-161-0/+117