Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | cmGeneratorTarget: Port processILibs away from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -3/+3 | |
| * | | | | | | | | cmComputeLinkDepends: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-10 | 4 | -39/+31 | |
| * | | | | | | | | cmGeneratorTarget: Move IsImportedSharedLibWithoutSOName from cmTarget. | Stephen Kelly | 2015-10-10 | 5 | -19/+19 | |
| * | | | | | | | | cmGeneratorTarget: Move GetOutputTargetType from cmTarget. | Stephen Kelly | 2015-10-10 | 4 | -61/+61 | |
| * | | | | | | | | cmGeneratorTarget: Move HasMacOSXRpathInstallNameDir from cmTarget. | Stephen Kelly | 2015-10-10 | 6 | -124/+128 | |
| * | | | | | | | | cmGeneratorTarget: Move HaveInstallTreeRPATH from cmTarget. | Stephen Kelly | 2015-10-08 | 5 | -12/+12 | |
| * | | | | | | | | cmGeneratorTarget: Move ComputePDBOutputDir from cmTarget. | Stephen Kelly | 2015-10-08 | 4 | -67/+66 | |
| * | | | | | | | | cmGeneratorTarget: Move IsNullImpliedByLinkLibraries from cmTarget. | Stephen Kelly | 2015-10-08 | 4 | -12/+13 | |
| * | | | | | | | | cmGeneratorTarget: Move output info from cmTarget. | Stephen Kelly | 2015-10-08 | 4 | -176/+175 | |
| * | | | | | | | | cmGeneratorTarget: Move UsesDefaultOutputDir from cmTarget. | Stephen Kelly | 2015-10-08 | 5 | -13/+13 | |
| * | | | | | | | | cmGeneratorTarget: Move GetPDBDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 11 | -26/+30 | |
| * | | | | | | | | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 15 | -68/+76 | |
| * | | | | | | | | cmTarget: Make OutputInfo definition public. | Stephen Kelly | 2015-10-08 | 2 | -11/+9 | |
| * | | | | | | | | cmGeneratorTarget: Move link implementation from cmTarget. | Stephen Kelly | 2015-10-08 | 6 | -212/+200 | |
| * | | | | | | | | cmTarget: Split storage of link implementation from backtraces. | Stephen Kelly | 2015-10-08 | 2 | -30/+15 | |
| * | | | | | | | | cmGeneratorTarget: Issue messages through the local generator. | Stephen Kelly | 2015-10-08 | 1 | -6/+7 | |
* | | | | | | | | | Merge topic 'refactor-cache-manager' | Brad King | 2015-10-12 | 9 | -181/+228 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmState: Port away from cmake instance. | Stephen Kelly | 2015-10-10 | 3 | -29/+28 | |
| * | | | | | | | | | cmState: Move ParseCacheEntry from cmCacheManager. | Stephen Kelly | 2015-10-10 | 5 | -93/+93 | |
| * | | | | | | | | | cmState: Add API for cache version. | Stephen Kelly | 2015-10-10 | 4 | -10/+21 | |
| * | | | | | | | | | cmState: Externalize logic to caller. | Stephen Kelly | 2015-10-10 | 2 | -1/+1 | |
| * | | | | | | | | | cmState: Make AddCacheEntry method private. | Stephen Kelly | 2015-10-10 | 1 | -2/+4 | |
| * | | | | | | | | | cmCacheManager: Port away from cmake instance. | Stephen Kelly | 2015-10-10 | 4 | -8/+24 | |
| * | | | | | | | | | cmState: Add cache file manipulation wrappers. | Stephen Kelly | 2015-10-10 | 3 | -3/+29 | |
| * | | | | | | | | | Inline unary LoadCache. | Stephen Kelly | 2015-10-10 | 3 | -8/+2 | |
| * | | | | | | | | | cmCacheManager: Remove cmMakefile dependency. | Stephen Kelly | 2015-10-10 | 2 | -3/+1 | |
| * | | | | | | | | | Always cache entries through the cmake instance. | Stephen Kelly | 2015-10-10 | 2 | -3/+4 | |
| * | | | | | | | | | cmake: Port away from trivial cmCacheManager use. | Stephen Kelly | 2015-10-10 | 1 | -17/+17 | |
| * | | | | | | | | | cmake: Use existing cache API wrapper. | Stephen Kelly | 2015-10-10 | 1 | -14/+14 | |
* | | | | | | | | | | Merge topic 'add-cmLocalGenerator-API' | Brad King | 2015-10-12 | 37 | -244/+277 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove some needless GetMakefile() calls. | Stephen Kelly | 2015-10-10 | 3 | -3/+3 | |
| * | | | | | | | | | | cmLocalGenerator: Add current source directory accessor. | Stephen Kelly | 2015-10-10 | 10 | -14/+20 | |
| * | | | | | | | | | | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 18 | -77/+80 | |
| * | | | | | | | | | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 23 | -82/+94 | |
| * | | | | | | | | | | Eclipse: Port API to cmLocalGenerator. | Stephen Kelly | 2015-10-08 | 2 | -7/+10 | |
| * | | | | | | | | | | Kate: Remove unused variables. | Stephen Kelly | 2015-10-08 | 1 | -3/+0 | |
| * | | | | | | | | | | Kate: Port API to cmLocalGenerator. | Stephen Kelly | 2015-10-08 | 2 | -10/+17 | |
| * | | | | | | | | | | export: Port internal method to cmGeneratorTarget. | Stephen Kelly | 2015-10-08 | 1 | -12/+14 | |
| * | | | | | | | | | | cmMakefile: Remove unused GetProjectName calls. | Stephen Kelly | 2015-10-08 | 2 | -10/+0 | |
| * | | | | | | | | | | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 13 | -30/+36 | |
| * | | | | | | | | | | cmCPluginAPI: Inline code to get project name. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 | |
| * | | | | | | | | | | cmMakefile: Inline initialization of project name. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | cmLocalGenerator: Add cmake instance accessor. | Stephen Kelly | 2015-10-08 | 2 | -0/+7 | |
* | | | | | | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-10-12 | 9 | -31/+24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmComputeLinkDepends: Remove unused typedef. | Stephen Kelly | 2015-10-08 | 1 | -2/+0 | |
| * | | | | | | | | | | cmGeneratorTarget: Use local GetProperty method. | Stephen Kelly | 2015-10-08 | 5 | -23/+23 | |
| * | | | | | | | | | | cmMakefile: Remove unneeded container clears. | Stephen Kelly | 2015-10-08 | 1 | -3/+0 | |
| * | | | | | | | | | | C::B: Remove unused variables. | Stephen Kelly | 2015-10-08 | 1 | -2/+0 | |
| * | | | | | | | | | | cmLocalGenerator: Devirtualize method. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'emacs-mode-unscreamify-more' | Brad King | 2015-10-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ |