Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IWYU: mark <cstddef> as needed | Ben Boeckel | 2020-04-29 | 1 | -1/+1 |
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
* | IWYU: Add missing cstddef includes for size_t and nullptr_t | Brad King | 2019-09-03 | 1 | -0/+1 |
* | cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOff | Sebastian Holtermann | 2019-08-17 | 1 | -0/+79 |
* | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 1 | -0/+71 |
|\ | |||||
| * | cmStringAlgorithms: Add cmExpandList functions | Sebastian Holtermann | 2019-08-14 | 1 | -0/+71 |
* | | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 1 | -0/+34 |
|\ \ | |/ |/| | |||||
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -0/+34 |
* | | cmStringAlgorithms: Add cmRemoveQuotes | Sebastian Holtermann | 2019-08-09 | 1 | -0/+14 |
|/ | |||||
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -0/+53 |
* | cmStringAlgorithms: Add cmCatViews and cmStrCat functions | Sebastian Holtermann | 2019-08-01 | 1 | -0/+73 |