summaryrefslogtreecommitdiff
path: root/Source/cmStringAlgorithms.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmStringAlgorithms: Add functions to parse strings to long long integersBrad King2022-09-201-0/+32
* cmValue: add IsInternallyOn methodsMarc Chevrier2021-09-211-9/+0
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-70/+0
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-0/+4
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-8/+8
* cmStringAlgorithms: Add faster cmJoin overloads for stringsOleksandr Koval2020-09-031-0/+50
* IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOffSebastian Holtermann2019-08-171-0/+79
* Merge topic 'cmExpandList'Kyle Edwards2019-08-161-0/+71
|\
| * cmStringAlgorithms: Add cmExpandList functionsSebastian Holtermann2019-08-141-0/+71
* | Merge topic 'cmStringAlgorithms_ulong'Kyle Edwards2019-08-161-0/+34
|\ \ | |/ |/|
| * cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-0/+34
* | cmStringAlgorithms: Add cmRemoveQuotesSebastian Holtermann2019-08-091-0/+14
|/
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-0/+53
* cmStringAlgorithms: Add cmCatViews and cmStrCat functionsSebastian Holtermann2019-08-011-0/+73