summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | 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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'cpack-wix-typos' into releaseBrad King2015-10-121-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'emacs-mode-fix-accidental-indentation' into releaseBrad King2015-10-121-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-clarify-shared-lib' into releaseBrad King2015-10-122-1/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'revert-compiler-features-solaris' into releaseBrad King2015-10-123-22/+15
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'ctest-submit-content-type' into releaseBrad King2015-10-122-0/+14
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge topic 'ctest-submit-content-type'Brad King2015-10-122-0/+14
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | 2a6e0b61 CTest: Set Content-Type header for http file upload (#15774)
| * | | | | | | | CTest: Set Content-Type header for http file upload (#15774)Derek Bruening2015-10-122-0/+14
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sets the Content-Type header for http file uploads to avoid running afoul of ModSecurity rules on the server.
* | | | | | | | Merge topic 'use-generator-target'Brad King2015-10-1225-884/+870
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1c1c2a12 cmGeneratorTarget: Port ExpandLinkItems away from cmTarget. c66084f5 cmGeneratorTarget: Port GetImportLinkInterface away from cmTarget. 83c29e39 cmGeneratorTarget: Port ComputeLinkImplementationLibraries away from cmTarget. 19882554 cmGeneratorTarget: Port handleSystemIncludesDep away from cmTarget. c1f687b1 cmGeneratorTarget: Port GetLinkImplementationLibrariesInternal. a6e1f05c cmGeneratorTarget: Port ComputeLinkInterface away from cmTarget. 654002fe cmGeneratorTarget: Port ComputeLinkInterfaceLibraries away from cmTarget. 922c8901 cmGeneratorTarget: Port GetLinkInterface away from cmTarget. eaa5b9cb cmGeneratorTarget: Port cmTargetCollectLinkLanguages away from cmTarget. f539da12 cmGeneratorTarget: Port GetLinkInterfaceLibraries away from cmTarget. 1c5d70f9 cmGeneratorTarget: Port processILibs away from cmTarget. 064c2488 cmComputeLinkDepends: Port some API to cmGeneratorTarget. 3e428fdc cmGeneratorTarget: Move IsImportedSharedLibWithoutSOName from cmTarget. 110fd2fb cmGeneratorTarget: Move GetOutputTargetType from cmTarget. e7391699 cmGeneratorTarget: Move HasMacOSXRpathInstallNameDir from cmTarget. c5718217 cmGeneratorTarget: Move HaveInstallTreeRPATH from cmTarget. ...
| * | | | | | | | cmGeneratorTarget: Port ExpandLinkItems away from cmTarget.Stephen Kelly2015-10-102-6/+7
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port GetImportLinkInterface away from cmTarget.Stephen Kelly2015-10-102-6/+7
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port ComputeLinkImplementationLibraries away from cmTarget.Stephen Kelly2015-10-102-5/+5
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port handleSystemIncludesDep away from cmTarget.Stephen Kelly2015-10-101-4/+4
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port GetLinkImplementationLibrariesInternal.Stephen Kelly2015-10-102-7/+7
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port ComputeLinkInterface away from cmTarget.Stephen Kelly2015-10-102-4/+5
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port ComputeLinkInterfaceLibraries away from cmTarget.Stephen Kelly2015-10-102-8/+9
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port GetLinkInterface away from cmTarget.Stephen Kelly2015-10-105-13/+13
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port cmTargetCollectLinkLanguages away from cmTarget.Stephen Kelly2015-10-101-4/+4
| | | | | | | | |
| * | | | | | | | cmGeneratorTarget: Port GetLinkInterfaceLibraries away from cmTarget.Stephen Kelly2015-10-103-7/+10
| | | | | | | | |