summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * cmTarget: Add Compute API for sources.Stephen Kelly2015-10-077-0/+13
| * cmTarget: Add API for generate-time source addition.Stephen Kelly2015-10-073-1/+7
| * cmGeneratorTarget: Add methods for generate-time source addition.Stephen Kelly2015-10-077-13/+35
| * Access sources through cmGeneratorTarget.Stephen Kelly2015-10-0712-16/+27
| * GHS: Port API to cmGeneratorTarget.Stephen Kelly2015-10-073-9/+12
| * Xcode: Port away from unnecessary CMP0049 compatibility.Stephen Kelly2015-10-061-2/+2
| * cmTarget: Join strings conditionally.Stephen Kelly2015-10-061-2/+2
| * cmGeneratorTarget: Rename internal member.Stephen Kelly2015-10-062-4/+4
| * cmFLTKWrapUI: Remove CMake 2.2 compat code.Stephen Kelly2015-10-061-39/+0
* | Merge topic 'refactor-current-dir-initialization'Brad King2015-10-0810-62/+59
|\ \
| * | cmState: Internalize the initialization of a snapshot from its parent.Stephen Kelly2015-10-073-4/+5
| * | Remove now-unused directory setters.Stephen Kelly2015-10-072-17/+0
| * | Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-077-44/+56
| * | cmMakefile: Move invokation to initialize snapshot.Stephen Kelly2015-10-061-2/+3
| |/
* | Merge topic 'cpack-nsis-bitmap'Brad King2015-10-081-0/+22
|\ \
| * | CPackNSIS: Add options to set the bitmap for NSIS installer left sideColin Tracey2015-10-061-0/+22
* | | Merge topic 'update-kwsys'Brad King2015-10-082-2/+3
|\ \ \
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-10-062-2/+3
* | | | CMake Nightly Date StampKitware Robot2015-10-081-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-10-071-1/+1
| |_|/ |/| |
* | | Merge topic 'cmGeneratorTarget-exports'Brad King2015-10-062-8/+14
|\ \ \
| * | | cmExportTryCompileFileGenerator: Evaluate genex with cmGeneratorTarget.Stephen Kelly2015-10-051-2/+6
| * | | cmExportFileGenerator: Evaluate genex with cmGeneratorTarget.Stephen Kelly2015-10-051-6/+8
| |/ /
* | | Merge topic 'clean-up-cmLocalGenerator'Brad King2015-10-0631-57/+9
|\ \ \