Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmTarget: Remove obsolete member | Stephen Kelly | 2015-10-27 | 2 | -5/+0 |
| | |||||
* | cmTarget: Fix style | Stephen Kelly | 2015-10-27 | 1 | -1/+2 |
| | |||||
* | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 13 | -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 possible | Stephen Kelly | 2015-10-26 | 3 | -12/+12 |
| | |||||
* | Makefiles: Remove some unneeded casts | Stephen Kelly | 2015-10-26 | 2 | -4/+3 |
| | |||||
* | Export: Remove unused variable | Stephen Kelly | 2015-10-26 | 1 | -1/+0 |
| | |||||
* | cmFunctionBlocker: Constify method | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Xcode: Fix typo in comment | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Xcode: Remove trailing semicolon | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Merge topic 'use-generator-target' | Brad King | 2015-10-26 | 69 | -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 cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 7 | -38/+39 |
| | | |||||
| * | VS: Port WriteUtilityDepends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 6 | -9/+12 |
| | | |||||
| * | VS: Port utility depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 5 | -9/+10 |
| | | |||||
| * | VS: Port target depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 5 | -18/+18 |
| | | |||||
| * | VS: Port ProjectDepends to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 6 | -17/+18 |
| | | |||||
| * | VS: Port TargetIsFortranOnly to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 7 | -9/+7 |
| | | |||||
| * | VS: Port WriteProject to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 4 | -11/+12 |
| | | |||||
| * | VS: Port loop to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -6/+4 |
| | | |||||
| * | VS: Port ImplibDir to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 4 | -10/+9 |
| | | |||||
| * | VS: Port LinkClosure to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 2 | -12/+13 |
| | | |||||
| * | VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 6 | -10/+11 |
| | | |||||
| * | VS7: Port to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 3 | -124/+115 |
| | | |||||
| * | VS10: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 5 | -34/+37 |
| | | |||||
| * | VS6: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 4 | -184/+168 |
| | | |||||
| * | Graphviz: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -30/+29 |
| | | |||||
| * | C::B: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -9/+8 |
| | | |||||
| * | GHS: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 4 | -39/+41 |
| | | |||||
| * | Sublime: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -11/+7 |
| | | |||||
| * | Xcode: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 3 | -118/+109 |
| | | |||||
| * | Xcode: Prefer to get target state from cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -69/+68 |
| | | |||||
| * | Xcode: Re-order conditions. | Stephen Kelly | 2015-10-24 | 1 | -3/+3 |
| | | |||||
| * | Xcode: Port ForceLinkerLanguage to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -9/+9 |
| | | |||||
| * | Xcode: Port loops to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -29/+25 |
| | | |||||
| * | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 11 | -48/+48 |
| | | |||||
| * | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 8 | -60/+62 |
| | | |||||
| * | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 7 | -14/+14 |
| | | |||||
| * | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 16 | -226/+238 |
| | | |||||
| * | Makefiles: Port progress marks to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 4 | -5/+22 |
| | | |||||
| * | cmInstallTargetGenerator: Get a cmGeneratorTarget directly. | Stephen Kelly | 2015-10-24 | 3 | -2/+9 |
| | | | | | | | | Extend the cmGeneratorTarget API to make this possible. | ||||
| * | cmGlobalGenerator: Move GeneratorTargetsType to usage site. | Stephen Kelly | 2015-10-24 | 5 | -20/+20 |
| | | |||||
| * | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 15 | -90/+92 |
| | | | | | | | | Not a map from cmTarget to cmGeneratorTarget. | ||||
* | | Merge topic 'xcode-watch-and-tvos' | Brad King | 2015-10-26 | 1 | -4/+17 |
|\ \ | | | | | | | | | | | | | a91eebeb Xcode: Recognise Watch and TV OS as embedded platforms | ||||
| * | | Xcode: Recognise Watch and TV OS as embedded platforms | Gregor Jasny | 2015-10-23 | 1 | -4/+17 |
| | | | |||||
* | | | Merge topic 'xcode-optimization-flags' | Brad King | 2015-10-26 | 2 | -8/+42 |
|\ \ \ | | | | | | | | | | | | | | | | | 601e6e1a Xcode: Use regular expression to extract all optimisation flags (#15794) | ||||
| * | | | Xcode: Use regular expression to extract all optimisation flags (#15794) | Gregor Jasny | 2015-10-23 | 2 | -8/+42 |
| |/ / | |||||
* | | | Merge topic 'cpack-deb-fakeroot-removal' | Brad King | 2015-10-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | 66178ae5 CPackDEB: Use proper compression scheme for control.tar.gz | ||||
| * | | | CPackDEB: Use proper compression scheme for control.tar.gz | Raffi Enficiaud | 2015-10-23 | 1 | -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 King | 2015-10-26 | 1 | -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 fails | Brad King | 2015-10-23 | 1 | -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-rc2 | Brad King | 2015-10-21 | 1 | -1/+1 |
| | | | | |