summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'use-generator-target'Brad King2015-10-2669-1192/+1196
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cac952b VS: Port interface to cmGeneratorTarget 97b37688 VS: Port WriteUtilityDepends to cmGeneratorTarget 600af01d VS: Port utility depends to cmGeneratorTarget 330bfa83 VS: Port target depends to cmGeneratorTarget b13e26e2 VS: Port ProjectDepends to cmGeneratorTarget. 8ac8739b VS: Port TargetIsFortranOnly to cmGeneratorTarget 84fb579f VS: Port WriteProject to cmGeneratorTarget 1eff421a VS: Port loop to cmGeneratorTarget 94fd5a5a VS: Port ImplibDir to cmGeneratorTarget ce9e9a92 VS: Port LinkClosure to cmGeneratorTarget 26e23e84 VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget 01c26986 VS7: Port to cmGeneratorTarget 459c8910 VS10: Port to cmGeneratorTarget. 7f8bb857 VS6: Port to cmGeneratorTarget. a0ebd69b Graphviz: Port to cmGeneratorTarget. bcee21ce C::B: Port API to cmGeneratorTarget. ...
| * VS: Port interface to cmGeneratorTargetStephen Kelly2015-10-247-38/+39
| |
| * VS: Port WriteUtilityDepends to cmGeneratorTargetStephen Kelly2015-10-246-9/+12
| |
| * VS: Port utility depends to cmGeneratorTargetStephen Kelly2015-10-245-9/+10
| |
| * VS: Port target depends to cmGeneratorTargetStephen Kelly2015-10-245-18/+18
| |
| * VS: Port ProjectDepends to cmGeneratorTarget.Stephen Kelly2015-10-246-17/+18
| |
| * VS: Port TargetIsFortranOnly to cmGeneratorTargetStephen Kelly2015-10-247-9/+7
| |
| * VS: Port WriteProject to cmGeneratorTargetStephen Kelly2015-10-244-11/+12
| |
| * VS: Port loop to cmGeneratorTargetStephen Kelly2015-10-241-6/+4
| |
| * VS: Port ImplibDir to cmGeneratorTargetStephen Kelly2015-10-244-10/+9
| |
| * VS: Port LinkClosure to cmGeneratorTargetStephen Kelly2015-10-242-12/+13
| |
| * VS: Port ComputeLongestObjectDirectory to cmGeneratorTargetStephen Kelly2015-10-246-10/+11
| |
| * VS7: Port to cmGeneratorTargetStephen Kelly2015-10-243-124/+115
| |
| * VS10: Port to cmGeneratorTarget.Stephen Kelly2015-10-245-34/+37
| |
| * VS6: Port to cmGeneratorTarget.Stephen Kelly2015-10-244-184/+168
| |
| * Graphviz: Port to cmGeneratorTarget.Stephen Kelly2015-10-242-30/+29
| |
| * C::B: Port API to cmGeneratorTarget.Stephen Kelly2015-10-242-9/+8
| |
| * GHS: Port to cmGeneratorTarget.Stephen Kelly2015-10-244-39/+41
| |
| * Sublime: Port API to cmGeneratorTarget.Stephen Kelly2015-10-242-11/+7
| |
| * Xcode: Port API to cmGeneratorTarget.Stephen Kelly2015-10-243-118/+109
| |
| * Xcode: Prefer to get target state from cmGeneratorTarget.Stephen Kelly2015-10-241-69/+68
| |
| * Xcode: Re-order conditions.Stephen Kelly2015-10-241-3/+3
| |
| * Xcode: Port ForceLinkerLanguage to cmGeneratorTarget.Stephen Kelly2015-10-242-9/+9
| |
| * Xcode: Port loops to cmGeneratorTarget.Stephen Kelly2015-10-241-29/+25
| |
| * Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-2411-48/+48
| |
| * Ninja: Port to cmGeneratorTarget.Stephen Kelly2015-10-248-60/+62
| |
| * Use cmLocalGenerator at generate-time.Stephen Kelly2015-10-247-14/+14
| |
| * Port to GetGeneratorTargets.Stephen Kelly2015-10-2416-226/+238
| |
| * Makefiles: Port progress marks to cmGeneratorTarget.Stephen Kelly2015-10-244-5/+22
| |
| * cmInstallTargetGenerator: Get a cmGeneratorTarget directly.Stephen Kelly2015-10-243-2/+9
| | | | | | | | Extend the cmGeneratorTarget API to make this possible.
| * cmGlobalGenerator: Move GeneratorTargetsType to usage site.Stephen Kelly2015-10-245-20/+20
| |
| * cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-2115-90/+92
| | | | | | | | Not a map from cmTarget to cmGeneratorTarget.
* | Merge topic 'xcode-watch-and-tvos'Brad King2015-10-261-4/+17
|\ \ | | | | | | | | | | | | a91eebeb Xcode: Recognise Watch and TV OS as embedded platforms
| * | Xcode: Recognise Watch and TV OS as embedded platformsGregor Jasny2015-10-231-4/+17
| | |
* | | Merge topic 'xcode-optimization-flags'Brad King2015-10-262-8/+42
|\ \ \ | | | | | | | | | | | | | | | | 601e6e1a Xcode: Use regular expression to extract all optimisation flags (#15794)
| * | | Xcode: Use regular expression to extract all optimisation flags (#15794)Gregor Jasny2015-10-232-8/+42
| |/ /
* | | Merge topic 'cpack-deb-fakeroot-removal'Brad King2015-10-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 66178ae5 CPackDEB: Use proper compression scheme for control.tar.gz
| * | | CPackDEB: Use proper compression scheme for control.tar.gzRaffi Enficiaud2015-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changes in commit v3.4.0-rc1~79^2~1 (CPackDeb: use of libarchive and removal of fakeroot, 2015-09-11) accidentally set the wrong compression scheme for the `control.tar.gz` file. Set it explicitly to GZip.
* | | | Merge topic 'fix-test-RUN_SERIAL-failure-regression'Brad King2015-10-261-5/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | e61973e1 CTest: Fix regression in handling of a RUN_SERIAL test that fails
| * | | | CTest: Fix regression in handling of a RUN_SERIAL test that failsBrad King2015-10-231-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring in commit v3.4.0-rc1~390^2~1 (cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementation, 2015-06-01) forgot to update a code path for cleaning up after a failed RUN_SERIAL test. This causes an infinite loop after a RUN_SERIAL test fails. Fix it and add a test.
| * | | | CMake 3.4.0-rc2v3.4.0-rc2Brad King2015-10-211-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-10-261-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-10-251-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-10-241-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-10-231-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-10-221-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'use-generator-target'Brad King2015-10-2126-189/+221
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c099e00f Access policy status from cmGeneratorTarget at generate time. d74bca5a cmGeneratorTarget: Copy the policy map from the cmTarget. c6e86955 cmTarget: Remove unused NameResolvesToFramework. 18046bd5 cmCommonTargetGenerator: Use NameResolvesToFramework without cmTarget. 91411641 Move ComputeLinkType out of cmTarget. 6d94078e cmGeneratorTarget: Move IsDLLPlatform from cmTarget. 3ebc6285 cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget. 311018e5 cmGeneratorTarget: Move GetExportMacro from cmTarget. 215cd21a cmGeneratorTarget: Provide direct access to the backtrace. 1df8bd3a cmGlobalGenerator: Port IsRootOnlyTarget to cmGeneratorTarget. 83703bda cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.
| * | | | Access policy status from cmGeneratorTarget at generate time.Stephen Kelly2015-10-207-31/+29
| | | | |
| * | | | cmGeneratorTarget: Copy the policy map from the cmTarget.Stephen Kelly2015-10-204-17/+28
| | | | |
| * | | | cmTarget: Remove unused NameResolvesToFramework.Stephen Kelly2015-10-202-9/+0
| | | | |