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
/
cmake.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-2/+2
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-2/+2
*
ReadListFile: Accept std::string argument
Vitaly Stakhovsky
2019-01-31
1
-1/+2
*
Merge topic 'unused-members'
Brad King
2019-01-31
1
-14/+0
|
\
|
*
Remove unused 'class cmake' members
Brad King
2019-01-31
1
-14/+0
*
|
Merge topic 'tidy-use-equals-delete'
Brad King
2019-01-30
1
-2/+3
|
\
\
|
|
/
|
/
|
|
*
clang-tidy: Use `= delete`
Regina Pfeifer
2019-01-29
1
-2/+3
*
|
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-3/+3
|
/
*
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-1/+2
|
\
|
*
cmake: Add options for verbose output to --build mode
Florian Maushart
2019-01-28
1
-1/+2
*
|
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-6/+0
|
\
\
|
|
/
|
/
|
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-6/+0
*
|
Merge topic 'help-mark-default-generator'
Brad King
2019-01-22
1
-1/+5
|
\
\
|
*
|
Help: Mark default CMake generator with asterisk
Artur Ryt
2019-01-18
1
-0/+1
|
*
|
cmake: Return generator docs directly
Artur Ryt
2019-01-18
1
-1/+4
*
|
|
Add global generator factory method to get default platform name
Brad King
2019-01-18
1
-0/+1
*
|
|
Add global generator factory method to get list of known platforms
Brad King
2019-01-18
1
-0/+1
*
|
|
Split global generator factory list with and without platforms
Brad King
2019-01-18
1
-1/+2
|
/
/
*
|
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-2/+2
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-16/+4
*
Merge topic 'cmake-option-parsing'
Brad King
2019-01-14
1
-2/+1
|
\
|
*
cmake: Ensure source and binary dirs are set
Craig Scott
2019-01-13
1
-2/+1
*
|
fileapi: Add protocol v1 infrastructure with support for shared query files
Brad King
2018-12-12
1
-0/+3
|
/
*
cmake: Factor json version object construction into helper
Brad King
2018-09-21
1
-0/+1
*
cmake: -S and -B can be used to specify source and build directories
Robert Maynard
2018-09-15
1
-1/+3
*
cmake: Declare VariableWatch member only when used
Brad King
2018-08-29
1
-2/+6
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-5/+7
*
Merge topic 'parallel_build_option'
Brad King
2018-05-29
1
-1/+4
|
\
|
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-1/+4
*
|
Help: Update description of the -D option to CMake
Raul Laasner
2018-05-24
1
-1/+1
|
/
*
Merge topic 'glob_configure_depends'
Brad King
2018-04-06
1
-0/+10
|
\
|
*
Add cmGlobVerificationManager class, integrate with cmake and cmState
Shane Parris
2018-03-29
1
-0/+10
*
|
Features: Add infrastructure for C++ 20 language standard
Brad King
2018-03-27
1
-0/+1
|
/
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+2
*
Performance: Improve efficiency of source file lookup in cmMakefile
Aaron Orenstein
2017-11-17
1
-0/+19
*
Add infrastructure for generators to select a build tool instance
Brad King
2017-10-19
1
-0/+7
*
cmake: Add --open option for IDE generators
Gregor Jasny
2017-10-13
1
-0/+3
*
try_compile: Simplify generator platform and toolset propagation
Brad King
2017-09-27
1
-12/+0
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+1
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+8
*
Use CM_DISABLE_COPY
Daniel Pfeifer
2017-04-24
1
-2/+2
*
cmake: pass cmStateSnapshot by const ref
Daniel Pfeifer
2017-04-21
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
split Default commands into Scripting and Project
Daniel Pfeifer
2017-02-13
1
-1/+2
*
Features: Add infrastructure for C++ 17 language standard
Brad King
2016-12-02
1
-0/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-5/+7
*
Features: Add meta-features requesting awareness of a particular standard
Brad King
2016-11-02
1
-0/+6
*
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
-6/+3
[next]