summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLineTar/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'tar-zstd-compression'Brad King2019-05-301-0/+1
|\ | | | | | | | | | | | | 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 compressionBartosz Kosiorek2019-05-221-0/+1
| | | | | | | | Fixes #18657
* | cmake: tar: Allow selective extracting and listing of archivesBartosz Kosiorek2019-05-231-0/+3
|/
* cmake: tar: Parse 'cmake -E tar' argumentsBartosz Kosiorek2019-03-201-15/+17
|
* cmake: Don't interrupt archive creation if unable to read a file.Bartosz Kosiorek2019-03-181-4/+5
| | | | | | | | | | | 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 creationBartosz Kosiorek2019-03-181-4/+5
|
* Tests: Consolidate, refactor and extend -E tar testsNils Gladitz2015-04-101-0/+28