Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -0/+9 |
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -0/+16 |
* | cmStringAlgorithms: Modernize cmWrap using cm::string_view | Sebastian Holtermann | 2019-08-01 | 1 | -7/+11 |
* | cmStringAlgorithms: Add cmCatViews and cmStrCat functions | Sebastian Holtermann | 2019-08-01 | 1 | -0/+50 |
* | cmStringAlgorithms: Simplify cmJoin using cm::string_view | Sebastian Holtermann | 2019-08-01 | 1 | -19/+10 |
* | cmStringAlgorithms: Simplify cmStrCmp using cm::string_view | Sebastian Holtermann | 2019-08-01 | 1 | -21/+14 |
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+139 |