summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | cmGeneratorTarget: Issue messages through the local generator.Stephen Kelly2015-10-081-6/+7
* | | Merge topic 'refactor-cache-manager'Brad King2015-10-129-181/+228
|\ \ \
| * | | cmState: Port away from cmake instance.Stephen Kelly2015-10-103-29/+28
| * | | cmState: Move ParseCacheEntry from cmCacheManager.Stephen Kelly2015-10-105-93/+93
| * | | cmState: Add API for cache version.Stephen Kelly2015-10-104-10/+21
| * | | cmState: Externalize logic to caller.Stephen Kelly2015-10-102-1/+1
| * | | cmState: Make AddCacheEntry method private.Stephen Kelly2015-10-101-2/+4
| * | | cmCacheManager: Port away from cmake instance.Stephen Kelly2015-10-104-8/+24
| * | | cmState: Add cache file manipulation wrappers.Stephen Kelly2015-10-103-3/+29
| * | | Inline unary LoadCache.Stephen Kelly2015-10-103-8/+2
| * | | cmCacheManager: Remove cmMakefile dependency.Stephen Kelly2015-10-102-3/+1
| * | | Always cache entries through the cmake instance.Stephen Kelly2015-10-102-3/+4
| * | | cmake: Port away from trivial cmCacheManager use.Stephen Kelly2015-10-101-17/+17
| * | | cmake: Use existing cache API wrapper.Stephen Kelly2015-10-101-14/+14
* | | | Merge topic 'add-cmLocalGenerator-API'Brad King2015-10-1237-244/+277
|\ \ \ \
| * | | | Remove some needless GetMakefile() calls.Stephen Kelly2015-10-103-3/+3
| * | | | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-1010-14/+20
| * | | | cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-1018-77/+80
| * | | | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-0823-82/+94
| * | | | Eclipse: Port API to cmLocalGenerator.Stephen Kelly2015-10-082-7/+10
| * | | | Kate: Remove unused variables.Stephen Kelly2015-10-081-3/+0
| * | | | Kate: Port API to cmLocalGenerator.Stephen Kelly2015-10-082-10/+17
| * | | | export: Port internal method to cmGeneratorTarget.Stephen Kelly2015-10-081-12/+14
| * | | | cmMakefile: Remove unused GetProjectName calls.Stephen Kelly2015-10-082-10/+0
| * | | | cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-0813-30/+36
| * | | | cmCPluginAPI: Inline code to get project name.Stephen Kelly2015-10-081-1/+1
| * | | | cmMakefile: Inline initialization of project name.Stephen Kelly2015-10-081-1/+1
| | |/ / | |/| |
| * | | cmLocalGenerator: Add cmake instance accessor.Stephen Kelly2015-10-082-0/+7
* | | | Merge topic 'minor-cleanups'Brad King2015-10-129-31/+24
|\ \ \ \
| * | | | cmComputeLinkDepends: Remove unused typedef.Stephen Kelly2015-10-081-2/+0
| * | | | cmGeneratorTarget: Use local GetProperty method.Stephen Kelly2015-10-085-23/+23
| * | | | cmMakefile: Remove unneeded container clears.Stephen Kelly2015-10-081-3/+0
| * | | | C::B: Remove unused variables.Stephen Kelly2015-10-081-2/+0
| * | | | cmLocalGenerator: Devirtualize method.Stephen Kelly2015-10-081-1/+1
| |/ / /
* | | | Merge topic 'osx-file-times-ns-precision'Brad King2015-10-122-0/+36
|\ \ \ \
| * | | | cmFileTimeComparison: Port to OS X nanosecond times (#15769)Brad King2015-10-082-0/+36
* | | | | Merge topic 'update-kwsys'Brad King2015-10-126-20/+63
|\ \ \ \ \ | |/ / / /
| * | | | cmFileTimeComparison: Update for lack of cmsys_STAT_HAS_ST_MTIMBrad King2015-10-082-2/+14
| * | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-10-084-18/+49
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2015-10-121-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-10-111-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2015-10-101-1/+1
* | | CMake Nightly Date StampKitware Robot2015-10-091-1/+1
|/ /
* | Merge topic 'cmGeneratorTarget-sources'Brad King2015-10-0822-459/+401
|\ \
| * | cmTarget: Remove Compute method.Stephen Kelly2015-10-077-13/+0
| * | cmGeneratorTarget: Move computed sources from cmTarget.Stephen Kelly2015-10-074-313/+249
| * | cmGeneratorTarget: Inline GetSourceFiles from cmTarget.Stephen Kelly2015-10-073-49/+49
| * | cmGeneratorTarget: Move AddInterfaceEntries method.Stephen Kelly2015-10-071-28/+27
| * | cmTarget: Remove a conditional for generate-time source addition.Stephen Kelly2015-10-071-13/+6
| * | cmTarget: Split storage of sources from genexes.Stephen Kelly2015-10-071-39/+50