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
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-17/+16
*
Merge topic 'server-refactor'
Brad King
2017-07-18
1
-1/+3
|
\
|
*
server: Refactor to make the event loop owned by server object
Justin Berger
2017-07-11
1
-1/+3
*
|
Add sha1sum, sha224sum, sha256sum, sha384sum and sha512sum to command mode
André Klitzing
2017-07-14
1
-22/+54
*
|
Change ComputeFileMD5 to ComputeFileHash
André Klitzing
2017-07-14
1
-7/+11
|
/
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-13/+13
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-8/+8
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-2/+2
*
clang-tidy: remove else after break and continue
Daniel Pfeifer
2017-04-21
1
-1/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-5/+5
*
bindexplib: Add support for parsing and integrating `.def` files
Brad King
2017-03-21
1
-4/+11
*
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
[next]