summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Simplify implementation of -E capabilitiesBrad King2019-06-071-5/+1
* cmake: Teach -E remove_directory to remove multiple directoriesJohn Freeman2019-06-031-8/+12
* Merge topic 'string-tar'Brad King2019-05-301-4/+4
|\
| * cmSystemTools: std::string parameters for tar functionsVitaly Stakhovsky2019-05-291-4/+4
* | Merge topic 'tar-zstd-compression'Brad King2019-05-301-3/+6
|\ \ | |/ |/|
| * cmake: Teach cmake -E tar command, Zstandard compressionBartosz Kosiorek2019-05-221-3/+6
* | Merge topic 'selective-tar-extracting-and-listing'Brad King2019-05-241-2/+2
|\ \
| * | cmake: tar: Allow selective extracting and listing of archivesBartosz Kosiorek2019-05-231-2/+2
| |/
* | Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-6/+5
|/
* Autogen: Rename `cmQtAutoGeneratorMocUic` class to `cmQtAutoMocUic`Sebastian Holtermann2019-04-151-2/+2
* Autogen: Rename cmQtAutoGeneratorRcc to cmQtAutoRccSebastian Holtermann2019-04-061-2/+2
* Merge topic 'refactor-cmcmd'Brad King2019-04-011-76/+69
|\
| * cmcmd: Modernize for loops with cmMakeRangeArtur Ryt2019-03-301-66/+58
| * cmcmd: Pass args vector by const&Artur Ryt2019-03-301-10/+11
* | Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
|/
* cmake: tar: Parse 'cmake -E tar' argumentsBartosz Kosiorek2019-03-201-18/+44
* cmake: tar: Display warning when no files provided during archive creationBartosz Kosiorek2019-03-181-0/+4
* cmake: Upgrade 'cmake -E' commands descriptionBartosz Kosiorek2019-03-121-2/+2
* Merge topic 'llvm-rc'Brad King2019-03-041-1/+2
|\
| * RC: Pass output file in a way that llvm-rc 7 and below understandZsolt Parragi2019-02-271-1/+2
* | Merge topic 'cmrange-improvements'Brad King2019-02-251-0/+1
|\ \
| * | cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
| |/
* | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-10/+10
|/
* Merge topic 'modernize-for-loops-c-arrays'Brad King2019-02-191-15/+15
|\
| * Modernize: C-arrays and loops over themArtur Ryt2019-02-151-15/+15
* | cmSystemTools: Remove redundant cmCopyFile() and Split()Vitaly Stakhovsky2019-02-151-1/+1
|/
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-1/+1
* cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-5/+3
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-6/+6
|\
| * cmake: cmcmd.cxx fix "The arguments are" commentsFlorian Maushart2019-01-251-6/+6
* | cmake: Add --ignore-eol option to `-E compare_files` commandTaylor Braun-Jones2019-01-281-5/+16
* | Merge topic 'renamefile-string'Brad King2019-01-251-1/+1
|\ \
| * | cmSystemTools::RenameFile: Accepts std::string argsVitaly Stakhovsky2019-01-231-1/+1
| |/
* | Merge topic 'error-overloads'Brad King2019-01-251-5/+5
|\ \
| * | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-5/+5
| |/
* | cmLocalUnixMakefileGenerator3: more methods accept std::stringVitaly Stakhovsky2019-01-221-2/+1
|/
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-8/+8
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-2/+4
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-2/+2
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* cpplint: only print diagnostics to console if there are errorsjasjuang2019-01-111-3/+6
* cmake: add error message when '-E touch' failsIsaiah Norton2018-11-271-0/+4
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-12/+12
* Merge topic 'msvc-custom-rc-mt'Brad King2018-11-021-2/+10
|\
| * MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe}Mateusz Zych2018-10-291-2/+10
* | Fail the build if cppcheck returns a non-zero exit codeHarald Brinkmann2018-10-111-3/+7
|/
* cmake: Add '-E create_symlink' support on WindowsJon Chronopoulos2018-09-181-6/+1
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-4/+4
* MSVC: Preserve linker output encodingJustin Goshi2018-08-091-0/+10
* MSVC: Fix manifest resource encodingJustin Goshi2018-08-091-0/+2