summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
|/
* install: Set permissions on directories created by install(DIRECTORY)Kyle Edwards2018-10-011-18/+38
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-4/+4
* Merge topic 'file-alt-httpauth'Brad King2018-08-311-0/+8
|\
| * file: Allow DOWNLOAD/UPLOAD using alternate authentication methodsClinton Stimpson2018-08-301-0/+8
* | cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
|/
* Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-4/+4
* file(WRITE): Avoid toggling permissions between 644 and 664David Faure2018-08-011-5/+9
* file(STRINGS): Use isprint() to test character typeDevin Nakamura2018-07-101-2/+3
* Merge topic 'update-kwsys'Brad King2018-06-251-4/+4
|\
| * Update use of KWSys SystemTools::SplitString for new signatureBrad King2018-06-221-4/+4
* | file: Drop error cases added by CMake 3.12.0-rc1 to avoid regressionsBrad King2018-06-221-17/+11
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-16/+21