| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -8/+6 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -4/+3 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -6/+6 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -34/+37 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Genex: Port some access API to cmGeneratorTarget. | Stephen Kelly | 2015-10-15 | 1 | -10/+9 |
|
|
* | cmGeneratorExpression: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -3/+4 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -3/+3 |
|
|
* | Genex: Store a backtrace, not a pointer to one. | Stephen Kelly | 2015-07-17 | 1 | -2/+3 |
|
|
* | Genex: Extract an evaluateWithContext method. | Stephen Kelly | 2015-03-10 | 1 | -0/+4 |
|
|
* | Genex: Add a COMPILE_LANGUAGE generator expression. | Stephen Kelly | 2015-03-07 | 1 | -2/+4 |
|
|
* | file(GENERATE): Evaluate early to allow generating source files | Stephen Kelly | 2014-11-12 | 1 | -0/+5 |
|
|
* | Genex: Track whether an expression depends on the 'head' target | Brad King | 2014-07-21 | 1 | -0/+5 |
|
|
* | genex: remove the need for backtraces | Ben Boeckel | 2014-06-05 | 1 | -2/+2 |
|
|
* | Features: Add COMPILE_FEATURES generator expression. | Stephen Kelly | 2014-05-21 | 1 | -0/+5 |
|
|
* | Genex: Only evaluate TARGET_OBJECTS to determine target sources. | Stephen Kelly | 2014-04-02 | 1 | -0/+6 |
|
|
* | cmGeneratorExpression: Remove unused include. | Stephen Kelly | 2014-03-17 | 1 | -2/+0 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | cmGeneratorExpression: Tokenize over strings | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -5/+5 |
|
|
* | Genex: Rename cmGeneratorExpression::NeedsParsing to NeedsEvaluation | Stephen Kelly | 2013-08-29 | 1 | -1/+1 |
|
|
* | Genex: Allow relative paths in INSTALL_INTERFACE. | Stephen Kelly | 2013-07-25 | 1 | -1/+2 |
|
|
* | Merge topic 'interface-property-external-read' | Brad King | 2013-02-25 | 1 | -0/+1 |
|\ |
|
| * | Strip stray semicolons when evaluating generator expressions. | Stephen Kelly | 2013-02-18 | 1 | -0/+1 |
|
|
* | | Keep track of all targets seen while evaluating a genex. | Stephen Kelly | 2013-02-22 | 1 | -2/+6 |
|/ |
|
* | Don't keep track of content determined by target property values. | Stephen Kelly | 2013-02-07 | 1 | -2/+2 |
|
|
* | De-duplicate validation of genex target names. | Stephen Kelly | 2013-02-07 | 1 | -0/+2 |
|
|
* | Deduplicate the isGeneratorExpression method. | Stephen Kelly | 2013-02-07 | 1 | -0/+2 |
|
|
* | Cache context-independent includes on evaluation. | Stephen Kelly | 2013-02-03 | 1 | -0/+5 |
|
|
* | Add cmGeneratorExpression::Split() API. | Stephen Kelly | 2013-01-10 | 1 | -0/+3 |
|
|
* | Keep track of properties used to determine linker libraries. | Stephen Kelly | 2013-01-08 | 1 | -0/+4 |
|
|
* | Make all relevant targets available in the genex context. | Stephen Kelly | 2013-01-05 | 1 | -1/+6 |
|
|
* | GenEx: Add expressions to specify build- or install-only values | Stephen Kelly | 2013-01-05 | 1 | -1/+3 |
|
|
* | Add a way to print the origins of used include directories. | Stephen Kelly | 2013-01-03 | 1 | -0/+5 |
|
|
* | Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressions | Stephen Kelly | 2012-12-20 | 1 | -9/+15 |
|
|
* | Port cmGeneratorExpression to cmTarget from cmGeneratorTarget. | Stephen Kelly | 2012-11-20 | 1 | -2/+1 |
|
|
* | GenEx: Fix reporting about not-found include directories and libraries. | Stephen Kelly | 2012-10-17 | 1 | -0/+7 |
|
|
* | Add API to check that dependent target properties form a DAG. | Stephen Kelly | 2012-09-28 | 1 | -1/+3 |
|
|
* | Add a generator expression for target properties. | Stephen Kelly | 2012-09-28 | 1 | -1/+3 |
|
|
* | Add include guard for cmGeneratorExpression. | Stephen Kelly | 2012-09-21 | 1 | -0/+6 |
|
|
* | cmGeneratorExpression: Port users to two-stage processing | Stephen Kelly | 2012-09-18 | 1 | -19/+35 |
|
|
* | cmGeneratorExpression: Re-write for multi-stage evaluation | Stephen Kelly | 2012-09-18 | 1 | -7/+14 |
|
|
* | Add $<CONFIG:...> boolean query generator expression | Brad King | 2012-08-15 | 1 | -0/+1 |
|
|
* | Record set of targets used in cmGeneratorExpression | Brad King | 2010-12-15 | 1 | -0/+6 |
|
|
* | Optionally suppress errors in cmGeneratorExpression | Brad King | 2010-12-15 | 1 | -1/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Introduce "generator expressions" to add_test() | Brad King | 2009-08-11 | 1 | -0/+55 |
|
|