summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* file(GENERATE): Add TARGET argumentRaul Tambre2020-08-201-10/+25
* Correct a typo in cmFileCommand.cxxFelix Yan2020-08-061-1/+1
* file(DOWNLOAD): Make file argument optionalKyle Edwards2020-07-271-22/+41
* Merge topic 'file-ARCHIVE-files-dirs'Brad King2020-07-011-35/+22
|\
| * file(ARCHIVE*): Collapse FILES and DIRECTORY optionsCraig Scott2020-06-301-35/+22
* | Merge topic 'file-CONFIGURE-subdir'Brad King2020-06-301-1/+2
|\ \ | |/ |/|
| * file: Fix CONFIGURE output relative pathBrad King2020-06-291-1/+2
* | file(ARCHIVE_CREATE): Rename TYPE option to COMPRESSIONCraig Scott2020-06-271-9/+9
|/
* cmFileCommand: Log cmsys::Glob warningsDmitry Kalinkin2020-05-191-4/+9
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+3
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+2
* file(UPLOAD): Add support for TLS_VERIFY and TLS_CAINFOHarry Mallon2020-04-081-6/+35
* file(UPLOAD): Add default ca_certsHarry Mallon2020-04-071-0/+7
* Simplify absolute path conversions using CollapseFullPath full signatureBrad King2020-03-241-5/+2
* file: Add ARCHIVE_{CREATE|EXTRACT} subcommandsCristian Adam2020-03-161-0/+208
* file: Add CONFIGURE subcommandLeander Beernaert2020-03-091-0/+118
* file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list argumentsKyle Edwards2020-01-221-3/+15
* file(DOWNLOAD): Don't fail if given just a filename to write toJohnny Jazeix2020-01-151-1/+2
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-6/+6
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+8
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-2/+3
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-159/+102
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-4/+4
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-4/+4
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-51/+40
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-211-1/+3
* Merge topic 'string-literal-append'Brad King2019-08-191-2/+1
|\
| * avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
* | Merge topic 'cmCryptoHash_string_view'Brad King2019-08-191-2/+2
|\ \
| * | cmCryptoHash: Accept cm::string_view inputSebastian Holtermann2019-08-181-2/+2
| |/
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-3/+3
|/
* Merge topic 'cmStringAlgorithms_ulong'Kyle Edwards2019-08-161-2/+1
|\