| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge topic 'test-libarchive-3.8.2' into release-4.2 | Brad King | 2025-11-11 | 2 | -1/+6 |
| |\ | | | | | | | | | | | | | 576117b7eb Tests: Update expected Zstandard magic number for libarchive 3.8.2 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !11402 | ||||
| | * | Tests: Update expected Zstandard magic number for libarchive 3.8.2 | Brad King | 2025-11-10 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | libarchive 3.8.2 enabled Zstandard's checksum feature in the zstd write filter. Update our tests' expected results accordingly. Fixes: #27355 Reported-by: Funda Wang <fundawang@yeah.net> | ||||
| * | | Tests/RunCMake: Match dots more precisely, part 3 | AJIOB | 2025-10-20 | 6 | -12/+12 |
| | | | |||||
| * | | Tests/RunCMake: Match CMakeLists.txt file name more precisely | AJIOB | 2025-10-16 | 6 | -6/+6 |
| | | | |||||
| * | | Tests/RunCMake: Match xxx.cmake file name more precisely | AJIOB | 2025-10-16 | 2 | -2/+2 |
| | | | |||||
| * | | Tests/RunCMake: Match CMakeLists.txt file name more precisely | Hanna Rusakovich | 2025-10-15 | 2 | -2/+2 |
| |/ | |||||
| * | Tests/RunCMake: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 1 | -1/+1 |
| | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.10 where possible. | ||||
| * | file(ARCHIVE_CREATE): add WORKING_DIRECTORY option | Yuri Witte | 2024-09-11 | 3 | -3/+18 |
| | | | | | | Fixes: #25260 Issue: #21653 | ||||
| * | Tests/RunCMake: Update cmake_minimum_required versions | Brad King | 2023-02-11 | 1 | -1/+1 |
| | | | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`. | ||||
| * | file(ARCHIVE_CREATE): Allow higher compression level for Zstd | Amir Masoud Abdol | 2022-11-16 | 3 | -2/+5 |
| | | | | | | | | | This allows the Zstd compression-level to be set between 0-19. I've adjusted some of the tests, and error messages to indicates the selected algorithm, and min/max of its compression-level. Fixes: #24160 | ||||
| * | cmFileCommand: Report keyword errors via argument parser results | Brad King | 2022-07-22 | 2 | -8/+22 |
| | | |||||
| * | file(ARCHIVE*): Add test for keyword arguments with missing values | Brad King | 2022-06-29 | 7 | -0/+34 |
| | | |||||
| * | file(ARCHIVE_CREATE): Add option to control compression level | Asit Dhal | 2020-09-21 | 16 | -0/+191 |
| | | | | | Fixes: #21125 | ||||
| * | file(ARCHIVE*): Collapse FILES and DIRECTORY options | Craig Scott | 2020-06-30 | 2 | -14/+14 |
| | | | | | | | | | The two options were concatenated internally for both ARCHIVE_CREATE and ARCHIVE_EXTRACT. The distinction between files and dirs was not meaningful. Therefore, replace them with PATHS or PATTERNS to more accurately describe the way the options are used. Fixes: #20884 | ||||
| * | file(ARCHIVE_CREATE): Rename TYPE option to COMPRESSION | Craig Scott | 2020-06-27 | 19 | -18/+31 |
| | | | | Fixes: #20883 | ||||
| * | file: Add ARCHIVE_{CREATE|EXTRACT} subcommands | Cristian Adam | 2020-03-16 | 19 | -0/+228 |
| Fixes: #20443 | |||||
