Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'tar-zstd-compression' | Brad King | 2019-05-30 | 2 | -0/+11 |
|\ | | | | | | | | | | | | | 53cb1f2d04 cmake: Teach cmake -E tar command, Zstandard compression Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3357 | ||||
| * | cmake: Teach cmake -E tar command, Zstandard compression | Bartosz Kosiorek | 2019-05-22 | 2 | -0/+11 |
| | | | | | | | | Fixes #18657 | ||||
* | | cmake: tar: Allow selective extracting and listing of archives | Bartosz Kosiorek | 2019-05-23 | 3 | -1/+44 |
|/ | |||||
* | cmake: tar: Parse 'cmake -E tar' arguments | Bartosz Kosiorek | 2019-03-20 | 6 | -19/+24 |
| | |||||
* | cmake: Don't interrupt archive creation if unable to read a file. | Bartosz Kosiorek | 2019-03-18 | 7 | -7/+11 |
| | | | | | | | | | | | Rationale: Currently during creation of archive by 'tar', if error appears, it interrupt archive creation. As a result only part of files are archived This behaviour is not consistent with 'copy_directory', native 'tar' and other command behaviour. With this Merge Request this behaviour is fixed. | ||||
* | cmake: tar: Display warning when no files provided during archive creation | Bartosz Kosiorek | 2019-03-18 | 3 | -4/+7 |
| | |||||
* | Tests: Consolidate, refactor and extend -E tar tests | Nils Gladitz | 2015-04-10 | 36 | -0/+224 |