| Commit message (Expand) | Author | Age | Files | Lines |
* | Move helpers functions from cmStringAlgorithms.h to cmValue.h | Marc Chevrier | 2021-09-21 | 1 | -78/+0 |
|
|
* | cmValue: add IsInternallyOn methods | Marc Chevrier | 2021-09-21 | 1 | -9/+6 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -18/+18 |
|
|
* | cmProp: cm::string_view cast operator must be explicit | Marc Chevrier | 2021-09-14 | 1 | -2/+24 |
|
|
* | Refactor: cmHasPrefix and cmHasSuffix accept now cmProp | Marc Chevrier | 2021-08-19 | 1 | -0/+21 |
|
|
* | cmProp: refactoring: transform alias in class | Marc Chevrier | 2021-08-08 | 1 | -23/+41 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -4/+4 |
|
|
* | Merge topic 'cmstrlen' | Kyle Edwards | 2020-09-09 | 1 | -0/+7 |
|\ |
|
| * | cmStringAlgorithms: Add cmStrLen() | Kyle Edwards | 2020-09-08 | 1 | -0/+7 |
|
|
* | | Merge topic 'optimize-cmJoin' | Brad King | 2020-09-08 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | cmStringAlgorithms: Add faster cmJoin overloads for strings | Oleksandr Koval | 2020-09-03 | 1 | -0/+11 |
|
|
* | | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|/ |
|
* | Merge topic 'cmnonempty' | Kyle Edwards | 2020-07-15 | 1 | -0/+14 |
|\ |
|
| * | cmNonempty: Convenience inlines to check for non-empty string | Vitaly Stakhovsky | 2020-07-14 | 1 | -0/+14 |
|
|
* | | cmIsOn: add overload accepting const std::string* | Vitaly Stakhovsky | 2020-07-14 | 1 | -8/+10 |
|/ |
|
* | Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK> | Marc Chevrier | 2020-04-19 | 1 | -1/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+4 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+3 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -1/+1 |
|
|
* | cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOff | Sebastian Holtermann | 2019-08-17 | 1 | -0/+45 |
|
|
* | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 1 | -0/+42 |
|\ |
|
| * | cmStringAlgorithms: Add cmExpandList functions | Sebastian Holtermann | 2019-08-14 | 1 | -0/+42 |
|
|
* | | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 1 | -0/+9 |
|\ \
| |/
|/| |
|
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -0/+9 |
|
|
* | | cmStringAlgorithms: Add cmRemoveQuotes | Sebastian Holtermann | 2019-08-09 | 1 | -0/+3 |
|/ |
|
* | 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 |
|
|