| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'vs-nsight-tegra-generator' | Brad King | 2014-09-30 | 1 | -2/+21 |
|\ |
|
| * | Add 'ANDROID_API' target property to set Android Target API | Brad King | 2014-09-30 | 1 | -0/+1 |
|
|
| * | Add 'ANDROID_GUI' target property to mark Android applications | Brad King | 2014-09-29 | 1 | -2/+14 |
|
|
| * | cmTarget: Track internally whether platform is Android | Brad King | 2014-09-29 | 1 | -0/+6 |
|
|
* | | Remove extra slashes from LOCATION target property value | Brad King | 2014-09-22 | 1 | -5/+0 |
|/ |
|
* | cmTarget: Do not mistake a preceding error for a CMP0049 failure | Brad King | 2014-07-30 | 1 | -5/+7 |
|
|
* | cmTarget: Avoid re-computing head-independent link interfaces | Brad King | 2014-07-21 | 1 | -7/+53 |
|
|
* | cmTarget: Move ComputeLinkImplementation* to internals | Brad King | 2014-07-21 | 1 | -30/+46 |
|
|
* | cmTarget: Re-order link interface map lookup logic | Brad King | 2014-07-21 | 1 | -16/+15 |
|
|
* | cmTarget: Refactor link interface map storage | Brad King | 2014-07-21 | 1 | -18/+17 |
|
|
* | cmTarget: Remove duplicate link interface map | Brad King | 2014-07-21 | 1 | -10/+3 |
|
|
* | cmTarget: Drop internal cache of build properties | Brad King | 2014-07-21 | 1 | -91/+43 |
|
|
* | cmTarget: Drop internal cache of link interface usage requirements | Brad King | 2014-07-21 | 1 | -163/+83 |
|
|
* | Merge topic 'dev/target-fastpaths' | Brad King | 2014-07-18 | 1 | -330/+337 |
|\ |
|
| * | cmTarget: help the optimizer a bit | Ben Boeckel | 2014-07-17 | 1 | -3/+3 |
|
|
| * | cmTarget: use hash_set for sets of strings | Ben Boeckel | 2014-07-17 | 1 | -37/+42 |
|
|
| * | cmTarget: Allow caching of empty genex expansions | Ben Boeckel | 2014-07-17 | 1 | -2/+4 |
|
|
| * | cmTarget: Only copy GenEx expansions when necessary | Ben Boeckel | 2014-07-17 | 1 | -10/+13 |
|
|
| * | cmTarget: Don't set properties on custom targets | Ben Boeckel | 2014-07-17 | 1 | -37/+43 |
|
|
| * | cmTarget: Use static strings for special property names | Ben Boeckel | 2014-07-17 | 1 | -36/+55 |
|
|
| * | cmTarget: Sort special property checks | Ben Boeckel | 2014-07-17 | 1 | -27/+27 |
|
|
| * | cmTarget: Fast path for regular properties | Ben Boeckel | 2014-07-17 | 1 | -141/+157 |
|
|
| * | cmTarget: Factor out common code | Ben Boeckel | 2014-07-16 | 1 | -52/+20 |
|
|
| * | cmTarget: Use else/if trees rather than an if tree | Ben Boeckel | 2014-07-16 | 1 | -50/+38 |
|
|
* | | cmTarget: Cache compatible interface property sets | Brad King | 2014-07-16 | 1 | -48/+45 |
|
|
* | | cmTarget: Refactor GetLinkImplementationClosure internals | Brad King | 2014-07-16 | 1 | -7/+11 |
|
|
* | | cmTarget: Drop GetTransitivePropertyTargets method | Brad King | 2014-07-16 | 1 | -19/+0 |
|
|
* | | cmTarget: Make GetLink*Libraries methods safer to use | Brad King | 2014-07-16 | 1 | -15/+16 |
|
|
* | | Honor $<LINK_ONLY> when checking interface properties | Brad King | 2014-07-16 | 1 | -1/+1 |
|
|
* | | Make $<LINK_ONLY> available to projects (#14751) | Brad King | 2014-07-16 | 1 | -11/+3 |
|/ |
|
* | Merge topic 'refactor-link-internals' | Brad King | 2014-07-16 | 1 | -114/+93 |
|\ |
|
| * | cmTarget: Refactor internal imported LinkInterface map | Brad King | 2014-07-14 | 1 | -10/+5 |
|
|
| * | cmTarget: Simplify internal ComputeLinkInterfaceLibraries method | Brad King | 2014-07-14 | 1 | -26/+18 |
|
|
| * | cmTarget: Move ComputeLinkInterfaceLibraries to internals | Brad King | 2014-07-14 | 1 | -43/+52 |
|
|
| * | cmTarget: Refactor internal LinkInterface map | Brad King | 2014-07-14 | 1 | -28/+18 |
|
|
| * | cmTarget: Drop 'head' argument from processSources | Brad King | 2014-07-14 | 1 | -4/+1 |
|
|
| * | cmTarget: Drop 'head' argument from GetSourceFiles | Brad King | 2014-07-14 | 1 | -11/+9 |
|
|
| * | cmTarget: Drop 'head' argument from GetLanguages | Brad King | 2014-07-14 | 1 | -5/+4 |
|
|
| * | cmTarget: Drop 'head' argument from ComputeLinkImplementationLanguages | Brad King | 2014-07-14 | 1 | -4/+3 |
|
|
* | | cmTarget: Compile old-style link dependencies only for VS 6 | Brad King | 2014-07-14 | 1 | -0/+8 |
|
|
* | | cmTarget: Run old-style link dependencies only for VS 6 | Brad King | 2014-07-14 | 1 | -2/+5 |
|
|
* | | cmTarget: Rename old-style link dependencies code as "ForVS6" | Brad King | 2014-07-14 | 1 | -39/+39 |
|/ |
|
* | Merge topic 'refactor-link-internals' | Brad King | 2014-07-14 | 1 | -1/+1 |
|\ |
|
| * | cmTarget: Fix CMP0022 OLD breakage from recent refactoring | Brad King | 2014-07-10 | 1 | -1/+1 |
|
|
* | | Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970) | Brad King | 2014-07-14 | 1 | -0/+1 |
|
|
* | | cmTarget: Simplify INTERFACE_INCLUDE_DIRECTORIES usage requirement lookup | Brad King | 2014-07-07 | 1 | -61/+15 |
|
|
* | | cmTarget: Simplify CMP0027 logic in processIncludeDirectories | Brad King | 2014-07-07 | 1 | -26/+20 |
|
|
* | | cmTarget: Add to LinkImplementation whether each library was a genex | Brad King | 2014-07-07 | 1 | -7/+5 |
|
|
* | | cmTarget: Simplify INTERFACE_COMPILE_FEATURES usage requirement lookup | Brad King | 2014-07-07 | 1 | -39/+3 |
|
|
* | | cmTarget: Simplify INTERFACE_COMPILE_DEFINITIONS usage requirement lookup | Brad King | 2014-07-07 | 1 | -39/+3 |
|
|