summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget.Stephen Kelly2015-08-055-119/+122
| * | cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.Stephen Kelly2015-08-055-29/+33
| * | cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-058-70/+73
| * | cmExportInstallFileGenerator: Simplify local generator access.Stephen Kelly2015-08-041-1/+1
| * | cmGlobalNinjaGenerator: Simplify usage of API.Stephen Kelly2015-08-041-3/+1
* | | Merge topic 'cmState-policies'Brad King2015-08-065-127/+208
|\ \ \
| * | | cmState: Move PolicyState from cmMakefile.Stephen Kelly2015-08-024-97/+135
| * | | cmState: Record the end position of each directory.Stephen Kelly2015-08-021-2/+14
| * | | cmLinkedTree: Add Clear API.Stephen Kelly2015-08-021-0/+6
| * | | cmState: Add Type for policy scope.Stephen Kelly2015-08-023-3/+34
| * | | cmState: Remove call stack parent tracking.Stephen Kelly2015-08-011-11/+1
| * | | cmMakefile: Move policy barriers inside cmState scopes.Stephen Kelly2015-08-011-22/+21
| * | | cmMakefile: Re-order policy entries and barriers.Stephen Kelly2015-08-011-12/+11
| * | | cmState: Add Snapshot Type accessor.Stephen Kelly2015-08-012-0/+6
* | | | Merge topic 'refactor-evaluation-files'Brad King2015-08-0610-103/+129
|\ \ \ \
| * | | | cmGeneratorExpressionEvaluationFile: Require generator context.Stephen Kelly2015-08-014-29/+32
| * | | | cmMakefile: Store EvaluationFiles.Stephen Kelly2015-08-018-77/+100
* | | | | Merge topic 'fix-missing-subdir-error'Brad King2015-08-061-2/+2
|\ \ \ \ \
| * | | | | add_subdirectory: Fix error message on missing CMakeLists.txt (#15680)Brad King2015-08-041-2/+2
* | | | | | CMake Nightly Date StampKitware Robot2015-08-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'xcode-improve-quoting'Brad King2015-08-051-1/+5
|\ \ \ \ \
| * | | | | Xcode: Invert quoting logic to whitelist of charactersGregor Jasny2015-08-051-1/+5
* | | | | | CMake Nightly Date StampKitware Robot2015-08-051-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'update-kwsys'Brad King2015-08-043-6/+48
|\ \ \ \ \
| * | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-08-033-6/+48
* | | | | | Merge topic 'cmake-W-options'Brad King2015-08-042-6/+6
|\ \ \ \ \ \
| * | | | | | cmake: Do not treat developer warnings as errors by default in scriptsBrad King2015-08-032-6/+6
* | | | | | | CMake Nightly Date StampKitware Robot2015-08-041-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'if-test'Brad King2015-08-033-1/+29
|\ \ \ \ \ \
| * | | | | | if: Add "TEST <test>" conditionMatt McCormick2015-08-033-1/+29
* | | | | | | Merge topic 'fix-windows-version-detection'Brad King2015-08-031-10/+46
|\ \ \ \ \ \ \
| * | | | | | | Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8.1 (#15674)Brad King2015-07-311-10/+46
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'fix-xcode-quoting'Brad King2015-08-031-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Xcode: Quote strings containing a tilde (#15672)Gregor Jasny2015-07-311-1/+1
| |/ / / / /
* | | | | | Merge topic 'update-kwsys'Brad King2015-08-036-200/+1038
|\ \ \ \ \ \
| * | | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-07-316-200/+1038
* | | | | | | CMake Nightly Date StampKitware Robot2015-08-031-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2015-08-021-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2015-08-011-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'cmake-W-options'Brad King2015-07-313-39/+236
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cmake: Add -W options to control deprecation warnings and errorsMichael Scott2015-07-293-39/+236
* | | | | Merge topic 'refactor-install'Brad King2015-07-3124-124/+215
|\ \ \ \ \
| * | | | | cmInstallTargetGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-07-303-38/+50
| * | | | | cmInstallCommand: Store only a targetName, not a cmTarget.Stephen Kelly2015-07-304-11/+28
| * | | | | cmInstallGenerator: Add a Compute() virtual hook.Stephen Kelly2015-07-302-0/+14
| * | | | | cmInstallCommand: Move the SetHaveInstallRule invocation.Stephen Kelly2015-07-302-1/+6
| * | | | | cmScriptGenerator: Remove unused method.Stephen Kelly2015-07-301-3/+0
| * | | | | cmGlobalGenerator: Move QtAutogen handling to Compute().Stephen Kelly2015-07-301-5/+7
| * | | | | cmGlobalGenerator: Virtualize the Compute step and override it.Stephen Kelly2015-07-309-13/+42
| * | | | | cmGlobalGenerator: Move generation object creation to Compute().Stephen Kelly2015-07-304-3/+12