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
/
cmGeneratorExpressionEvaluator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'qt4-autolink-qtmain'
Brad King
2013-01-23
1
-0/+101
|
\
|
*
Automatically link to the qtmain library when linking to QtCore.
Stephen Kelly
2013-01-23
1
-2/+5
|
*
Add the $<TARGET_POLICY> expression
Stephen Kelly
2013-01-17
1
-0/+98
*
|
Make INTERFACE determined properties readable in generator expressions.
Stephen Kelly
2013-01-20
1
-0/+21
|
/
*
Add the TARGET_DEFINED generator expression
Stephen Kelly
2013-01-13
1
-0/+18
*
Keep track of properties used to determine linker libraries.
Stephen Kelly
2013-01-08
1
-0/+8
*
Merge topic 'interface-includes-defines'
Brad King
2013-01-07
1
-5/+106
|
\
|
*
Handle INTERFACE properties transitively for includes and defines.
Stephen Kelly
2013-01-05
1
-1/+29
|
*
Make cycles in target properties ignored, not an error.
Stephen Kelly
2013-01-05
1
-1/+7
|
*
Use mapped config properties to evaluate $<CONFIG>
Stephen Kelly
2013-01-05
1
-2/+18
|
*
Make all relevant targets available in the genex context.
Stephen Kelly
2013-01-05
1
-1/+1
|
*
Add the TARGET_NAME generator expression.
Stephen Kelly
2013-01-05
1
-0/+24
|
*
Allow generator expressions to require literals.
Stephen Kelly
2013-01-05
1
-0/+17
|
*
GenEx: Add expressions to specify build- or install-only values
Stephen Kelly
2013-01-05
1
-0/+10
*
|
Don't crash when a target is expected but is not available.
Stephen Kelly
2013-01-03
1
-0/+15
|
/
*
Replace some 'if' with 'else if'
Stephen Kelly
2012-12-23
1
-4/+4
*
Merge topic 'generator-expression-fixes'
Brad King
2012-11-27
1
-3/+34
|
\
|
*
Genex: Ensure that $<0:...> has a parameter.
Stephen Kelly
2012-11-27
1
-0/+16
|
*
Genex: Extract a method to parse parameters.
Stephen Kelly
2012-11-26
1
-3/+18
*
|
Port cmGeneratorExpression to cmTarget from cmGeneratorTarget.
Stephen Kelly
2012-11-20
1
-2/+2
|
/
*
GenEx: Use case insensitive comparison for $<CONFIG:...>
Stephen Kelly
2012-11-05
1
-1/+4
*
GexEx: Validate Target names and property names differently.
Stephen Kelly
2012-10-22
1
-6/+11
*
Attempt to fix the compile of cmake on Sun CC.
Stephen Kelly
2012-10-11
1
-1/+4
*
GenEx: Don't use std::vector::at(int).
Stephen Kelly
2012-10-09
1
-3/+3
*
GenEx: Ensure that the empty CONFIGURATION can be used conditionally.
Stephen Kelly
2012-10-09
1
-5/+5
*
GenEx: Validate target and property names.
Stephen Kelly
2012-10-09
1
-1/+46
*
GenEx: Report actual target name not found, not "0" each time.
Stephen Kelly
2012-10-09
1
-2/+3
*
GenEx: Return after error reported.
Stephen Kelly
2012-10-09
1
-0/+1
*
Merge topic 'generator-expression-target-properties'
Brad King
2012-09-28
1
-13/+156
|
\
|
*
Add a self-reference check for target properties.
Stephen Kelly
2012-09-28
1
-1/+16
|
*
Add API to check that dependent target properties form a DAG.
Stephen Kelly
2012-09-28
1
-19/+36
|
*
Add a generator expression for target properties.
Stephen Kelly
2012-09-28
1
-0/+43
|
*
Extend the generator expression language with more logic.
Stephen Kelly
2012-09-28
1
-0/+68
*
|
Fix the regular expression validator for target names.
Stephen Kelly
2012-09-20
1
-1/+1
|
/
*
cmGeneratorExpression: Re-write for multi-stage evaluation
Stephen Kelly
2012-09-18
1
-0/+568