summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* cmTarget: Remove obsolete memberStephen Kelly2015-10-272-5/+0
|
* cmTarget: Fix styleStephen Kelly2015-10-271-1/+2
|
* Remove some obsolete declarationsStephen Kelly2015-10-2713-19/+3
| | | | | | | | | | | | | Ensure that cmStandardIncludes.h is included before any platform header in cmGeneratorExpressionEvaluator.h. That file needs to change as a result of removal of the cmMakefile.h header from cmGeneratorExpressionNode.h, affecting the compilation of cmGeneratorExpressionNode.cxx. On AIX we need to include our own headers first to get large file support macros defined consistently within system headers. The old order in this header worked only because it was always included after other headers.
* Use LocalGenerator when possibleStephen Kelly2015-10-263-12/+12
|
* Makefiles: Remove some unneeded castsStephen Kelly2015-10-262-4/+3
|
* Export: Remove unused variableStephen Kelly2015-10-261-1/+0
|
* cmFunctionBlocker: Constify methodStephen Kelly2015-10-261-1/+1
|
* Xcode: Fix typo in commentStephen Kelly2015-10-261-1/+1
|
* Xcode: Remove trailing semicolonStephen Kelly2015-10-261-1/+1
|
* 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
| | | | |