| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'fix-target_link_libraries-wrong-dir' | Brad King | 2015-06-26 | 1 | -1/+2 |
|\ |
|
| * | cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626) | Brad King | 2015-06-25 | 1 | -1/+2 |
|
|
* | | Merge topic 'data-layout' | Brad King | 2015-06-08 | 1 | -37/+24 |
|\ \ |
|
| * | | cmTarget: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -29/+23 |
|
|
| * | | cmTarget: Replace PolicyStatus members with PolicyMap. | Stephen Kelly | 2015-06-07 | 1 | -9/+2 |
|
|
* | | | cmGeneratorTarget: Move Feature API from cmTarget. | Stephen Kelly | 2015-06-06 | 1 | -5/+0 |
|/ / |
|
* | | cmMakefile: Make cmListFileBacktrace default constructible. | Stephen Kelly | 2015-06-02 | 1 | -1/+1 |
|/ |
|
* | Honor visibility properties for all target types (#15556) | Brad King | 2015-05-26 | 1 | -1/+2 |
|
|
* | Merge topic 'use-std-unordered_map' | Brad King | 2015-05-19 | 1 | -2/+10 |
|\ |
|
| * | Use std::unordered_map instead of hash_map where available. | Stephen Kelly | 2015-05-18 | 1 | -2/+10 |
|
|
* | | cmTarget: Store only cmListFileContext for CMP0023 handling. | Stephen Kelly | 2015-05-18 | 1 | -1/+1 |
|/ |
|
* | Move property definition to cmState. | Stephen Kelly | 2015-04-13 | 1 | -3/+0 |
|
|
* | Link libraries by full path even in implicit directories | Brad King | 2015-04-09 | 1 | -1/+2 |
|
|
* | OS X: Add handling for XCTest bundles | Gregor Jasny | 2015-03-23 | 1 | -0/+3 |
|
|
* | Genex: Allow COMPILE_LANGUAGE when processing include directories. | Stephen Kelly | 2015-03-09 | 1 | -1/+2 |
|
|
* | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -1/+2 |
|
|
* | Genex: Enable use of COMPILE_LANGUAGE for compile options. | Stephen Kelly | 2015-03-09 | 1 | -1/+2 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | cmTarget: Track internally whether platform is Android | Brad King | 2014-09-29 | 1 | -0/+1 |
|
|
* | cmTarget: Avoid re-computing head-independent link interfaces | Brad King | 2014-07-21 | 1 | -1/+2 |
|
|
* | cmTarget: Move ComputeLinkImplementation* to internals | Brad King | 2014-07-21 | 1 | -5/+0 |
|
|
* | Merge topic 'dev/target-fastpaths' | Brad King | 2014-07-18 | 1 | -0/+7 |
|\ |
|
| * | cmTarget: use a hash_map for cmTargets typedef | Ben Boeckel | 2014-07-17 | 1 | -0/+7 |
|
|
* | | cmTarget: Cache compatible interface property sets | Brad King | 2014-07-16 | 1 | -0/+10 |
|
|
* | | cmTarget: Drop GetTransitivePropertyTargets method | Brad King | 2014-07-16 | 1 | -3/+0 |
|
|
* | | cmTarget: Make GetLink*Libraries methods safer to use | Brad King | 2014-07-16 | 1 | -16/+22 |
|/ |
|
* | Merge topic 'refactor-link-internals' | Brad King | 2014-07-16 | 1 | -14/+4 |
|\ |
|
| * | cmTarget: Move ComputeLinkInterfaceLibraries to internals | Brad King | 2014-07-14 | 1 | -6/+0 |
|
|
| * | cmTarget: Drop 'head' argument from GetSourceFiles | Brad King | 2014-07-14 | 1 | -4/+2 |
|
|
| * | cmTarget: Drop 'head' argument from GetLanguages | Brad King | 2014-07-14 | 1 | -2/+1 |
|
|
| * | cmTarget: Drop 'head' argument from ComputeLinkImplementationLanguages | Brad King | 2014-07-14 | 1 | -2/+1 |
|
|
* | | cmTarget: Compile old-style link dependencies only for VS 6 | Brad King | 2014-07-14 | 1 | -3/+10 |
|
|
* | | cmTarget: Rename old-style link dependencies code as "ForVS6" | Brad King | 2014-07-14 | 1 | -19/+19 |
|/ |
|
* | cmTarget: Add to LinkImplementation whether each library was a genex | Brad King | 2014-07-07 | 1 | -4/+6 |
|
|
* | cmTarget: Add to LinkImplementation a backtrace for each library | Brad King | 2014-07-07 | 1 | -4/+6 |
|
|
* | cmTarget: Refactor LinkImplementation to allow more information | Brad King | 2014-07-07 | 1 | -1/+11 |
|
|
* | cmTarget: Teach GetLinkInterfaceLibraries to support $<LINK_ONLY> | Brad King | 2014-06-25 | 1 | -3/+5 |
|
|
* | cmTarget: Teach ExpandLinkItems how to support $<LINK_ONLY> | Brad King | 2014-06-25 | 1 | -0/+1 |
|
|
* | cmTarget: Drop GetDirectLinkLibraries methods | Brad King | 2014-06-23 | 1 | -5/+0 |
|
|
* | cmTarget: Lookup targets in LinkInterface and LinkImplementation | Brad King | 2014-06-23 | 1 | -6/+8 |
|
|
* | cmTarget: Add GetUtilityItems to get target ordering dependencies | Brad King | 2014-06-23 | 1 | -0/+1 |
|
|
* | cmTarget: Add cmLinkItem to refer to a target by name and pointer | Brad King | 2014-06-23 | 1 | -0/+12 |
|
|
* | cmTarget: Add method to lookup other targets in a target's scope | Brad King | 2014-06-23 | 1 | -0/+2 |
|
|
* | cmTarget: Constify GetLinkImplementationClosure results | Brad King | 2014-06-23 | 1 | -1/+1 |
|
|
* | cmTarget: Constify GetTransitivePropertyTargets results | Brad King | 2014-06-23 | 1 | -2/+2 |
|
|
* | cmTarget: Drop 'head' target from GetImportInfo | Brad King | 2014-06-23 | 1 | -4/+7 |
|
|
* | cmTarget: Remove 'head' argument from GetLinkImplementation | Brad King | 2014-06-23 | 1 | -7/+11 |
|
|
* | cmTarget: Drop 'head' argument from GetLinkClosure | Brad King | 2014-06-23 | 1 | -4/+2 |
|
|
* | cmTarget: Remove 'head' argument from GetLinkerLanguage | Brad King | 2014-06-23 | 1 | -2/+1 |
|
|
* | cmTarget: Remove 'head' argument from GetLinkInformation | Brad King | 2014-06-23 | 1 | -6/+4 |
|
|