summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* file(REAL_PATH): Ensure same behavior as get_filename_component(REALPATH)Marc Chevrier2023-03-201-4/+3
* file: Avoid using deprecated curl progress callbackBrad King2023-01-271-9/+21
* file(MAKE_DIRECTORY): Provide a more descriptive error messageTerence Noone2022-12-081-2/+4
* file(COPY_FILE): Add option to retry on Windows if input access failsBrad King2022-11-171-1/+7
* file(ARCHIVE_CREATE): Allow higher compression level for ZstdAmir Masoud Abdol2022-11-161-7/+16
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-2/+4
* file(DOWNLOAD EXPECTED_HASH): better error message when download failedAurelien Regat-Barrel2022-11-091-5/+9
* file(DOWNLOAD): Fix LOG with EXPECTED_HASH on download failureAurelien Regat-Barrel2022-10-301-5/+7
* cmSystemTools: Provide quiet link creation methodsBrad King2022-10-061-4/+16
* Merge topic 'parse-large-int'Brad King2022-09-211-2/+8
|\
| * file: Avoid strange istringstream crash in cmake.org binaries on Alpine LinuxBrad King2022-09-201-2/+8
* | file(DOWNLOAD): Fix message for existing file with matching hashMichael Hirsch2022-08-231-1/+1
* | cmFileCommand: Capture list of parsed keywords via bindingBrad King2022-07-251-7/+8
* | cmArgumentParser: Drop unused keywordsMissingValue argument to Parse()Brad King2022-07-251-3/+2
* | cmFileCommand: Report keyword errors via argument parser resultsBrad King2022-07-221-97/+67
* | cmFileCommand: Use cm::optional for keyword argument presenceBrad King2022-07-201-32/+18
* | cmArgumentParser: Model maybe-missing string with wrapper typeBrad King2022-07-071-24/+14
* | cmArgumentParser: Model maybe-empty and non-empty lists with wrapper typesBrad King2022-07-071-44/+28
* | Merge topic 'file-TIMESTAMP-relative-path'Brad King2022-07-071-1/+5
|\ \
| * | file(TIMESTAMP): Interpret relative paths w.r.t. the source treeTheBrokenRail2022-07-061-1/+5
* | | cmFileCommand: Use cm::optional for keyword argument presenceBrad King2022-07-051-83/+61
* | | cmArgumentParser: Require callers to consider unparsed argumentsBrad King2022-07-051-2/+4
* | | cmArgumentParser: Avoid allocating copies of keyword stringsBrad King2022-07-051-39/+39
|/ /
* | file(ARCHIVE*): Simplify acceptance of empty list argumentsBrad King2022-06-291-3/+9
* | cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-39/+39
* | Merge topic 'curl-debug-callback'Brad King2022-05-241-2/+2
|\ \
| * | cmFileCommand: Fix signature of CURLOPT_DEBUGFUNCTION callbackBrad King2022-05-231-2/+2
* | | cmFileCommand: remove an unnecessary castBen Boeckel2022-05-241-1/+1
* | | clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-1/+1
|/ /
* | cmake -E tar: Add --touch optionKasper Laudrup2022-03-231-3/+8
* | file(DOWNLOAD): Add options to download a rangem.klimenko2022-02-151-0/+31
|/
* file: Fix types of the OFFSET and LIMIT argumentsAlexey Edelev2022-01-131-14/+9
* Merge topic 'file-READ_ELF-capture-error'Brad King2022-01-121-3/+8
|\
| * file: Restore error capture in undocumented READ_ELF modeBrad King2022-01-111-3/+8
* | cmFileCommand: Update for new signature of GetLineFromStreamBrad King2022-01-111-6/+4
* | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-3/+4
|/
* cmFileCommand: improve error messageSeth R Johnson2021-10-121-3/+6
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-1/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-5/+5
* cmCurlSetCAInfo: use std::string as argumentMarc Chevrier2021-09-191-2/+2
* cmCurl: Adopt helper to fix file:// URLsBrad King2021-09-151-35/+2
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-2/+2
* cmELF: Include the ELF parsing code unconditionallyAlex Richardson2021-06-241-14/+6
* install(TARGETS): Add RUNTIME_DEPENDENCIES optionKyle Edwards2021-06-041-3/+2
* file: Add undocumented RPATH_SET commandKyle Edwards2021-06-041-0/+61
* Refactor: Modify file(RPATH_*) to use cmArgumentParserKyle Edwards2021-06-041-77/+61
* file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX optionKyle Edwards2021-06-041-0/+7
* file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES argumentsKyle Edwards2021-06-011-10/+24
* cmFileCommand: Remove unused local variableBrad King2021-04-281-3/+0
* file(REAL_PATH): add option EXPAND_TILDEMarc Chevrier2021-04-221-3/+20