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
*
Add properties to run the cpplint style checker with the compiler
Jamie Snape
2017-01-23
1
-5/+37
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-8/+8
*
cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zero
Brad King
2016-11-18
1
-3/+10
*
cmake: If ldd for LINK_WHAT_YOU_USE fails to run then report why
Brad King
2016-11-18
1
-3/+7
*
cmake: Comment why we ignore the include-what-you-use return code
Brad King
2016-11-18
1
-0/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-0/+1
*
Merge topic 'clang-tidy'
Brad King
2016-10-20
1
-38/+54
|
\
|
*
fix more issues reported by clang-tidy
Daniel Pfeifer
2016-10-20
1
-38/+54
*
|
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-1/+1
*
|
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-1/+1
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Ninja: Add internal tool to produce a ninja dyndep file for Fortran
Brad King
2016-09-22
1
-0/+7
*
Ninja: Add internal tool to scan Fortran code for module dependencies
Brad King
2016-09-22
1
-0/+10
*
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
[next]