| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -6/+9 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | cmSystemTools: introduce MoveFileIfDifferent() | Rolf Eike Beer | 2019-09-09 | 1 | -0/+4 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -2/+2 |
|
|
* | cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOff | Sebastian Holtermann | 2019-08-17 | 1 | -44/+0 |
|
|
* | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 1 | -43/+0 |
|\ |
|
| * | cmSystemTools: Remove ExpandListArgument methods | Sebastian Holtermann | 2019-08-14 | 1 | -43/+0 |
|
|
| * | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -2/+2 |
|
|
* | | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -4/+0 |
|
|
* | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
|/ |
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -12/+0 |
|
|
* | cmSystemTool: Let TrimWhitespace accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -1/+1 |
|
|
* | cmSystemTool: Let HelpFileName accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -1/+1 |
|
|
* | cmSystemTool: Let EscapeQuotes accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -1/+1 |
|
|
* | cmSystemTool: Let Expand(ed)ListArgument accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -2/+2 |
|
|
* | Merge topic 'remove_compiler_rpath' | Kyle Edwards | 2019-07-26 | 1 | -0/+1 |
|\ |
|
| * | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property | Jiang Yue | 2019-07-25 | 1 | -0/+1 |
|
|
* | | cmSystemTools: Make IsInternallyOn, IsON and IsOff cm::string_view based | Sebastian Holtermann | 2019-07-24 | 1 | -9/+29 |
|/ |
|
* | cmSystemTools: Remove cmSystemTools::FileFormat method | Sebastian Holtermann | 2019-07-04 | 1 | -26/+0 |
|
|
* | Merge topic 'string-tar' | Brad King | 2019-05-30 | 1 | -3/+3 |
|\ |
|
| * | cmSystemTools: std::string parameters for tar functions | Vitaly Stakhovsky | 2019-05-29 | 1 | -3/+3 |
|
|
* | | Merge topic 'tar-zstd-compression' | Brad King | 2019-05-30 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | cmake: Teach cmake -E tar command, Zstandard compression | Bartosz Kosiorek | 2019-05-22 | 1 | -0/+1 |
|
|
* | | cmake: tar: Allow selective extracting and listing of archives | Bartosz Kosiorek | 2019-05-23 | 1 | -2/+4 |
|
|
* | | Merge topic 'string-error' | Brad King | 2019-05-23 | 1 | -2/+0 |
|\ \ |
|
| * | | cmSystemTools::Error(): remove const char* overload | Vitaly Stakhovsky | 2019-05-22 | 1 | -2/+0 |
| |/ |
|
* | | cmSystemTools: Remove cmSystemToolsFileTime interface | Sebastian Holtermann | 2019-05-22 | 1 | -14/+0 |
|/ |
|
* | cmSystemTools: Add ExpandedListArgument and ExpandedLists methods | Sebastian Holtermann | 2019-05-13 | 1 | -5/+38 |
|
|
* | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 1 | -0/+2 |
|
|
* | cmSystemTools: Remove unused message-related code, simplify logic | Alex Turbov | 2019-04-27 | 1 | -3/+0 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -11/+11 |
|
|
* | Merge topic 'tar-improve-error-handling' | Kyle Edwards | 2019-03-21 | 1 | -0/+9 |
|\ |
|
| * | cmake: tar: Parse 'cmake -E tar' arguments | Bartosz Kosiorek | 2019-03-20 | 1 | -0/+9 |
|
|
* | | cmSystemTools: Drop unused CollapseCombinedPath method | Brad King | 2019-03-19 | 1 | -6/+0 |
|/ |
|
* | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -4/+4 |
|
|
* | cmSystemTools: Remove redundant cmCopyFile() and Split() | Vitaly Stakhovsky | 2019-02-15 | 1 | -7/+0 |
|
|
* | cmSystemTools: More methods accept `std::string` params | Vitaly Stakhovsky | 2019-02-11 | 1 | -7/+9 |
|
|
* | Merge topic 'message-stdstring' | Brad King | 2019-02-08 | 1 | -6/+2 |
|\ |
|
| * | cmSystemTools: MessageCallback and Message() accept std::string argument | Vitaly Stakhovsky | 2019-02-07 | 1 | -6/+2 |
|
|
* | | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -1/+1 |
|/ |
|
* | cmSystemTools: Let `GetFileFormat` accept a `std::stding const&` | Sebastian Holtermann | 2019-02-02 | 1 | -1/+1 |
|
|
* | Merge topic 'std-string-callback' | Brad King | 2019-01-31 | 1 | -1/+1 |
|\ |
|
| * | OutputCallback: Accept std::string argument | Regina Pfeifer | 2019-01-30 | 1 | -1/+1 |
|
|
* | | Merge topic 'tidy-use-equals-delete' | Brad King | 2019-01-30 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -1/+3 |
|
|
* | | Merge topic 'functional-callbacks' | Brad King | 2019-01-30 | 1 | -19/+9 |
|\ \ |
|
| * | | MessageCallback: Remove unused bool& argument | Regina Pfeifer | 2019-01-29 | 1 | -3/+2 |
|
|
| * | | Use `std::function` for callbacks | Regina Pfeifer | 2019-01-29 | 1 | -17/+8 |
| |/ |
|