index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmcmd.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge topic 'run-include-what-you-use'
Brad King
2015-05-21
1
-0/+82
|
\
|
*
cmake: Add internal -E mode to run include-what-you-use with the compiler
Bill Hoffman
2015-05-19
1
-0/+82
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
|
/
*
Merge topic 'clean-up-cmMakefile'
Brad King
2015-04-21
1
-5/+2
|
\
[next]