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.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -Werror and -Wno-error command-line options
Michael Scott
2016-01-12
1
-9/+191
*
cmake: Deduplicate warning message control code
Michael Scott
2015-12-10
1
-42/+24
*
cmake-gui: Add options to control warning messages
Michael Scott
2015-12-10
1
-3/+30
*
Explicitly enable deprecated warnings by default.
Michael Scott
2015-12-01
1
-4/+20
*
Modify dev warning options to affect deprecated warnings.
Michael Scott
2015-12-01
1
-0/+26
*
Add -W options to control deprecated warning messages.
Michael Scott
2015-12-01
1
-0/+20
*
Refactor the -W options parser to be generic.
Michael Scott
2015-12-01
1
-28/+76
*
Explicitly enable author (dev) warnings by default.
Michael Scott
2015-12-01
1
-5/+20
*
Make message suppression more consistent.
Michael Scott
2015-11-30
1
-13/+57
*
cmake-gui: Add option to specify generator toolset
Robert Dailey
2015-11-17
1
-7/+21
*
cmake: Port find_package mode away from GetGeneratorTarget
Stephen Kelly
2015-10-27
1
-4/+7
*
cmake: Store hardcoded lists of sources and headers
Stephen Kelly
2015-10-27
1
-0/+24
*
cmTarget: Move link type enum out.
Stephen Kelly
2015-10-14
1
-1/+1
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
1
-0/+5
*
cmState: Initialize top level source directories immediately.
Stephen Kelly
2015-10-13
1
-0/+8
*
cmState: Port away from cmake instance.
Stephen Kelly
2015-10-10
1
-4/+1
*
cmState: Move ParseCacheEntry from cmCacheManager.
Stephen Kelly
2015-10-10
1
-2/+2
*
cmState: Externalize logic to caller.
Stephen Kelly
2015-10-10
1
-0/+1
*
cmCacheManager: Port away from cmake instance.
Stephen Kelly
2015-10-10
1
-3/+21
*
cmState: Add cache file manipulation wrappers.
Stephen Kelly
2015-10-10
1
-3/+3
*
Inline unary LoadCache.
Stephen Kelly
2015-10-10
1
-1/+2
*
cmake: Port away from trivial cmCacheManager use.
Stephen Kelly
2015-10-10
1
-17/+17
*
cmake: Use existing cache API wrapper.
Stephen Kelly
2015-10-10
1
-14/+14
*
Set the current dirs on the snapshot before creating the cmMakefile.
Stephen Kelly
2015-10-07
1
-7/+7
*
cmake: Remove needless cmLocalGenerator creation.
Stephen Kelly
2015-10-05
1
-7/+5
*
Merge topic 'revert-cmake-W-options'
Brad King
2015-09-25
1
-205/+29
|
\
|
*
Merge branch 'improve-variable-help-formatting' into revert-cmake-W-options
Brad King
2015-09-22
1
-3/+30
|
|
\
|
*
|
Revert topic 'cmake-W-options' (#15747)
Brad King
2015-09-22
1
-205/+29
*
|
|
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-8/+10
*
|
|
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-4/+4
*
|
|
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-4/+8
*
|
|
cmake: Remove unused cmPolicies member.
Stephen Kelly
2015-08-23
1
-2/+0
|
|
/
|
/
|
*
|
cmake: Add support for "--build ." in subdirectory (#15696)
Clinton Stimpson
2015-08-15
1
-0/+19
*
|
Merge topic 'bootstrap-no-ninja'
Brad King
2015-08-11
1
-1/+5
|
\
\
|
*
|
bootstrap: Do not build Ninja generator
Brad King
2015-08-10
1
-1/+5
*
|
|
cmake: Port configure-time code to cmMakefile.
Stephen Kelly
2015-08-07
1
-1/+1
|
/
/
*
|
Merge topic 'cmake-W-options'
Brad King
2015-08-04
1
-5/+5
|
\
\
|
|
/
|
*
cmake: Do not treat developer warnings as errors by default in scripts
Brad King
2015-08-03
1
-5/+5
*
|
Merge topic 'cmake-W-options'
Brad King
2015-07-31
1
-29/+205
|
\
\
|
|
/
|
*
cmake: Add -W options to control deprecation warnings and errors
Michael Scott
2015-07-29
1
-29/+205
*
|
cmGlobalGenerator: Return from Compute whether to generate.
Stephen Kelly
2015-07-29
1
-1/+4
*
|
cmGlobalGenerator: Create a new Compute step before generation.
Stephen Kelly
2015-07-29
1
-1/+2
|
/
*
Merge topic 'use-generator-target'
Brad King
2015-07-28
1
-1/+1
|
\
|
*
cmExportTryCompileFileGenerator: Create cmGeneratorTargets.
Stephen Kelly
2015-07-27
1
-1/+1
*
|
cmake: add --trace-expand option
Ben Boeckel
2015-07-23
1
-0/+8
|
/
*
cmake: Preserve cached CMAKE_GENERATOR when an error occurs (#15640)
Brad King
2015-07-07
1
-13/+0
*
cmGlobalGenerator: Create GeneratorTargets with a local generator.
Stephen Kelly
2015-06-22
1
-1/+1
*
cmake: Update the current snapshot when Resetting.
Stephen Kelly
2015-06-21
1
-1/+2
*
Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS'
Brad King
2015-06-04
1
-14/+0
|
\
|
*
Remove CMAKE_USE_RELATIVE_PATHS variable.
Stephen Kelly
2015-06-03
1
-14/+0
[next]