summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+1
* Merge topic 'win-user-manifest-rc'Brad King2020-04-221-3/+12
|\
| * Windows: Merge user-provided manifests into compiled resourceKenney Phillis2020-04-211-3/+12
* | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+1
* | Merge topic 'cat_cmd_20557'Kyle Edwards2020-04-161-0/+35
|\ \
| * | cmake -E: add cat command.Johnny Jazeix2020-04-151-0/+35
| |/
* | clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-3/+2
|/
* Merge topic 'llvm-rc-include-path'Brad King2020-04-071-5/+15
|\
| * llvm-rc: Restore include path for data after explicit preprocessingThomas Bernard2020-04-061-5/+15
* | Merge topic 'llvm-rc-stderr'Brad King2020-03-271-0/+9
|\ \ | |/
| * llvm-rc: Print stderr output when calling tools through cmake_llvm_rcThomas Bernard2020-03-261-0/+9
* | Merge topic 'cleanup-endls-3'Brad King2020-03-261-6/+8
|\ \
| * | Refactor: Avoid `std::endl` where it's not necessary (part 3)Alex Turbov2020-03-241-6/+8
| |/
* | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+3
* | replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+2
|/
* Add -E cmake_llvm_rc to preprocess files for llvm-rcThomas Bernard2020-02-041-0/+111
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-4/+4
* 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