summaryrefslogtreecommitdiff
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* Ninja: Add internal tool to produce a ninja dyndep file for FortranBrad King2016-09-221-0/+7
* Ninja: Add internal tool to scan Fortran code for module dependenciesBrad King2016-09-221-0/+10
* server-mode: Introduce cmServerConnectionTobias Hunger2016-09-221-12/+30
* server-mode: Add --experimental flagTobias Hunger2016-09-201-4/+21
* cmake-server: Bare-bones server implementationTobias Hunger2016-09-191-0/+18
* cmake-server: Report server mode availablitily in CapabilitiesTobias Hunger2016-09-191-1/+5
* cmcmd: Fix sort order in help outputTobias Hunger2016-09-131-1/+1
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-9/+17
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-9/+10
* cmake: Add `cmake -E capabilities` modeTobias Hunger2016-08-161-0/+12
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-10/+6
* cmake: Fix -E env_vs8_wince implementationBrad King2016-07-111-2/+2
* cmake: Drop unused -E cmake_call_visual_studio_macro codeBrad King2016-07-111-24/+0
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-3/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-16/+23
* Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-171-4/+31
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-6/+2
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+1
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-822/+507
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+6
* Help: Improve 'cmake -E md5sum' documentationBartosz Kosiorek2016-05-021-1/+1
* Merge topic 'clang-format-include-order'Brad King2016-05-021-4/+5
|\
| * 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: Give entire compiler command line to clant-tidy toolDaniel Pfeifer2016-04-281-2/+4
|/
* 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-141-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