summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Xcode: Use allBuild target return value.Stephen Kelly2015-07-291-2/+1
| * | | | | cmMakefile: Simplify generate-time cmGeneratorTarget creation.Stephen Kelly2015-07-292-1/+1
| * | | | | cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute().Stephen Kelly2015-07-291-2/+2
| * | | | | cmGlobalGenerator: Return from Compute whether to generate.Stephen Kelly2015-07-293-7/+11
| * | | | | cmGlobalGenerator: Create a new Compute step before generation.Stephen Kelly2015-07-293-7/+5
| * | | | | cmGlobalGenerator: Remove the TargetManifest member.Stephen Kelly2015-07-293-15/+7
| * | | | | cmGlobalGenerator: Remove unused manifest accessor.Stephen Kelly2015-07-291-5/+0
| * | | | | VisualStudio: Skip global targets when processing.Stephen Kelly2015-07-293-1/+10
| * | | | | Xcode: Skip Global targets when processing.Stephen Kelly2015-07-291-0/+5
| * | | | | cmMakefile: Move method out of line.Stephen Kelly2015-07-292-4/+6
| * | | | | cmMakefile: Return target from all AddUtilityCommand signaturesBrad King2015-07-292-19/+21
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2015-07-311-1/+1
* | | | | Merge topic 'refactor-fortran-module-directory'Brad King2015-07-306-63/+70
|\ \ \ \ \
| * | | | | cmCommonTargetGenerator: Factor out Fortran module directory computationBrad King2015-07-292-24/+32
| * | | | | cmCommonTargetGenerator: Store working directory for relative pathsBrad King2015-07-294-6/+12
| * | | | | cmCommonTargetGenerator: Return string from GetFortranModuleDirectoryBrad King2015-07-293-25/+20
| * | | | | cmDependsFortran: Use string to store module directoryBrad King2015-07-292-9/+7
* | | | | | Merge topic 'cmCommonTargetGenerator-GetLinkedTargetDirectories'Brad King2015-07-303-26/+40
|\ \ \ \ \ \ | |/ / / / /
| * | | | | cmCommonTargetGenerator: Adopt linked target directory computationBrad King2015-07-283-26/+40
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2015-07-301-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'minor-cleanups'Brad King2015-07-293-5/+2
|\ \ \ \
| * | | | cmMakefileTargetGenerator: Remove unused variable.Stephen Kelly2015-07-281-1/+0
| * | | | cmGeneratorExpressionNode: Remove unused variable.Stephen Kelly2015-07-281-2/+0
| * | | | Fix include guard.Stephen Kelly2015-07-281-2/+2
| |/ / /
* | | | Merge topic 'ninja-implib-byproduct'Brad King2015-07-291-2/+3
|\ \ \ \
| * | | | Ninja: Make import libraries BYPRODUCTs instead of regular OUTPUTsNils Gladitz2015-07-281-2/+3
* | | | | CMake Nightly Date StampKitware Robot2015-07-291-1/+1
| |/ / / |/| | |
* | | | Merge topic 'use-generator-target'Brad King2015-07-2842-560/+478
|\ \ \ \