| Commit message (Expand) | Author | Age | Files | Lines |
* | cmTarget: Clean up the InsertCompileDefinition implementation. | Stephen Kelly | 2014-02-02 | 1 | -7/+2 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -10/+10 |
|
|
* | AddDependencies: new policy requires dependencies to exist | Nils Gladitz | 2014-01-12 | 1 | -0/+20 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2014-01-09 | 1 | -3/+4 |
|\ |
|
| * | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -3/+4 |
|
|
* | | cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy. | Stephen Kelly | 2014-01-08 | 1 | -8/+28 |
|/ |
|
* | cmTarget: Fix system include annotation propagation. | Stephen Kelly | 2014-01-06 | 1 | -56/+0 |
|
|
* | cmTarget: Move a variable initialization closer to where it is used. | Stephen Kelly | 2014-01-06 | 1 | -3/+1 |
|
|
* | cmTarget: Remove some of the INTERFACE_LIBRARY whitelisted properties. | Stephen Kelly | 2014-01-06 | 1 | -8/+8 |
|
|
* | cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY. | Stephen Kelly | 2014-01-06 | 1 | -0/+1 |
|
|
* | cmTarget: Remove dead code. | Stephen Kelly | 2014-01-06 | 1 | -1/+0 |
|
|
* | cmTarget: Use strtol for numeric parsing. | Stephen Kelly | 2014-01-06 | 1 | -4/+10 |
|
|
* | cmTarget: Remove support for <CONFIG>_LOCATION property. | Stephen Kelly | 2014-01-04 | 1 | -19/+0 |
|
|
* | cmTarget: Don't repeat property origin debug information. | Stephen Kelly | 2014-01-04 | 1 | -6/+0 |
|
|
* | cmTarget: Fix debug report for interface-set compatibility types. | Stephen Kelly | 2014-01-04 | 1 | -30/+61 |
|
|
* | cmTarget: Fix reporting interface-set properties which are FALSE. | Stephen Kelly | 2014-01-04 | 1 | -1/+1 |
|
|
* | cmTarget: Fix the property compatibility error message | Stephen Kelly | 2014-01-04 | 1 | -1/+2 |
|
|
* | cmTarget: Don't update IMPORTED target compilation properties | Stephen Kelly | 2014-01-04 | 1 | -23/+25 |
|
|
* | cmTarget: Rename container holding link implementation objects. | Stephen Kelly | 2014-01-04 | 1 | -14/+14 |
|
|
* | Merge topic 'rpath-default' | Brad King | 2014-01-02 | 1 | -5/+48 |
|\ |
|
| * | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -5/+48 |
|
|
* | | cmTarget: Fix typo | Stephen Kelly | 2013-12-19 | 1 | -1/+1 |
|
|
* | | Merge topic 'constify' | Brad King | 2013-12-19 | 1 | -2/+4 |
|\ \ |
|
| * | | Constify handling of link targets. | Stephen Kelly | 2013-12-11 | 1 | -1/+2 |
|
|
| * | | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -1/+2 |
| |/ |
|
* | | Don't search for IMPORTED_LOCATION of INTERFACE_LIBRARY (14636) | Stephen Kelly | 2013-12-09 | 1 | -2/+10 |
|/ |
|
* | Merge topic 'INTERFACE_AUTOUIC_OPTIONS' | Brad King | 2013-12-09 | 1 | -139/+153 |
|\ |
|
| * | cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies. | Stephen Kelly | 2013-12-08 | 1 | -143/+26 |
|
|
| * | cmTarget: Report origin of COMPATIBLE_INTERFACE properties. | Stephen Kelly | 2013-12-08 | 1 | -3/+134 |
|
|
* | | Don't generate self-references for system include directories. | Stephen Kelly | 2013-12-03 | 1 | -1/+1 |
|/ |
|
* | QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property. | Stephen Kelly | 2013-11-27 | 1 | -0/+144 |
|
|
* | Merge topic 'ninja-compile-link-pool' | Brad King | 2013-11-26 | 1 | -0/+3 |
|\ |
|
| * | Ninja: job pool support for compiling and linking | Peter Kümmel | 2013-11-25 | 1 | -0/+3 |
|
|
* | | cmTarget: Add whitelist of properties on INTERFACE_LIBRARY. | Stephen Kelly | 2013-11-25 | 1 | -0/+70 |
|
|
* | | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -56/+77 |
|/ |
|
* | Merge topic 'add-cmHasLiteralPrefix' | Brad King | 2013-11-22 | 1 | -7/+7 |
|\ |
|
| * | Use new cmHasLiteralPrefix function | Stephen Kelly | 2013-11-21 | 1 | -7/+7 |
|
|
* | | cmTarget: Trivially make more API const. | Stephen Kelly | 2013-11-19 | 1 | -11/+11 |
|
|
* | | cmTarget: Make GetExportMacro const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
* | | cmTarget: Make NameResolvesToFramework const. | Stephen Kelly | 2013-11-19 | 1 | -2/+2 |
|
|
* | | cmTarget: Make GetInterfaceLinkLibraries const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
* | | cmTarget: Make GetTargetSourceFileFlags const. | Stephen Kelly | 2013-11-19 | 1 | -4/+4 |
|/ |
|
* | Merge topic 'constify' | Brad King | 2013-11-12 | 1 | -15/+14 |
|\ |
|
| * | Make accessors for compile-related information const. | Stephen Kelly | 2013-11-09 | 1 | -13/+14 |
|
|
| * | cmTarget: Don't finalize include directories in GetIncludeDirectories. | Stephen Kelly | 2013-11-07 | 1 | -2/+0 |
|
|
* | | Disallow link-to-self (#13947). | Stephen Kelly | 2013-11-07 | 1 | -7/+38 |
|/ |
|
* | Merge topic 'policy-CMP0022-fixes-for-master' | Brad King | 2013-11-04 | 1 | -140/+112 |
|\ |
|
| * | Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-master | Brad King | 2013-11-03 | 1 | -140/+112 |
| |\ |
|
| | * | CMP0022: Warn about a given target at most once | Brad King | 2013-11-03 | 1 | -2/+9 |
|
|
| | * | CMP0022: Plain target_link_libraries must populate link interface | Brad King | 2013-11-02 | 1 | -135/+105 |
|
|