summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmSystemTools: Return KWSys Status from CreateLink and CreateSymlinkBrad King2021-04-151-2/+4
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-3/+6
* Merge topic 'commands-file-permissions'Brad King2021-03-291-7/+7
|\
| * Cleanup: Fix misspelt name of local C++ variableCraig Scott2021-03-261-7/+7
* | file: add `COPY_FILE` subcommandBen Boeckel2021-03-101-0/+92
* | file(RENAME): Add option to not replace existing pathBrad King2021-03-041-3/+14
* | cmSystemTools: Add RenameFile option to not replace destinationBrad King2021-03-041-1/+3
* | file(RENAME): Add option to capture error message on failureBrad King2021-03-041-7/+34
|/
* Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSERBrad King2021-02-031-2/+2
* file(CONFIGURE): Use text mode for default OUTPUT contentCristian Adam2021-02-021-1/+3
* Merge topic 'issue-19198'Brad King2021-02-021-4/+20
|\
| * file(GENERATE): Support new line styleAsit Dhal2021-02-011-4/+20
* | file(CONFIGURE): Fix newlines in CONTENTCristian Adam2021-01-291-6/+8
|/
* clang-tidy: fix `bugprone-signed-char-misuse` warningsBen Boeckel2021-01-271-2/+1
* clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-271-1/+1
* file(GENERATE): Support options to manipulate file permissionsAsit Dhal2020-12-211-9/+73
* file(configure): Order of named options should be specified in any orderAsit Dhal2020-12-131-30/+55
* Merge topic 'file-configure-angle-brackets'Brad King2020-10-161-9/+1
|\
| * file(CONFIGURE): Allow angle brackets in contentCristian Adam2020-10-151-9/+1
* | file(GENERATE): Refactor options handlingAsit Dhal2020-10-121-29/+73
|/
* file(ARCHIVE_CREATE): Add option to control compression levelAsit Dhal2020-09-211-11/+41
* file(): Add REAL_PATH sub-commandMarc Chevrier2020-09-081-0/+46
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-6/+7
* file: Add CHMOD and CHMOD_RECURSE subcommandsSibi Siddharthan2020-08-261-0/+160