| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | cmGlobalGenerator: Remove direct storage of targets | Stephen Kelly | 2015-10-27 | 7 | -54/+80 |
|
|
| * | | | | | cmTargetCollectLinkLanguages: Remove cmMakefile dependency | Stephen Kelly | 2015-10-27 | 1 | -3/+3 |
|
|
| * | | | | | cmGeneratorTarget: Port cmOptionalLinkImplementation | Stephen Kelly | 2015-10-27 | 2 | -3/+3 |
|
|
| * | | | | | cmGeneratorTarget: Add API for property keys | Stephen Kelly | 2015-10-27 | 5 | -23/+44 |
|
|
| * | | | | | cmLocalGenerator: Port internals to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -5/+4 |
|
|
| * | | | | | VS7: Port some implementation details to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -4/+4 |
|
|
| * | | | | | VS7: Port remaining interface to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 2 | -11/+10 |
|
|
| * | | | | | cmake: Store hardcoded lists of sources and headers | Stephen Kelly | 2015-10-27 | 12 | -62/+70 |
|
|
| * | | | | | Export: Use existing IsDLLPlatform porcelain | Stephen Kelly | 2015-10-27 | 2 | -9/+2 |
|
|
| * | | | | | cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTarget | Stephen Kelly | 2015-10-27 | 4 | -6/+6 |
|
|
| * | | | | | cmLocalGenerator: Add IsRootMakefile API | Stephen Kelly | 2015-10-27 | 5 | -7/+14 |
|
|
| * | | | | | Genex: use cmGeneratorTarget policy API | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
|
|
| * | | | | | cmLocalGenerator: Add GetPolicyStatus API | Stephen Kelly | 2015-10-27 | 3 | -4/+12 |
|
|
| * | | | | | cmGeneratorTarget: Add GetUtilityBacktrace API | Stephen Kelly | 2015-10-27 | 3 | -1/+9 |
|
|
| * | | | | | cmGeneratorTarget: Add GetUtilities API | Stephen Kelly | 2015-10-27 | 7 | -8/+14 |
|
|
| * | | | | | cmTarget: Make compatbility API explicit. | Stephen Kelly | 2015-10-27 | 3 | -28/+18 |
|
|
| * | | | | | cmGeneratorTarget: Add GetLinkDirectories API. | Stephen Kelly | 2015-10-26 | 4 | -4/+11 |
|
|
| * | | | | | cmGeneratorTarget: Move GetFrameworkVersion from cmTarget | Stephen Kelly | 2015-10-26 | 6 | -27/+27 |
|
|
| * | | | | | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 13 | -49/+71 |
| |/ / / / |
|
* | | | | | Merge topic 'update-libarchive' | Brad King | 2015-10-28 | 2 | -0/+7 |
|\ \ \ \ \ |
|
| * | | | | | cmSystemTools: Preemptively adapt to future libarchive 4.0 changes | Brad King | 2015-10-28 | 1 | -0/+3 |
|
|
| * | | | | | cmArchiveWrite: Preemptively adapt to future libarchive 4.0 changes | Brad King | 2015-10-28 | 1 | -0/+4 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-28 | 1 | -1/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-27 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge topic 'use-generator-target' | Brad King | 2015-10-26 | 69 | -1192/+1196 |
|\ \ \ \ |
|
| * | | | | VS: Port interface to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 7 | -38/+39 |
|
|
| * | | | | VS: Port WriteUtilityDepends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 6 | -9/+12 |
|
|
| * | | | | VS: Port utility depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 5 | -9/+10 |
|
|
| * | | | | VS: Port target depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 5 | -18/+18 |
|
|
| * | | | | VS: Port ProjectDepends to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 6 | -17/+18 |
|
|
| * | | | | VS: Port TargetIsFortranOnly to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 7 | -9/+7 |
|
|
| * | | | | VS: Port WriteProject to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 4 | -11/+12 |
|
|
| * | | | | VS: Port loop to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -6/+4 |
|
|
| * | | | | VS: Port ImplibDir to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 4 | -10/+9 |
|
|
| * | | | | VS: Port LinkClosure to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 2 | -12/+13 |
|
|
| * | | | | VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 6 | -10/+11 |
|
|
| * | | | | VS7: Port to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 3 | -124/+115 |
|
|
| * | | | | VS10: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 5 | -34/+37 |
|
|
| * | | | | VS6: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 4 | -184/+168 |
|
|
| * | | | | Graphviz: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -30/+29 |
|
|
| * | | | | C::B: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -9/+8 |
|
|
| * | | | | GHS: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 4 | -39/+41 |
|
|
| * | | | | Sublime: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -11/+7 |
|
|
| * | | | | Xcode: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 3 | -118/+109 |
|
|
| * | | | | Xcode: Prefer to get target state from cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -69/+68 |
|
|
| * | | | | Xcode: Re-order conditions. | Stephen Kelly | 2015-10-24 | 1 | -3/+3 |
|
|
| * | | | | Xcode: Port ForceLinkerLanguage to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -9/+9 |
|
|
| * | | | | Xcode: Port loops to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -29/+25 |
|
|
| * | | | | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 11 | -48/+48 |
|
|
| * | | | | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 8 | -60/+62 |
|
|