summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'extract-cmOutputConverter'Brad King2015-06-0824-568/+636
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 59e21ffa Port static calls from cmLocalGenerator to cmOutputConverter. 242dcc2c cmListFileBacktrace: Replace local generator with cmState::Snapshot. 1cff330b cmTarget: Port to cmOutputConverter. 2f1bd62b cmCustomCommandGenerator: Port to cmOutputConverter. 0f2a1324 cmCommandArgumentParserHelper: Port to cmOutputConverter. 4d8b79ad cmComputeLinkInformation: Port to cmOutputConverter. 8680520f cmMakefile: Make the cmState::Snapshot accessible. 6d7abb63 cmOutputConverter: Extract from cmLocalGenerator. a8244157 cmState::Snapshot: Provide accessor for the cmState. 1f4ef396 cmLocalGenerator: Remove some commented lines of code.
| * Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-067-40/+40
| |
| * cmListFileBacktrace: Replace local generator with cmState::Snapshot.Stephen Kelly2015-06-063-10/+10
| | | | | | | | Construct cmOutputConverter only when needed.
| * cmTarget: Port to cmOutputConverter.Stephen Kelly2015-06-061-3/+3
| |
| * cmCustomCommandGenerator: Port to cmOutputConverter.Stephen Kelly2015-06-062-5/+4
| |
| * cmCommandArgumentParserHelper: Port to cmOutputConverter.Stephen Kelly2015-06-061-3/+4
| |
| * cmComputeLinkInformation: Port to cmOutputConverter.Stephen Kelly2015-06-062-5/+3
| |
| * cmMakefile: Make the cmState::Snapshot accessible.Stephen Kelly2015-06-062-0/+7
| |
| * cmOutputConverter: Extract from cmLocalGenerator.Stephen Kelly2015-06-065-497/+558
| | | | | | | | | | | | | | | | | | | | | | The Convert methods never belonged to the local generator concept, so split them out now. The cmOutputConverter is cheap to construct and destroy, so it can be instantiated where needed to perform conversions. This will allow further decoupling of cmLocalGenerator from the configure step. Inherit cmLocalGenerator from cmOutputConverter for the purpose of source compatibility.
| * cmState::Snapshot: Provide accessor for the cmState.Stephen Kelly2015-06-042-0/+7
| |
| * cmLocalGenerator: Remove some commented lines of code.Stephen Kelly2015-06-041-5/+0
| | | | | | | | They've been commented out for a decade, which seems long enough.
* | Merge topic 'extract-cmLinkedTree'Brad King2015-06-084-88/+250
|\ \ | | | | | | | | | | | | | | | | | | 4e5c70ab cmState: Extract a cmLinkedTree container adaptor. 7b9c7586 cmState: Group BuildsystemDirectory state together in a struct. 1b323949 cmState: Extend Snapshot concept with a SnapshotType.
| * | cmState: Extract a cmLinkedTree container adaptor.Stephen Kelly2015-06-044-75/+211
| | | | | | | | | | | | | | | | | | | | | | | | This will be used to contain most of the content of the cmState in several different trees. Refer to the BuildsystemDirectory state from the SnapshotData state. Currently these trees have the same structure, but that will change when we have more snapshot types.
| * | cmState: Group BuildsystemDirectory state together in a struct.Stephen Kelly2015-06-042-74/+81
| | | | | | | | | | | | It needs to be snapshotted independently of other state.
| * | cmState: Extend Snapshot concept with a SnapshotType.Stephen Kelly2015-06-042-8/+27
| |/ | | | | | | Store it together with the Parent position.
* | Merge topic 'vs-deterministic-guid'Brad King2015-06-081-8/+10
|\ \ | | | | | | | | | | | | cdf2cba3 VS: Use cmUuid RFC 4122 compliant hash based UUID generation
| * | VS: Use cmUuid RFC 4122 compliant hash based UUID generationNils Gladitz2015-06-051-8/+10
| | |
* | | CMake Nightly Date StampKitware Robot2015-06-081-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2015-06-071-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2015-06-061-1/+1
| | |
* | | Merge topic 'update-kwsys'Brad King2015-06-055-0/+125
|\ \ \ | | | | | | | | | | | | | | | | | | | | bccbe281 Merge branch 'upstream-kwsys' into update-kwsys 6cafd8ed KWSys 2015-06-03 (8533a79b)
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-06-045-0/+125
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2015-06-051-1/+1
|/ /
* | Merge topic 'cmMakefile-Configure'Brad King2015-06-0413-153/+115
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7657e8b1 cmMakefile: Introduce a local cmMakefile variable. 4e8f242d cmMakefile: Store unconfigured cmMakefiles. d65e0123 cmMakefile: Implement ConfigureSubDirectory in terms of cmMakefile. f059ed16 cmMakefile: Move Configure responsibility from cmLocalGenerator. a653611d cmake: Replace CurrentLocalGenerator concept with CurrentMakefile. 69a038a9 cmMakefile: Refactor directories specified with the subdirs command. 08637970 cmLocalGenerator: ComputeObjectMaxPath just before generating. 27e11c6f Merge Configure state with GeneratingBuildSystem state. 363caa2f cmLocalGenerator: De-virtualize Configure().
| * | cmMakefile: Introduce a local cmMakefile variable.Stephen Kelly2015-06-041-5/+7
| | |
| * | cmMakefile: Store unconfigured cmMakefiles.Stephen Kelly2015-06-042-5/+5
| | | | | | | | | | | | Not cmLocalGenerators.
| * | cmMakefile: Implement ConfigureSubDirectory in terms of cmMakefile.Stephen Kelly2015-06-042-8/+8
| | |
| * | cmMakefile: Move Configure responsibility from cmLocalGenerator.Stephen Kelly2015-06-045-83/+62
| | | | | | | | | | | | The generator should only have a function at generate time.
| * | cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-045-23/+21
| | |
| * | cmMakefile: Refactor directories specified with the subdirs command.Stephen Kelly2015-06-043-7/+24
| | | | | | | | | | | | Store the directories on the cmMakefile as explicitly not-configured-yet.
| * | cmLocalGenerator: ComputeObjectMaxPath just before generating.Stephen Kelly2015-06-043-3/+2
| | |
| * | Merge Configure state with GeneratingBuildSystem state.Stephen Kelly2015-06-046-24/+14
| | |
| * | cmLocalGenerator: De-virtualize Configure().Stephen Kelly2015-06-045-34/+11
| | | | | | | | | | | | | | | The generators that override it do so in order to populate data members which can instead be populated in Generate().
* | | Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS'Brad King2015-06-0410-172/+89
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | 6e570f85 cmLocalGenerator: Remove 'optional' parameter from Convert. 3d8c6cd9 cmLocalGenerator: Remove obsolete method. e44e6bcc Port away from obsolete method. 1335992c Remove CMAKE_USE_RELATIVE_PATHS variable.
| * | cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-048-66/+47
| | | | | | | | | | | | Port callers away from it.
| * | cmLocalGenerator: Remove obsolete method.Stephen Kelly2015-06-032-15/+0
| | |
| * | Port away from obsolete method.Stephen Kelly2015-06-032-40/+38
| | |
| * | Remove CMAKE_USE_RELATIVE_PATHS variable.Stephen Kelly2015-06-035-53/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test for this variable was removed in commit v2.8.8~330^2~7 (complex: Remove ancient unused ComplexRelativePaths test, 2011-12-23). Commit v3.1.0-rc1~425^2~2 (backtrace: Convert to local paths in IssueMessage, 2014-03-12) appears to have accidentally made some backtraces print relative paths with the variable because conversions which used to be done at configure time, before the variable had an effect are now potentially done at generate time. The documentation of the variable says not to use it, and the docs are wrong in that the variable actually applies in per-directory scope. The read of the variable makes it harder to split conversion methods from cmLocalGenerator where they don't belong. Remove it now.
* | | Merge topic 'rename-cmState-API'Brad King2015-06-045-14/+27
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cf1233a0 cmState: Rename GetParent method. 942df88b cmState: Rename CreateSnapshot method. da28f115 cmState: Add CreateBaseSnapshot method.
| * | | cmState: Rename GetParent method.Stephen Kelly2015-06-024-6/+7
| | | | | | | | | | | | | | | | Leave the namespace open for other Parent types.
| * | | cmState: Rename CreateSnapshot method.Stephen Kelly2015-06-023-3/+4
| | | | | | | | | | | | | | | | Leave the namespace open for other snapshot types.
| * | | cmState: Add CreateBaseSnapshot method.Stephen Kelly2015-06-023-5/+16
| |/ /
* | | Merge topic 'minor-cleanups'Brad King2015-06-0415-75/+59
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eb7b6f6d cmVariableWatchCommand: Simplify error reporting. 499ebb65 cmListFileBacktrace: Internalize the step of making paths relative. 80b433b0 cmGlobalGenerator: Don't use else after a return. 52919ac8 cmMakefile: Make cmListFileBacktrace default constructible. b68f2ea8 cmMakefile: Add API for elseif to create backtrace. 17e13f0a cmMakefile: Simplify CMP0000 handling.
| * | | cmVariableWatchCommand: Simplify error reporting.Stephen Kelly2015-06-021-4/+1
| | | |
| * | | cmListFileBacktrace: Internalize the step of making paths relative.Stephen Kelly2015-06-023-23/+8
| | | | | | | | | | | | | | | | | | | | | | | | Currently cmMakefile calls MakeRelative on a copy of the backtrace, emits the copy to the stream once, then discards the copy. There is no need to have API for the path conversion.
| * | | cmGlobalGenerator: Don't use else after a return.Stephen Kelly2015-06-021-24/+19
| | | |
| * | | cmMakefile: Make cmListFileBacktrace default constructible.Stephen Kelly2015-06-028-10/+10
| | | |
| * | | cmMakefile: Add API for elseif to create backtrace.Stephen Kelly2015-06-023-5/+17
| | | |
| * | | cmMakefile: Simplify CMP0000 handling.Stephen Kelly2015-06-021-9/+4
| |/ /
* | | Merge topic 'ctest-merge-test-output'Brad King2015-06-043-22/+7
|\ \ \ | | | | | | | | | | | | | | | | 721b7e3e CTest: Capture test stdout/stderr through one pipe (#15600)