summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * file: Change REMOVE to ignore empty namesBrad King2019-05-211-0/+6
* | Source: change parameters to std::stringVitaly Stakhovsky2019-05-191-2/+1
|/
* cmFileCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-81/+74
* cmFileCommand: Factor out cmFileCopier and cmFileInstallerBryon Bean2019-03-131-1080/+2
* cmFileCommand: Refactor HandleCMakePathCommandArtur Ryt2019-02-261-24/+23
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* Merge topic 'delete_copy_assign'Brad King2019-02-181-0/+3
|\
| * Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+3
* | cmSystemTools: Remove redundant cmCopyFile() and Split()Vitaly Stakhovsky2019-02-151-1/+1
|/
* Merge topic 'systools-stdstring2'Brad King2019-02-131-41/+43
|\
| * cmSystemTools: More methods accept `std::string` paramsVitaly Stakhovsky2019-02-111-41/+43
* | cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-5/+5
|/
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-20/+16
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-3/+3
* Merge topic 'copyfile-stdstring'Brad King2019-01-301-2/+1
|\
| * cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-2/+1
* | Merge topic 'tidy-use-equals-default'Brad King2019-01-291-2/+1
|\ \ | |/ |/|