| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | cmSystemTools: Remove redundant cmCopyFile() and Split() | Vitaly Stakhovsky | 2019-02-15 | 1 | -14/+0 |
|/ |
|
* | cmSystemTools: More methods accept `std::string` params | Vitaly Stakhovsky | 2019-02-11 | 1 | -12/+15 |
|
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -5/+3 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -5/+3 |
|
|
* | | Merge topic 'message-stdstring' | Brad King | 2019-02-08 | 1 | -3/+3 |
|\ \ |
|
| * | | cmSystemTools: MessageCallback and Message() accept std::string argument | Vitaly Stakhovsky | 2019-02-07 | 1 | -3/+3 |
|
|
* | | | Merge topic 'runsinglecommand' | Brad King | 2019-02-08 | 1 | -2/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -2/+3 |
| |/ |
|
* | | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -1/+1 |
|/ |
|
* | cmSystemTools: Let `GetFileFormat` accept a `std::stding const&` | Sebastian Holtermann | 2019-02-02 | 1 | -4/+2 |
|
|
* | OutputCallback: Accept std::string argument | Regina Pfeifer | 2019-01-30 | 1 | -2/+2 |
|
|
* | Merge topic 'functional-callbacks' | Brad King | 2019-01-30 | 1 | -26/+21 |
|\ |
|
| * | MessageCallback: Remove unused bool& argument | Regina Pfeifer | 2019-01-29 | 1 | -1/+1 |
|
|
| * | Use `std::function` for callbacks | Regina Pfeifer | 2019-01-29 | 1 | -26/+21 |
|
|
* | | cmSystemTools: copy file member functions accept std::string params | Vitaly Stakhovsky | 2019-01-29 | 1 | -7/+2 |
|/ |
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -2/+2 |
|
|
* | Merge topic 'renamefile-string' | Brad King | 2019-01-25 | 1 | -2/+3 |
|\ |
|
| * | cmSystemTools::RenameFile: Accepts std::string args | Vitaly Stakhovsky | 2019-01-23 | 1 | -2/+3 |
|
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -6/+13 |
|/ |
|
* | Merge topic 'stdout-string' | Brad King | 2019-01-22 | 1 | -24/+12 |
|\ |
|
| * | cmSystemTools: Stdout(),Stderr() accept std::string argument | Vitaly Stakhovsky | 2019-01-20 | 1 | -24/+12 |
|
|
* | | Merge topic 'use-emplace' | Brad King | 2019-01-21 | 1 | -3/+3 |
|\ \ |
|
| * | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -3/+3 |
| |/ |
|
* | | cmSystemTools: Silence CreateLink and CreateSymlink errors | Tushar Maheshwari | 2019-01-16 | 1 | -4/+14 |
|
|
* | | cmFileCommand: Add CREATE_LINK subcommand | Tushar Maheshwari | 2019-01-16 | 1 | -0/+16 |
|/ |
|
* | cmOutputConverter: Moved ForceToRelativePath to cmSystem | Bruno Manganelli | 2018-12-07 | 1 | -0/+75 |
|
|