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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmConditionEvaluator: Remove superfluous spaces in expressions
Sebastian Schuberth
2015-07-27
1
-8/+8
*
Merge topic 'trace-expand'
Brad King
2015-07-27
4
-2/+26
|
\
|
*
cmake: add --trace-expand option
Ben Boeckel
2015-07-23
4
-2/+26
*
|
Merge topic 'policy-refactor'
Brad King
2015-07-27
5
-77/+51
|
\
\
|
*
|
cmPolicies: Replace unused include.
Stephen Kelly
2015-07-25
1
-1/+1
|
*
|
cmMakefile: Remove CMP0001 handling to callers.
Stephen Kelly
2015-07-25
3
-19/+32
|
*
|
cmMakefile: Simplify computation of ancient policy status.
Stephen Kelly
2015-07-25
1
-14/+7
|
*
|
cmMakefile: Remove redundant condition from policy status computation.
Stephen Kelly
2015-07-25
1
-5/+0
|
*
|
cmMakefile: Inline internal policy status method.
Stephen Kelly
2015-07-25
2
-31/+18
|
*
|
cmPolicies: Enable RVO for internal method.
Stephen Kelly
2015-07-25
1
-2/+4
|
*
|
cmPolicies: Store only state that users can set.
Stephen Kelly
2015-07-25
2
-16/+2
|
*
|
cmMakefile: Convert recursion to loop.
Stephen Kelly
2015-07-25
1
-12/+10
*
|
|
Merge topic 'refactor-cmMakefile-properties'
Brad King
2015-07-27
5
-72/+385
|
\
\
\
|
*
|
|
cmMakefile: Move the InitializeFromParent method
Stephen Kelly
2015-07-25
1
-2/+2
|
*
|
|
cmState: Host buildsystem properties for directories.
Stephen Kelly
2015-07-25
4
-142/+370
|
*
|
|
cmState: Fix compilation on IBM XL compiler
Brad King
2015-07-25
2
-1/+8
|
*
|
|
cmAlgorithms: Add cmMakeReverseIterator.
Stephen Kelly
2015-07-22
1
-0/+6
|
*
|
|
cmMakefile: Don't clear buildsystem properties.
Stephen Kelly
2015-07-22
1
-33/+105
*
|
|
|
Merge topic 'cmRange-API'
Brad King
2015-07-27
19
-172/+213
|
\
\
\
\
|
|
/
/
/
|
*
|
|
cmMakefile: Use Ranges for buildsystem property access.
Stephen Kelly
2015-07-22
4
-34/+30
|
*
|
|
cmAlgorithms: Add some convenient typedefs.
Stephen Kelly
2015-07-22
1
-0/+6
|
*
|
|
cmMakefile: Split accessors for include directories and origins.
Stephen Kelly
2015-07-22
5
-29/+31
|
*
|
|
cmMakefile: Split accessors for compile options and origins.
Stephen Kelly
2015-07-22
5
-25/+28
|
*
|
|
cmMakefile: Split accessors for compile definitions and origins.
Stephen Kelly
2015-07-22
5
-21/+24
|
*
|
|
cmMakefile: Separate storage of buildsystem properties and their origins.
Stephen Kelly
2015-07-22
2
-67/+91
|
*
|
|
cmMakefile: Out of line some API.
Stephen Kelly
2015-07-22
2
-12/+18
|
*
|
|
cmMakefile: Remove some references from APIs.
Stephen Kelly
2015-07-22
1
-3/+3
|
*
|
|
cmAlgorithms: Move Range type out of private namespace.
Stephen Kelly
2015-07-22
1
-35/+35
|
*
|
|
cmAlgorithms: Rename cmRange to cmMakeRange.
Stephen Kelly
2015-07-22
14
-29/+30
|
|
|
/
|
|
/
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-27
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-26
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-25
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-24
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-23
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'export-no-custom-target'
Brad King
2015-07-22
1
-0/+6
|
\
\
|
*
|
export: Reject custom target exports earlier (#15657)
Brad King
2015-07-21
1
-0/+6
|
|
/
*
|
Merge topic 'target-directory-properties'
Brad King
2015-07-22
1
-0/+12
|
\
\
|
*
|
Add SOURCE_DIR and BINARY_DIR target properties
Clifford Yapp
2015-07-21
1
-0/+12
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-22
1
-1/+1
|
/
*
Merge topic 'remove-special-MACROS-handling'
Brad King
2015-07-21
4
-32/+5
|
\
|
*
cmMakefile: Remove special handling of MACROS property.
Stephen Kelly
2015-07-19
4
-32/+5
*
|
Merge topic 'remove-special-LINK_DIRECTORIES-handling'
Brad King
2015-07-21
3
-79/+30
|
\
\
|
|
/
|
*
cmMakefile: Remove special handling of LINK_DIRECTORIES property.
Stephen Kelly
2015-07-18
3
-75/+30
|
*
cmMakefile: Inline only use of GetLinkDirectories.
Stephen Kelly
2015-07-18
2
-5/+1
*
|
Merge topic 'cmState-Directory'
Brad King
2015-07-21
6
-102/+142
|
\
\
|
*
|
cmState: Extract a Directory class.
Stephen Kelly
2015-07-18
6
-101/+141
|
*
|
cmState: Forward-declare a type earlier.
Stephen Kelly
2015-07-18
1
-1/+1
|
|
/
*
|
Merge topic 'remove-Properties-accessor'
Brad King
2015-07-21
3
-10/+22
|
\
\
|
*
|
cmMakefile: Remove GetProperties method.
Stephen Kelly
2015-07-18
1
-3/+0
|
*
|
cmMakefile: Add a PropertyKeys accessor.
Stephen Kelly
2015-07-18
3
-7/+22
|
|
/
[next]