summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|\ \ \ \
| * | | | Port some of the cmExportFileGenerator API to cmGeneratorTarget.Stephen Kelly2015-07-274-23/+32
| * | | | Port cmExportBuildFileGenerator to cmGeneratorTarget.Stephen Kelly2015-07-272-24/+26
| * | | | cmExportTryCompileFileGenerator: Create cmGeneratorTargets.Stephen Kelly2015-07-276-17/+36
| * | | | Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-2712-128/+143
| * | | | Move GetLocationForBuild to cmGeneratorTarget.Stephen Kelly2015-07-274-41/+46
| * | | | Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-278-25/+31
| * | | | Always access target location from a cmGeneratorTarget instance.Stephen Kelly2015-07-274-11/+15
| * | | | cmTarget: Restore the ImportedGetLocation method.Stephen Kelly2015-07-273-6/+20
| * | | | cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path.Stephen Kelly2015-07-271-0/+1
| * | | | cmTarget: Create cmGeneratorTargets before reading deprecated LOCATION.Stephen Kelly2015-07-271-2/+8
| * | | | cmTarget: Inline GetLocation into deprecated callers.Stephen Kelly2015-07-271-7/+36
| * | | | cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.Stephen Kelly2015-07-275-4/+21
| * | | | cmGlobalGenerator: Create cmGeneratorTargets earlier.Stephen Kelly2015-07-271-1/+1
| * | | | cmTarget: Use reliable test for CMP0024 and CMP0026 OLD.Stephen Kelly2015-07-271-2/+2
| * | | | cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method.Stephen Kelly2015-07-272-84/+0
| * | | | cmLocalGenerator: Remove unused AddBuildTargetRule method.Stephen Kelly2015-07-272-105/+0
| * | | | cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.Stephen Kelly2015-07-275-66/+0
| * | | | cmGlobalGenerator: Add global targets at the end of Configure.Stephen Kelly2015-07-271-12/+27
| * | | | cmGlobalGenerator: Extract method to create generator objects.Stephen Kelly2015-07-272-2/+10
| * | | | cmGlobalGenerator: Split creation of generator object from initialization.Stephen Kelly2015-07-272-1/+15
| * | | | cmCPackPropertiesGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-273-8/+13
| * | | | cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-2713-32/+36