Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 49 | -116/+112 | |
| * | | | | | | | | | Ninja: Remove some incorrect comments adding no value. | Stephen Kelly | 2015-08-28 | 1 | -11/+0 | |
| * | | | | | | | | | cmCTestScriptHandler: Simplify deletes. | Stephen Kelly | 2015-08-28 | 1 | -26/+9 | |
| * | | | | | | | | | QtAutogen: Use a smart pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 | |
| * | | | | | | | | | cmGlobalGenerator: Remove MakeLocalGenerator method. | Stephen Kelly | 2015-08-28 | 14 | -27/+18 | |
| * | | | | | | | | | cmGlobalGenerator: Require a snapshot to create a local generator. | Stephen Kelly | 2015-08-28 | 12 | -20/+31 | |
| * | | | | | | | | | cmMakefile: Remove cmLocalGenerator member. | Stephen Kelly | 2015-08-28 | 3 | -9/+10 | |
| * | | | | | | | | | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 39 | -88/+49 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-31 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-30 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-29 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-28 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'use-generator-target' | Brad King | 2015-08-27 | 25 | -1371/+1527 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget. | Stephen Kelly | 2015-08-26 | 10 | -72/+88 | |
| * | | | | | | | | cmGeneratorTarget: Move GetLanguages from cmTarget. | Stephen Kelly | 2015-08-26 | 9 | -59/+71 | |
| * | | | | | | | | cmGeneratorTarget: Move ComputeLinkImplementationLanguages from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -18/+19 | |
| * | | | | | | | | cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget. | Stephen Kelly | 2015-08-26 | 5 | -18/+19 | |
| * | | | | | | | | cmGeneratorTarget: Move GetLinkImplementation from cmTarget. | Stephen Kelly | 2015-08-26 | 7 | -34/+34 | |
| * | | | | | | | | cmTarget: Add GetLinkImplMap method. | Stephen Kelly | 2015-08-26 | 2 | -4/+12 | |
| * | | | | | | | | cmLinkItem: Add cmOptionalLinkImplementation type. | Stephen Kelly | 2015-08-26 | 3 | -56/+49 | |
| * | | | | | | | | cmLinkItem: Add cmLinkImplementation type. | Stephen Kelly | 2015-08-26 | 7 | -14/+15 | |
| * | | | | | | | | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 14 | -182/+141 | |
| * | | | | | | | | cmGeneratorTarget: Move compile features processing from cmTarget. | Stephen Kelly | 2015-08-26 | 5 | -81/+94 | |
| * | | | | | | | | cmGeneratorTarget: Move compile options processing from cmTarget. | Stephen Kelly | 2015-08-26 | 6 | -88/+154 | |
| * | | | | | | | | cmGeneratorTarget: Move include directory processing from cmTarget. | Stephen Kelly | 2015-08-26 | 5 | -231/+292 | |
| * | | | | | | | | cmGeneratorTarget: Move link iface helpers from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -57/+57 | |
| * | | | | | | | | cmGeneratorTarget: Move GetImportLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -80/+78 | |
| * | | | | | | | | cmGeneratorTarget: Move ComputeLinkInterfaceLibraries from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -161/+161 | |
| * | | | | | | | | cmGeneratorTarget: Move GetLinkInterfaceLibraries from cmTarget. | Stephen Kelly | 2015-08-26 | 5 | -53/+59 | |
| * | | | | | | | | cmGeneratorTarget: Move ComputeLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -101/+102 | |
| * | | | | | | | | cmGeneratorTarget: Move GetLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 7 | -63/+69 | |
| * | | | | | | | | cmTarget: Add GetHeadToLinkInterfaceMap methods. | Stephen Kelly | 2015-08-26 | 2 | -8/+25 | |
| * | | | | | | | | cmTarget: Move cmHeadToLinkInterfaceMap out. | Stephen Kelly | 2015-08-26 | 2 | -6/+9 | |
| * | | | | | | | | cmGeneratorTarget: Move ComputeLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 2 | -61/+57 | |
| * | | | | | | | | cmTarget: Move link interface libraries struct out. | Stephen Kelly | 2015-08-26 | 9 | -67/+65 | |
* | | | | | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-08-27 | 9 | -34/+25 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmGlobalGenerator: Implement VS6 check without virtual method. | Stephen Kelly | 2015-08-25 | 2 | -3/+1 | |
| * | | | | | | | | | cmMakefile: Fix style. | Stephen Kelly | 2015-08-25 | 1 | -1/+2 | |
| * | | | | | | | | | cmTarget: Remove vestigal method declaration. | Stephen Kelly | 2015-08-25 | 1 | -2/+0 | |
| * | | | | | | | | | cmTarget: Fix indentation. | Stephen Kelly | 2015-08-25 | 1 | -6/+6 | |
| * | | | | | | | | | Reduce uses of cmMakefile::GetGlobalGenerator. | Stephen Kelly | 2015-08-25 | 3 | -3/+5 | |
| * | | | | | | | | | cmMakefile: Remove Internal class. | Stephen Kelly | 2015-08-25 | 2 | -17/+9 | |
| * | | | | | | | | | cmGeneratorTarget: Issue messages through the local generator. | Stephen Kelly | 2015-08-25 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'cmState-ProjectName' | Brad King | 2015-08-27 | 7 | -17/+34 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmGlobalGenerator: Implement FillProjectMap in terms of cmState. | Stephen Kelly | 2015-08-25 | 1 | -5/+6 | |
| * | | | | | | | | | cmState: Move ProjectName from cmMakefile. | Stephen Kelly | 2015-08-25 | 4 | -5/+18 | |
| * | | | | | | | | | cmMakefile: Use std::string in ProjectName API. | Stephen Kelly | 2015-08-25 | 4 | -6/+8 | |
| * | | | | | | | | | cmMakefile: Out-of-line GetProjectName. | Stephen Kelly | 2015-08-25 | 2 | -4/+5 | |
* | | | | | | | | | | Merge topic 'rm-cmLocalGenerator-Children' | Brad King | 2015-08-27 | 5 | -32/+34 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmLocalGenerator: Remove unused Children member. | Stephen Kelly | 2015-08-24 | 2 | -10/+0 | |