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
*
Add $<SEMICOLON> generator expression.
Jean-Christophe Fillion-Robin
2013-03-12
1
-0/+18
*
Merge topic 'remove-TARGET_DEFINED-genex'
Brad King
2013-03-04
1
-18/+0
|
\
|
*
Revert "Add the TARGET_DEFINED generator expression"
Stephen Kelly
2013-02-25
1
-18/+0
*
|
Merge topic 'interface-property-external-read'
Brad King
2013-02-25
1
-36/+61
|
\
\
|
*
|
Expand includes and defines transitively in 'external' genexes.
Stephen Kelly
2013-02-23
1
-36/+51
|
*
|
Workaround broken code where a target has itself in its link iface.
Stephen Kelly
2013-02-23
1
-0/+7
|
*
|
Strip stray semicolons when evaluating generator expressions.
Stephen Kelly
2013-02-18
1
-0/+3
|
|
/
*
|
Keep track of all targets seen while evaluating a genex.
Stephen Kelly
2013-02-22
1
-1/+3
|
/
*
Revert "Add the $<LINKED:...> generator expression."
Stephen Kelly
2013-02-13
1
-94/+0
*
Revert "Don't allow utility or global targets in the LINKED expression."
Stephen Kelly
2013-02-13
1
-8/+0
*
Use the link information as a source of compile definitions and includes.
Stephen Kelly
2013-02-13
1
-6/+63
*
Don't allow utility or global targets in the LINKED expression.
Stephen Kelly
2013-02-08
1
-0/+8
*
Don't keep track of content determined by target property values.
Stephen Kelly
2013-02-07
1
-1/+2
*
Move a special case for PIC from the genex to the cmTarget code.
Stephen Kelly
2013-02-07
1
-6/+0
*
Only use early evaluation termination for transitive properties.
Stephen Kelly
2013-02-07
1
-2/+11
*
De-duplicate validation of genex target names.
Stephen Kelly
2013-02-07
1
-9/+2
*
Cache context-independent includes on evaluation.
Stephen Kelly
2013-02-03
1
-2/+23
*
Optimize genex evaluation for includes and defines.
Stephen Kelly
2013-02-02
1
-0/+6
*
Add the $<LINKED:...> generator expression.
Stephen Kelly
2013-01-31
1
-0/+85
*
Make it an error for INSTALL_PREFIX to be evaluated.
Stephen Kelly
2013-01-31
1
-3/+6
*
Handle reading empty properties defined by the link interface.
Stephen Kelly
2013-01-31
1
-1/+3
*
Add the INSTALL_PREFIX genex.
Stephen Kelly
2013-01-27
1
-0/+20
*
Add the COMPATIBLE_INTERFACE_STRING property.
Stephen Kelly
2013-01-24
1
-0/+7
*
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
[next]