summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-3/+5
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-091-1/+1
* Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to WindowsIsuru Fernando2019-12-061-8/+7
* cmake -E: Add rm with improved semantics over remove and remove_directoryJohnny Jazeix2019-11-131-10/+82
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+9
* Autogen: Make cmQtAutoMocUic a free functionSebastian Holtermann2019-09-281-2/+2
* Autogen: Make cmQtAutoRcc a free functionSebastian Holtermann2019-09-281-2/+1
* Autogen: Refactor json info file reading interfaceSebastian Holtermann2019-09-281-7/+7
* Autogen: Variable renames and cleanupsSebastian Holtermann2019-09-251-4/+4
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-4/+4
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* Windows: Prevent auto exports to be regenerated on every buildDaniel Eiband2019-09-091-8/+25
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* Merge topic 'clang-ipo-support'Brad King2019-09-031-2/+11
|\
| * bindexplib: supporting llvm bitcode formats using llvm-nmZsolt Parragi2019-08-301-2/+11
* | Merge topic 'remove_directory-symlink'Brad King2019-08-301-4/+11
|\ \ | |/ |/|
| * cmake: Teach -E remove_directory to remove directory symlinksJon Chronopoulos2019-08-301-4/+11
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+3
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-10/+5
* Merge topic 'isolate-declarations'Brad King2019-08-221-2/+4
|\
| * clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-2/+4
* | Merge topic 'cm-contains'Brad King2019-08-211-7/+1
|\ \ | |/ |/|
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-7/+1
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-4/+3
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-6/+5
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-12/+12
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* cmake -E: Add true and false commandsKyle Edwards2019-07-111-0/+12
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* 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
|\ \