| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|/ |
|
* | Genex: Evaluate TARGET_OBJECTS as a normal expression. | Stephen Kelly | 2014-03-31 | 1 | -0/+64 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -8/+8 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -2/+1 |
|
|
* | genex: Store predicates as a map for faster searching | Ben Boeckel | 2014-03-08 | 1 | -83/+52 |
|
|
* | cmTarget: Avoid computing languages when computing transitive targets. | Stephen Kelly | 2014-02-24 | 1 | -3/+3 |
|
|
* | cmTarget: Change GetTransitivePropertyLinkLibraries to output targets. | Stephen Kelly | 2014-02-24 | 1 | -16/+35 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -7/+5 |
|
|
* | Genex: Use case-sensitive comparison for COMPILER_ID. | Stephen Kelly | 2014-01-08 | 1 | -1/+23 |
|
|
* | cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy. | Stephen Kelly | 2014-01-08 | 1 | -1/+6 |
|
|
* | Genex: Add a nullary form for CONFIG | Stephen Kelly | 2014-01-07 | 1 | -2/+6 |
|
|
* | Genex: Make EQUAL support upper case binary literals | Stephen Kelly | 2014-01-06 | 1 | -6/+6 |
|
|
* | Genex: Fix case of methods in the dag checker. | Stephen Kelly | 2014-01-06 | 1 | -2/+2 |
|
|
* | Undefine local preprocessor loop variables. | Stephen Kelly | 2014-01-06 | 1 | -0/+3 |
|
|
* | Genex: Reform error-checking for nullary/unary expressions. | Stephen Kelly | 2014-01-06 | 1 | -29/+10 |
|
|
* | Genex: Add EQUAL expression. | Stephen Kelly | 2014-01-06 | 1 | -0/+89 |
|
|
* | Genex: Use case-sensitive comparison in PLATFORM_ID. | Stephen Kelly | 2013-12-19 | 1 | -1/+1 |
|
|
* | Genex: Always return immediately on error. | Stephen Kelly | 2013-12-19 | 1 | -0/+4 |
|
|
* | Genex: Accept arbitrary content in *_CASE and MAKE_C_IDENTIFIER. | Stephen Kelly | 2013-12-19 | 1 | -0/+6 |
|
|
* | Genex: Allow single param expressions to accept arbirary input. | Stephen Kelly | 2013-12-19 | 1 | -31/+23 |
|
|
* | Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER. | Stephen Kelly | 2013-11-27 | 1 | -0/+48 |
|
|
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -1/+2 |
|
|
* | Use new cmHasLiteralPrefix function | Stephen Kelly | 2013-11-21 | 1 | -2/+2 |
|
|
* | Genex: Use a preprocessor foreach to follow transitive properties. | Stephen Kelly | 2013-11-09 | 1 | -17/+12 |
|
|
* | Genex: Simplify the preprocessor looper for interface properties. | Stephen Kelly | 2013-11-09 | 1 | -1/+1 |
|
|
* | Merge topic 'object-library-no-TARGET_FILE' | Brad King | 2013-11-02 | 1 | -1/+1 |
|\ |
|
| * | Genex: Reject $<TARGET_FILE:...> for object libraries (#14532) | Brad King | 2013-11-01 | 1 | -1/+1 |
|
|
* | | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -5/+7 |
|
|
* | | cmTarget: Add interface for compatible numeric properties | Stephen Kelly | 2013-10-24 | 1 | -0/+44 |
|
|
* | | Merge topic 'cmarray-templates' | Brad King | 2013-10-23 | 1 | -25/+10 |
|\ \ |
|
| * | | Genex: Use cmArraySize for targetPolicyWhitelist | Stephen Kelly | 2013-10-22 | 1 | -4/+1 |
|
|
| * | | Genex: Remove use of TransitiveWhitelistCompare | Stephen Kelly | 2013-10-22 | 1 | -21/+9 |
|
|
* | | | use size_t for GeneratorExpressionContent::ContentLength to fix some warnings | Rolf Eike Beer | 2013-10-21 | 1 | -1/+1 |
|/ / |
|
* | | Merge topic 'PLATFORM_ID-genex' | Brad King | 2013-10-07 | 1 | -0/+35 |
|\ \
| |/
|/| |
|
| * | Genex: Add the PLATFORM_ID expression. | Stephen Kelly | 2013-08-28 | 1 | -0/+35 |
|
|
* | | Genex: Fix evaluation of MAP_IMPORTED_CONFIG_<CONFIG> | Stephen Kelly | 2013-08-27 | 1 | -2/+3 |
|/ |
|