summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-1414-93/+100
|
* Merge topic 'wix-text-node'Brad King2015-10-146-19/+118
|\ | | | | | | | | 5a266095 CPackWIX: Handle text nodes in XML patch content
| * CPackWIX: Handle text nodes in XML patch contentNils Gladitz2015-10-126-19/+118
| |
* | Merge topic 'genex-generator-objects'Brad King2015-10-1442-197/+281
|\ \ | | | | | | | | | | | | | | | | | | | | | 2293d43d cmLocalGenerator: Store cmGeneratorTargets. 488723f5 cmMakefile: Store container of cmExportBuildFileGenerators. 15834405 cmGeneratorExpression: Port interface to cmGeneratorTarget. 11165525 cmGeneratorExpression: Port to cmLocalGenerator.
| * | cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-1421-60/+60
| | | | | | | | | | | | Relieve cmMakefile of this responsibility.
| * | cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-149-19/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | Set a cmLocalGenerator on each instance at compute time. That will soon be needed to access cmGeneratorTarget instances. If a cmExportBuildFileGenerator is processed early during configure time as a result of CMP0024 it must be removed from the list to process later at generate time.
| * | cmGeneratorExpression: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-1210-37/+45
| | |
| * | cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-1221-88/+100
| | |
* | | Merge topic 'use-generator-target'Brad King2015-10-1425-281/+281
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1fdccff5 Genex: Port implementation detail to cmGeneratorTarget. ce75c86e cmGeneratorTarget: Move GetSupportDirectory from cmTarget. 526cc7dc cmGeneratorTarget: Move HasImportLibrary from cmTarget. 8d2e3e53 cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget. a143d4ac Sublime: Port some API to cmGeneratorTarget. 993aace7 cmGeneratorTarget: Port processILibs to cmGeneratorTarget. 43ade995 cmGeneratorTarget: Port getTypedProperty to cmGeneratorTarget. 5fd2f43f cmGeneratorTarget: Port handleSystemIncludesDep to cmGeneratorTarget. f7acd742 cmGeneratorTarget: Port LinkImplClosure to cmGeneratorTarget. 763f7b19 cmCommonTargetGenerator: Port implementation detail to cmGeneratorTarget. ceb35b63 cmLinkItem: Port to cmGeneratorTarget. bf2d061a cmGeneratorTarget: Move FindTargetToLink from cmTarget. 61c02dec cmHeadToLinkInterfaceMap: Port to cmGeneratorTarget. 9ca4cae5 cmGeneratorTarget: Move GetUtilityItems from cmTarget. d6b394ed cmComputeLinkDepends: Port result API to cmGeneratorTarget. 7c8236ef cmComputeLinkInformation: Port result API to cmGeneratorTarget. ...
| * | Genex: Port implementation detail to cmGeneratorTarget.Stephen Kelly2015-10-121-9/+11
| | |
| * | cmGeneratorTarget: Move GetSupportDirectory from cmTarget.Stephen Kelly2015-10-1212-39/+38
| | |
| * | cmGeneratorTarget: Move HasImportLibrary from cmTarget.Stephen Kelly2015-10-125-6/+17
| | |
| * | cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.Stephen Kelly2015-10-129-36/+37
| | |
| * | Sublime: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-122-11/+9
| | |
| * | cmGeneratorTarget: Port processILibs to cmGeneratorTarget.Stephen Kelly2015-10-121-3/+3
| | |
| * | cmGeneratorTarget: Port getTypedProperty to cmGeneratorTarget.Stephen Kelly2015-10-121-5/+7
| | |
| * | cmGeneratorTarget: Port handleSystemIncludesDep to cmGeneratorTarget.Stephen Kelly2015-10-121-4/+5
| | |
| * | cmGeneratorTarget: Port LinkImplClosure to cmGeneratorTarget.Stephen Kelly2015-10-122-18/+18
| | |
| * | cmCommonTargetGenerator: Port implementation detail to cmGeneratorTarget.Stephen Kelly2015-10-121-2/+2
| | |
| * | cmLinkItem: Port to cmGeneratorTarget.Stephen Kelly2015-10-125-38/+25
| | |
| * | cmGeneratorTarget: Move FindTargetToLink from cmTarget.Stephen Kelly2015-10-126-41/+47
| | |
| * | cmHeadToLinkInterfaceMap: Port to cmGeneratorTarget.Stephen Kelly2015-10-122-4/+5
| | |
| * | cmGeneratorTarget: Move GetUtilityItems from cmTarget.Stephen Kelly2015-10-126-27/+26
| | |
| * | cmComputeLinkDepends: Port result API to cmGeneratorTarget.Stephen Kelly2015-10-123-10/+10
| | |
| * | cmComputeLinkInformation: Port result API to cmGeneratorTarget.Stephen Kelly2015-10-123-15/+11
| | |
| * | cmComputeLinkInformation: Port data interface to cmGeneratorTarget.Stephen Kelly2015-10-125-20/+19
| | |
| * | cmComputeLinkInformation: Port some implementation to cmGeneratorTarget.Stephen Kelly2015-10-122-15/+13
| |/
* | Merge topic 'refactor-state-initialization'Brad King2015-10-1417-88/+142
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2bf7de16 Subdirs: Initialize from parent before configuring. 0aa34de5 cmState: Initialize properties immediately. 20b95ef8 cmState: Initialize default definitions immediately. 841164cb cmState: Initialize current directories immediately. 2c219baf cmState: Initialize top level source directories immediately. 84e0776e cmMakefile: Set default internal definitions directly. 871ab98d cmMakefile: Set internal definitions directly.
| * | Subdirs: Initialize from parent before configuring.Stephen Kelly2015-10-135-0/+33
| | | | | | | | | | | | | | | | | | | | | Add new API for the subdirs command to cmState. This fixes a regression introduced in commit f716460e (cmMakefile: Move invokation to initialize snapshot., 2015-10-06).
| * | cmState: Initialize properties immediately.Stephen Kelly2015-10-132-2/+4
| | | | | | | | | | | | Don't leave this as cmMakefile responsibility.
| * | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-1315-56/+66
| | | | | | | | | | | | Don't leave this as cmMakefile responsibility.
| * | cmState: Initialize current directories immediately.Stephen Kelly2015-10-132-26/+10
| | | | | | | | | | | | Don't leave this as cmMakefile responsibility.
| * | cmState: Initialize top level source directories immediately.Stephen Kelly2015-10-134-4/+29
| | | | | | | | | | | | Don't leave this as cmMakefile responsibility.
| * | cmMakefile: Set default internal definitions directly.Stephen Kelly2015-10-131-15/+15
| | | | | | | | | | | | The usage tracking of cmMakefile::AddDefinition is not needed.
| * | cmMakefile: Set internal definitions directly.Stephen Kelly2015-10-131-6/+6
| | | | | | | | | | | | The usage tracking of cmMakefile::AddDefinition is not needed.
* | | CMake Nightly Date StampKitware Robot2015-10-141-1/+1
|/ /
* | Merge branch 'release'Brad King2015-10-130-0/+0
|\ \
| * \ Merge branch 'doc-INCLUDES-relnote' into releaseBrad King2015-10-131-0/+4
| |\ \
| * \ \ Merge branch 'xcode-adjust-deployment-to-host-version' into releaseBrad King2015-10-121-0/+4
| |\ \ \
| * \ \ \ Merge branch 'FindPostgreSQL-v9.5' into releaseBrad King2015-10-121-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'FindGit-Atlassian-SourceTree'Brad King2015-10-131-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 57f701a7 FindGit: Search in 'Atlassian SourceTree' user directory (#15758)
| * | | | | | FindGit: Search in 'Atlassian SourceTree' user directory (#15758)Kevin Wojniak2015-10-121-1/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'doc-INCLUDES-relnote'Brad King2015-10-131-0/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 609a8921 Help: Add release note about compile rule placeholder changes (#15787)
| * | | | | Help: Add release note about compile rule placeholder changes (#15787)Brad King2015-10-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change made by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables, 2015-07-13) affects an internal interface. Since it is commonly used by projects anyway, add a release note covering the change in placeholders.
* | | | | | Merge topic 'FindPostgreSQL-v9.5'Brad King2015-10-131-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | 5225e004 FindPostgreSQL: Search for version 9.5
| * | | | | FindPostgreSQL: Search for version 9.5Tamar Kranenburg2015-10-121-1/+1
| |/ / / /
* | | | | Merge topic 'xcode-adjust-deployment-to-host-version'Brad King2015-10-131-0/+4
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | 24aafbde Xcode: Adjust deployment target SDK version to host version
| * | | | Xcode: Adjust deployment target SDK version to host versionGregor Jasny2015-10-121-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the automatically selected SDK is newer than the host OS version and no deployment version has been set then adjust the deployment version to the host OS version. Otherwise the user won't be able to launch the executables on the build host. This is for example a problem on a MacOSX 10.10 host with Xcode 7 which only provides a MacOSX10.11 SDK.
* | | | CMake Nightly Date StampKitware Robot2015-10-131-1/+1
| |/ / |/| |
* | | Merge branch 'release'Brad King2015-10-120-0/+0
|\ \ \ | | |/ | |/|