| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -7/+7 |
|
|
* | Merge topic 'modernize-use-auto' | Brad King | 2019-09-12 | 1 | -4/+3 |
|\ |
|
| * | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -4/+3 |
|
|
* | | cmSystemTools: introduce MoveFileIfDifferent() | Rolf Eike Beer | 2019-09-09 | 1 | -0/+12 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -54/+33 |
|
|
* | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+2 |
|
|
* | cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOff | Sebastian Holtermann | 2019-08-17 | 1 | -79/+0 |
|
|
* | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 1 | -73/+0 |
|\ |
|
| * | cmSystemTools: Remove ExpandListArgument methods | Sebastian Holtermann | 2019-08-14 | 1 | -73/+0 |
|
|
* | | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 1 | -22/+0 |
|\ \
| |/
|/| |
|
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -22/+0 |
|
|
* | | Merge topic 'retry-directory-delete' | Kyle Edwards | 2019-08-13 | 1 | -2/+8 |
|\ \ |
|
| * | | Use registry setting for removal retry count and delay | Kasper Laudrup | 2019-08-08 | 1 | -2/+8 |
| |/ |
|
* | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -14/+14 |
|/ |
|
* | Merge topic 'tidy_inefficient_string' | Brad King | 2019-08-07 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|
|
* | | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -60/+1 |
|/ |
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | cmSystemTool: Let TrimWhitespace accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -6/+6 |
|
|
* | cmSystemTool: Let HelpFileName accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -1/+2 |
|
|
* | cmSystemTool: Let EscapeQuotes accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -4/+4 |
|
|
* | cmSystemTool: Let Expand(ed)ListArgument accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -13/+17 |
|
|
* | Merge topic 'remove_compiler_rpath' | Kyle Edwards | 2019-07-26 | 1 | -2/+6 |
|\ |
|
| * | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property | Jiang Yue | 2019-07-25 | 1 | -2/+6 |
|
|
* | | cmSystemTools: Make IsInternallyOn, IsON and IsOff cm::string_view based | Sebastian Holtermann | 2019-07-24 | 1 | -95/+65 |
|/ |
|
* | cmSystemTools: Remove cmSystemTools::FileFormat method | Sebastian Holtermann | 2019-07-04 | 1 | -59/+0 |
|
|
* | Merge topic 'string-tar' | Brad King | 2019-05-30 | 1 | -6/+6 |
|\ |
|
| * | cmSystemTools: std::string parameters for tar functions | Vitaly Stakhovsky | 2019-05-29 | 1 | -6/+6 |
|
|
* | | Merge topic 'tar-zstd-compression' | Brad King | 2019-05-30 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | cmake: Teach cmake -E tar command, Zstandard compression | Bartosz Kosiorek | 2019-05-22 | 1 | -0/+3 |
|
|
* | | Merge topic 'selective-tar-extracting-and-listing' | Brad King | 2019-05-24 | 1 | -5/+54 |
|\ \ |
|
| * | | cmake: tar: Allow selective extracting and listing of archives | Bartosz Kosiorek | 2019-05-23 | 1 | -5/+54 |
|
|
* | | | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -7/+7 |
|/ / |
|
* | | Merge topic 'string-error' | Brad King | 2019-05-23 | 1 | -30/+15 |
|\ \ |
|
| * | | cmSystemTools::Error(): remove const char* overload | Vitaly Stakhovsky | 2019-05-22 | 1 | -30/+15 |
| |/ |
|
* | | cmSystemTools: Remove cmSystemToolsFileTime interface | Sebastian Holtermann | 2019-05-22 | 1 | -122/+0 |
|/ |
|
* | cmSystemTools: Add ExpandedListArgument and ExpandedLists methods | Sebastian Holtermann | 2019-05-13 | 1 | -12/+12 |
|
|
* | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 1 | -2/+66 |
|
|
* | cmSystemTools: Remove unused message-related code, simplify logic | Alex Turbov | 2019-04-27 | 1 | -6/+2 |
|
|
* | cmSystemTools: Fix StringToULong to reject negative numbers | Brad King | 2019-04-11 | 1 | -0/+6 |
|
|
* | Merge topic 'dedup-path-normalization' | Brad King | 2019-03-20 | 1 | -30/+0 |
|\ |
|
| * | cmSystemTools: Drop unused CollapseCombinedPath method | Brad King | 2019-03-19 | 1 | -30/+0 |
|
|
* | | cmake: Don't interrupt archive creation if unable to read a file. | Bartosz Kosiorek | 2019-03-18 | 1 | -6/+4 |
|/ |
|
* | Merge topic 'cmrange-improvements' | Brad King | 2019-02-25 | 1 | -0/+1 |
|\ |
|
| * | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | | Merge topic 'error-consolidate' | Brad King | 2019-02-25 | 1 | -6/+6 |
|\ \ |
|
| * | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -6/+6 |
| |/ |
|
* | | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -6/+6 |
|/ |
|
* | Merge topic 'delete_copy_assign' | Brad King | 2019-02-18 | 1 | -1/+3 |
|\ |
|
| * | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 1 | -1/+3 |
|
|