summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'file-ARCHIVE-files-dirs' into release-3.18Brad King2020-07-011-35/+22
|\
| * file(ARCHIVE*): Collapse FILES and DIRECTORY optionsCraig Scott2020-06-301-35/+22
* | Merge topic 'file-CONFIGURE-subdir' into release-3.18Brad 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-201-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
|\
| * cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-2/+1
* | Merge topic 'retry-directory-delete'Kyle Edwards2019-08-131-1/+1
|\ \
| * | Retry removing directories on WindowsKasper Laudrup2019-08-081-1/+1
* | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-6/+6
| |/ |/|
* | cmFileCommand: Use cmSubcommandTableRegina Pfeifer2019-08-061-116/+119
* | cmFileCommand: turn into free functionRegina Pfeifer2019-08-061-2/+2
* | cmFileCommand: put subcommands in unnamed namespaceDaniel Pfeifer2019-08-061-199/+190
* | cmFileCommand: port to cmExecutionStatusDaniel Pfeifer2019-08-061-283/+306
|/
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* Merge topic 'remove_compiler_rpath'Kyle Edwards2019-07-261-1/+6
|\
| * Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH propertyJiang Yue2019-07-251-1/+6
* | cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-29/+26
|/
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* file: Add GET_RUNTIME_DEPENDENCIES modeKyle Edwards2019-06-101-0/+175
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-8/+7
* Merge topic 'cmFileTimes'Brad King2019-05-231-14/+5
|\
| * Use cmFileTimes instead of cmSystemToolsFileTime interfaceSebastian Holtermann2019-05-221-14/+5
* | Merge topic 'file-remove-no-empty'Craig Scott2019-05-221-0/+6
|\ \ | |/ |/|