summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file
Commit message (Expand)AuthorAgeFilesLines
* file(REAL_PATH): Ensure same behavior as get_filename_component(REALPATH)Marc Chevrier2023-03-201-0/+16
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-1/+1
* file(MAKE_DIRECTORY): Provide a more descriptive error messageTerence Noone2022-12-084-0/+14
* Merge topic 'test-file-download'Brad King2022-11-2129-115/+0
|\
| * Tests: Factor out a RunCMake.file-DOWNLOAD testBrad King2022-11-1729-115/+0
* | file(COPY_FILE): Add option to retry on Windows if input access failsBrad King2022-11-172-0/+11
|/
* file(COPY_FILE): Report if failure occurred on input or output pathBrad King2022-11-157-0/+39
* file(DOWNLOAD EXPECTED_HASH): better error message when download failedAurelien Regat-Barrel2022-11-091-1/+0
* cmFileCommand: Report keyword errors via argument parser resultsBrad King2022-07-221-2/+7
* file(TIMESTAMP): Interpret relative paths w.r.t. the source treeTheBrokenRail2022-07-063-0/+4
* Merge topic 'file-READ_ELF-capture-error'Brad King2022-01-122-2/+21
|\
| * file: Restore error capture in undocumented READ_ELF modeBrad King2022-01-112-2/+21
* | cmMessenger: Adopt backtrace printing functionsBrad King2021-12-081-7/+15
|/
* Tests: Skip RunCMake.file INSTALL-FOLLOW_SYMLINK_CHAIN case on CygwinBrad King2021-10-061-1/+3
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-2/+6
* file(REAL_PATH): add option EXPAND_TILDEMarc Chevrier2021-04-212-12/+35
* file: add `COPY_FILE` subcommandBen Boeckel2021-03-1030-0/+151
* file(RENAME): Add option to not replace existing pathBrad King2021-03-047-0/+41
* file(RENAME): Add option to capture error message on failureBrad King2021-03-0413-0/+57
* Tests: Update RunCMake.file case with workaround for Xcode "new build system"Brad King2020-09-181-0/+6
* file(): Add REAL_PATH sub-commandMarc Chevrier2020-09-088-0/+27
* file(DOWNLOAD): Make file argument optionalKyle Edwards2020-07-275-0/+14
* file(UPLOAD): Add support for TLS_VERIFY and TLS_CAINFOHarry Mallon2020-04-0813-0/+28
* file: GLOB_RECURSE VerifyGlobs.cmake should have CMP0009 set to newShane Parris2020-02-115-0/+28
* Tests: Perform minor cleanups in RunCMake.file testShane Parris2020-02-111-2/+2
* Ninja: Add multi-config variantKyle Edwards2019-12-131-2/+2
* file: Change REMOVE to ignore empty namesBrad King2019-05-213-0/+15
* file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argumentKyle Edwards2019-05-162-0/+169
* Tests: Avoid cross-device links in CREATE_LINK testTushar Maheshwari2019-01-163-1/+20
* Tests: Skip symlink tests on WindowsTushar Maheshwari2019-01-165-10/+10
* Tests: CREATE_LINK subcommand negative test caseTushar Maheshwari2019-01-164-0/+7
* Tests: file CREATE_LINK subcommand test casesTushar Maheshwari2019-01-164-0/+21
* file: Fix formatting of error in SIZE sub-commandKyle Edwards2018-12-062-3/+4
* file: Add READ_SYMLINK sub-commandKyle Edwards2018-12-068-0/+33
* file: add SIZE optionWouter Klouwen2018-11-275-0/+20
* Testing: Update hard-coded line numbers to [0-9]+ in some testsKyle Edwards2018-10-102-7/+7
* file: Drop error cases added by CMake 3.12.0-rc1 to avoid regressionsBrad King2018-06-226-11/+1
* Add tests for `file(GLOB)` CONFIGURE_DEPENDS flagShane Parris2018-04-0219-0/+159
* Add test for sorting and deduping of file(GLOB) resultShane Parris2018-03-073-0/+24
* Enhance RunCMake test coverage for file(GLOB)Shane Parris2018-02-2815-2/+35
* Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commandsShane Parris2018-02-1510-0/+36
* Add testcases for file(DOWNLOAD|UPLOAD) netrc optionsShane Parris2017-10-189-0/+72
* file: Add COPY/INSTALL option for fixed layout relative to a directoryBrad King2017-04-139-0/+38
* handle non-existing symlink creation locationsDomen Vrankar2017-03-283-0/+17
* file: Add READ_ELF command to parse ELF binariesFlorian Apolloner2017-03-104-0/+6
* Tests: Fix `file://` URLs given to curlBrad King2017-02-103-3/+12
* file: Fix crash on GLOB with no expressions after LIST_DIRECTORIESBrad King2017-01-162-0/+2
* Merge topic 'file-curl-httpheader'Brad King2016-09-167-0/+14
|\
| * file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboptionRuslan Baratov2016-09-157-0/+14
* | Tests: Add case for file(LOCK) with lower-cased pathRuslan Baratov2016-09-152-0/+12
|/