summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Clang-Tidy: copy stdout to sterr; ignore original stderrDaniel Pfeifer2016-04-271-3/+7
* Add options to run clang-tidy with the compilerDaniel Pfeifer2016-04-131-21/+59
* Fix dependency scanning configuration in subdirectoriesBrad King2016-02-051-4/+2
* cmake: Fix `-E time` argument passing to childBrad King2016-01-201-2/+2
* cmcmd.cxx: Remove unused code in __run_iwyu implementationBrad King2016-01-191-3/+2
* cmake: Change `-E chdir` to pass through stdout/stderr directlyBrad King2016-01-191-1/+1
* cmake: Teach -E make_directory to support multiple input directoriesBartosz Kosiorek2015-12-101-7/+12
* cmake: Teach -E copy_directory to support multiple input directoriesBartosz Kosiorek2015-12-071-9/+15
* cmake: Refine -E copy_if_different implementation indentationBartosz Kosiorek2015-12-071-2/+2
* cmake: Refine -E chdir documentationBartosz Kosiorek2015-12-071-1/+1
* cmake: Teach -E copy[_if_different] to support multiple files (#15703)Bartosz Kosiorek2015-12-041-15/+46
* cmake: Improve '-E' help message formattingBartosz Kosiorek2015-12-041-6/+6
* Merge topic 'fix-ms-manifest-no-linker'Brad King2015-11-191-1/+3
|\
| * MSVC: Fix linking with /MANIFEST:NO optionBrad King2015-11-181-1/+3
* | De-duplicate symbols listed in generated module definition filesBill Hoffman2015-11-181-3/+5
* | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* | Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-071-2/+4
|/
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-5/+16
* MSVC: Rewrite manifest file handling with Makefile and NinjaBrad King2015-09-171-184/+221
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+2
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+3
* cmcmd: Improve error handling when executing a process.James Johnston2015-08-081-5/+14
* cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-4/+5
* Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-061-0/+39
* Merge topic 'run-include-what-you-use'Brad King2015-05-211-0/+82
|\
| * cmake: Add internal -E mode to run include-what-you-use with the compilerBill Hoffman2015-05-191-0/+82
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-5/+2
|\
| * cmMakefile: Rename SetStart* directory API to SetCurrent*.Stephen Kelly2015-04-201-2/+2
| * cmake: Remove redundant start directories.Stephen Kelly2015-04-201-2/+0
| * Remove redundant calls to MakeStartDirectoriesCurrent.Stephen Kelly2015-04-201-1/+0
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-4/+4
|/
* cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-101-2/+31
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* cmAlgorithms: Add cmWrap.Stephen Kelly2015-02-201-3/+1
* Use cmJoin where possible.Stephen Kelly2015-02-201-21/+3
* cmcmd: Remove some comment copy-pasta.Stephen Kelly2015-02-171-4/+0
* Convert loops to cmJoin algorithm with cmRange.Stephen Kelly2015-02-111-13/+2
* Makefile: Fix output during parallel builds (#12991)Brad King2015-02-061-42/+75
* bootstrap: Enable color Makefile outputBrad King2015-02-051-9/+2
* cmake: Teach "-E tar" command a "--files-from=" optionBrad King2015-01-261-0/+53
* cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-191-2/+24
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Merge topic 'add-xz-support'Brad King2015-01-121-8/+22
|\
| * cmake -E tar: error out on multiple compression formatsBen Boeckel2015-01-121-0/+10
| * cmSystemTools: use an enumeration for compression formatsBen Boeckel2015-01-121-9/+8
| * cmake -E tar: add support for .xz files with 'J'Ben Boeckel2015-01-091-2/+7