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
*
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
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
cmake: Factor out default generator selection into helper
Brad King
2016-10-11
1
-0/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
cmake-server: Report server mode availablitily in Capabilities
Tobias Hunger
2016-09-19
1
-2/+2
*
cmake: Make FindCacheFile a static method
Brad King
2016-09-14
1
-1/+1
*
cmake: Factor out method to find the CMakeCache.txt file
Tobias Hunger
2016-09-12
1
-0/+3
*
cmake: Introduce ReportCapabilitiesJson
Tobias Hunger
2016-09-12
1
-0/+7
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-11/+9
*
make sure to include cmConfigure.h before cmStandardIncludes.h
Daniel Pfeifer
2016-09-03
1
-0/+2
*
cmMessenger: Extract from cmake class
Stephen Kelly
2016-08-25
1
-3/+4
*
cmake: Add `cmake -E capabilities` mode
Tobias Hunger
2016-08-16
1
-0/+2
*
cmake: Constify cmake::GetRegisteredGenerators
Brad King
2016-08-16
1
-1/+1
*
Report more information about extra generators in generator factories
Tobias Hunger
2016-08-03
1
-0/+2
*
Refactor extra generator registration to use factories
Tobias Hunger
2016-08-03
1
-8/+5
*
CMake: Report whether generators support platforms
Tobias Hunger
2016-07-14
1
-0/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+2
*
cmake: Add an option to control what files needs to be traced
Alex Turbov
2016-06-17
1
-0/+10
*
Merge topic 'expose-cache-properties'
Brad King
2016-06-13
1
-4/+0
|
\
|
*
cmake: Kill cmake::CacheManager and its getter
Tobias Hunger
2016-06-10
1
-4/+0
*
|
Merge topic 'fix-cmake-ISP-violation'
Brad King
2016-06-13
1
-2/+4
|
\
\
|
*
|
cmake: Remove force from IssueMessage API
Stephen Kelly
2016-06-12
1
-2/+1
|
*
|
cmake: Extract DisplayMessage API.
Stephen Kelly
2016-06-12
1
-0/+3
|
|
/
*
|
cmake: Issue message independent of cmMakefile definition
Stephen Kelly
2016-06-12
1
-4/+4
|
/
*
cmake: remove unnused member Verbose
Daniel Pfeifer
2016-06-08
1
-1/+0
*
cmake: Fix constness of methods
Stephen Kelly
2016-06-08
1
-7/+7
*
cmake: Make internal method file static
Stephen Kelly
2016-06-08
1
-2/+0
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-157/+186
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+2
*
Remove unused cmake::IssueMessage overload
Brad King
2016-04-18
1
-3/+0
*
Add -Werror and -Wno-error command-line options
Michael Scott
2016-01-12
1
-3/+39
*
cmake: Deduplicate warning message control code
Michael Scott
2015-12-10
1
-7/+7
*
cmake-gui: Add options to control warning messages
Michael Scott
2015-12-10
1
-0/+7
*
Explicitly enable deprecated warnings by default.
Michael Scott
2015-12-01
1
-0/+7
*
Add -W options to control deprecated warning messages.
Michael Scott
2015-12-01
1
-1/+3
*
Refactor the -W options parser to be generic.
Michael Scott
2015-12-01
1
-7/+7
*
Explicitly enable author (dev) warnings by default.
Michael Scott
2015-12-01
1
-0/+6
[next]