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
*
Revert "Attempt to fix the compile of cmake on Sun CC."
Stephen Kelly
2015-02-17
1
-4/+1
*
Features: Define meaning for no language standard default
Brad King
2015-01-29
1
-2/+9
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
Merge topic 'delete-algorithm'
Brad King
2015-01-15
1
-24/+3
|
\
|
*
cmGeneratorExpressionEvaluator: Replace own algorithm with cmDeleteAll.
Stephen Kelly
2015-01-13
1
-24/+3
*
|
Merge topic 'fix-COMPILE_FEATURES-genex'
Brad King
2015-01-15
1
-1/+8
|
\
\
|
|
/
|
/
|
|
*
Features: Fix the COMPILE_FEATURES genex for unavailable features.
Stephen Kelly
2015-01-12
1
-0/+7
|
*
cmMakefile: Rename a method to what it really does.
Stephen Kelly
2015-01-12
1
-1/+1
*
|
Merge topic 'join-algorithm'
Brad King
2015-01-12
1
-10/+1
|
\
\
|
*
|
Use the cmJoin algorithm where possible.
Stephen Kelly
2015-01-08
1
-10/+1
*
|
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-7/+7
|
/
/
*
|
Fix some Clang -Wstring-conversion warnings
Sean McBride
2014-12-12
1
-2/+2
*
|
Merge topic 'fix-transitive-OBJECT_SOURCES-context'
Brad King
2014-12-01
1
-34/+40
|
\
\
|
|
/
|
*
Genex: Fix evaluation context propagation for TARGET_OBJECTS.
Stephen Kelly
2014-11-26
1
-34/+40
*
|
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
|
file(GENERATE): Evaluate early to allow generating source files
Stephen Kelly
2014-11-12
1
-0/+4
*
|
Genex: Fix whitespace issue.
Stephen Kelly
2014-11-11
1
-1/+1
*
|
Merge topic 'genex-target-objects-ordering'
Brad King
2014-11-10
1
-4/+8
|
\
\
|
|
/
|
*
genex: Preserve order while evaluating TARGET_OBJECTS
Clinton Stimpson
2014-11-07
1
-4/+8
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
|
/
*
Merge topic 'genex-build-property-no-head'
Brad King
2014-08-07
1
-2/+2
|
\
|
*
Genex: Do not consider 'head' when evaluating build properties
Brad King
2014-08-06
1
-2/+2
*
|
Genex: Remove unnecessary check of context->Makefile
Brad King
2014-08-06
1
-9/+6
|
/
*
Merge topic 'pdb-genex'
Brad King
2014-07-31
1
-34/+91
|
\
|
*
Genex: Implement generator expressions for target PDB files.
Nils Gladitz
2014-07-31
1
-0/+45
|
*
Genex: Simplify filesytem artifact code
Nils Gladitz
2014-07-29
1
-35/+47
*
|
Genex: Track whether an expression depends on the 'head' target
Brad King
2014-07-21
1
-0/+14
|
/
*
Genex: Adjust code layout slightly
Brad King
2014-07-16
1
-4/+3
*
Genex: Refactor empty element strip
Brad King
2014-07-16
1
-3/+2
*
Genex: Avoid repeated search of transitive property whitelist
Brad King
2014-07-16
1
-33/+26
*
Genex: Simplify TARGET_PROPERTY transitive lookup
Brad King
2014-07-16
1
-65/+31
*
cmTarget: Drop GetTransitivePropertyTargets method
Brad King
2014-07-16
1
-3/+13
*
cmTarget: Make GetLink*Libraries methods safer to use
Brad King
2014-07-16
1
-1/+1
*
Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970)
Brad King
2014-07-14
1
-0/+1
*
cmTarget: Refactor LinkImplementation to allow more information
Brad King
2014-07-07
1
-2/+2
*
cmGeneratorExpressionEvaluator: Shorten some long lines
Brad King
2014-07-07
1
-13/+16
*
Genex: Fix stack overflow in transitive property evaluation.
Stephen Kelly
2014-07-01
1
-0/+13
*
cmTarget: Lookup targets in LinkInterface and LinkImplementation
Brad King
2014-06-23
1
-5/+5
*
Fix scope of transitive target name lookups
Brad King
2014-06-23
1
-2/+2
*
cmTarget: Constify GetTransitivePropertyTargets results
Brad King
2014-06-23
1
-5/+6
*
cmTarget: Remove 'head' argument from GetLinkImplementation
Brad King
2014-06-23
1
-2/+1
*
regex: Search on strings where possible
Ben Boeckel
2014-06-09
1
-4/+4
*
regex: Use static regexs where possible
Ben Boeckel
2014-06-09
1
-8/+4
*
genex: remove the need for backtraces
Ben Boeckel
2014-06-05
1
-2/+2
*
Genex: Clarify error message on use with non-binary targets (#14899).
Stephen Kelly
2014-05-29
1
-14/+14
*
Features: Add COMPILE_FEATURES generator expression.
Stephen Kelly
2014-05-21
1
-0/+89
*
Merge topic 'target-transitive-sources'
Brad King
2014-04-03
1
-3/+6
|
\
|
*
cmTarget: Allow transitive evaluation of SOURCES property.
Stephen Kelly
2014-04-02
1
-2/+5
|
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-1/+1
*
|
Genex: Only evaluate TARGET_OBJECTS to determine target sources.
Stephen Kelly
2014-04-02
1
-0/+10
|
/
[next]