| Commit message (Expand) | Author | Age | Files | Lines |
* | server-mode: Introduce cmServerConnection | Tobias Hunger | 2016-09-22 | 1 | -12/+30 |
|
|
* | server-mode: Add --experimental flag | Tobias Hunger | 2016-09-20 | 1 | -4/+21 |
|
|
* | cmake-server: Bare-bones server implementation | Tobias Hunger | 2016-09-19 | 1 | -0/+18 |
|
|
* | cmake-server: Report server mode availablitily in Capabilities | Tobias Hunger | 2016-09-19 | 1 | -1/+5 |
|
|
* | cmcmd: Fix sort order in help output | Tobias Hunger | 2016-09-13 | 1 | -1/+1 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -9/+17 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -9/+10 |
|
|
* | cmake: Add `cmake -E capabilities` mode | Tobias Hunger | 2016-08-16 | 1 | -0/+12 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -10/+6 |
|
|
* | cmake: Fix -E env_vs8_wince implementation | Brad King | 2016-07-11 | 1 | -2/+2 |
|
|
* | cmake: Drop unused -E cmake_call_visual_studio_macro code | Brad King | 2016-07-11 | 1 | -24/+0 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -3/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -16/+23 |
|
|
* | Add options to run `ldd -u -r` as a "link-what-you-use" tool | Bill Hoffman | 2016-06-17 | 1 | -4/+31 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -6/+2 |
|
|
* | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 1 | -2/+1 |
|
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -822/+507 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -7/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+6 |
|
|
* | Help: Improve 'cmake -E md5sum' documentation | Bartosz Kosiorek | 2016-05-02 | 1 | -1/+1 |
|
|
* | Merge topic 'clang-format-include-order' | Brad King | 2016-05-02 | 1 | -4/+5 |
|\ |
|
| * | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -4/+4 |
|
|
| * | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | | Clang-Tidy: Give entire compiler command line to clant-tidy tool | Daniel Pfeifer | 2016-04-28 | 1 | -2/+4 |
|/ |
|
* | Clang-Tidy: copy stdout to sterr; ignore original stderr | Daniel Pfeifer | 2016-04-27 | 1 | -3/+7 |
|
|
* | Add options to run clang-tidy with the compiler | Daniel Pfeifer | 2016-04-13 | 1 | -21/+59 |
|
|
* | Fix dependency scanning configuration in subdirectories | Brad King | 2016-02-05 | 1 | -4/+2 |
|
|
* | cmake: Fix `-E time` argument passing to child | Brad King | 2016-01-20 | 1 | -2/+2 |
|
|
* | cmcmd.cxx: Remove unused code in __run_iwyu implementation | Brad King | 2016-01-19 | 1 | -3/+2 |
|
|
* | cmake: Change `-E chdir` to pass through stdout/stderr directly | Brad King | 2016-01-19 | 1 | -1/+1 |
|
|
* | cmake: Teach -E make_directory to support multiple input directories | Bartosz Kosiorek | 2015-12-10 | 1 | -7/+12 |
|
|
* | cmake: Teach -E copy_directory to support multiple input directories | Bartosz Kosiorek | 2015-12-07 | 1 | -9/+15 |
|
|
* | cmake: Refine -E copy_if_different implementation indentation | Bartosz Kosiorek | 2015-12-07 | 1 | -2/+2 |
|
|
* | cmake: Refine -E chdir documentation | Bartosz Kosiorek | 2015-12-07 | 1 | -1/+1 |
|
|
* | cmake: Teach -E copy[_if_different] to support multiple files (#15703) | Bartosz Kosiorek | 2015-12-04 | 1 | -15/+46 |
|
|
* | cmake: Improve '-E' help message formatting | Bartosz Kosiorek | 2015-12-04 | 1 | -6/+6 |
|
|
* | Merge topic 'fix-ms-manifest-no-linker' | Brad King | 2015-11-19 | 1 | -1/+3 |
|\ |
|
| * | MSVC: Fix linking with /MANIFEST:NO option | Brad King | 2015-11-18 | 1 | -1/+3 |
|
|
* | | De-duplicate symbols listed in generated module definition files | Bill Hoffman | 2015-11-18 | 1 | -3/+5 |
|
|
* | | cmState: Initialize default definitions immediately. | Stephen Kelly | 2015-10-13 | 1 | -0/+1 |
|
|
* | | Set the current dirs on the snapshot before creating the cmMakefile. | Stephen Kelly | 2015-10-07 | 1 | -2/+4 |
|/ |
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -5/+16 |
|
|
* | MSVC: Rewrite manifest file handling with Makefile and Ninja | Brad King | 2015-09-17 | 1 | -184/+221 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -1/+2 |
|
|
* | cmGlobalGenerator: Remove MakeLocalGenerator method. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Require a snapshot to create a local generator. | Stephen Kelly | 2015-08-28 | 1 | -1/+3 |
|
|
* | cmcmd: Improve error handling when executing a process. | James Johnston | 2015-08-08 | 1 | -5/+14 |
|
|
* | cmAlgorithms: Rename cmRange to cmMakeRange. | Stephen Kelly | 2015-07-22 | 1 | -4/+5 |
|
|
* | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+39 |
|
|