summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* | Merge topic 'cmake-files-directory'Brad King2019-01-251-1/+1
|\ \
| * | cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-1/+1
* | | Merge topic 'renamefile-string'Brad King2019-01-251-1/+1
|\ \ \
| * | | cmSystemTools::RenameFile: Accepts std::string argsVitaly Stakhovsky2019-01-231-1/+1
| | |/ | |/|
* | | Merge topic 'revert-file-alt-httpauth'Brad King2019-01-251-8/+0
|\ \ \ | |/ / |/| |
| * | Revert "file: Allow DOWNLOAD/UPLOAD using alternate authentication methods"Brad King2019-01-241-8/+0
* | | cmSystemTools: Silence CreateLink and CreateSymlink errorsTushar Maheshwari2019-01-161-15/+13
* | | cmFileCommand: Add CREATE_LINK subcommandTushar Maheshwari2019-01-161-0/+121
| |/ |/|
* | Merge topic 'semi-warnings'Brad King2019-01-161-6/+8
|\ \
| * | Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-6/+8
* | | Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-17/+20
|/ /
* | IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* | Source: Fix various compiler warnings in Visual Studio 2017Bruno Manganelli2019-01-091-1/+1
* | clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-7/+3
* | file: Fix formatting of error in SIZE sub-commandKyle Edwards2018-12-061-1/+1
* | file: Add READ_SYMLINK sub-commandKyle Edwards2018-12-061-0/+30
* | Merge topic 'file-size'Brad King2018-11-281-0/+32
|\ \
| * | file: add SIZE optionWouter Klouwen2018-11-271-0/+32
* | | clang-tidy: Enable checks from bugprone setRegina Pfeifer2018-11-211-3/+4
* | | clang-tidy: fix warnings from version 7Regina Pfeifer2018-11-201-1/+1
|/ /