- Apr 04, 2017
-
-
Kitware Robot authored
-
- Apr 03, 2017
-
-
Brad King authored
-
6f3838c0 ExternalProject: Fix regression in GIT_TAG with remote branch name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !649
-
716f8c88 Tests: Add option to customize LinkInterfaceLoop timeout Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !651
-
72d0f947 Tests: Fix spurious CTestTestParallel failures Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !650
-
4af0c9da Features: Update features for Intel C++ 17.0.2 on UNIX Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !652
-
Kitware Robot authored
-
- Apr 02, 2017
-
-
Kitware Robot authored
-
- Apr 01, 2017
-
-
Kitware Robot authored
-
- Mar 31, 2017
-
-
Brad King authored
-
Brad King authored
Intel 17.0.2 on UNIX introduced a regression from 17.0.1 in its definition of `__cpp_constexpr` in `-std=c++14` mode. It incorrectly defines it as `200704` instead of the expected `201304`. Fix our feature detection table to account for this.
-
Brad King authored
This test has a timeout in case CMake gets into an infinite loop. The default of 90 seconds should be plenty of time for the test to run correctly since it does not actually do a build. However, busy machines that run lots of tests in parallel may need a longer timeout. Give them an option to extend it.
-
Brad King authored
-
Brad King authored
If `CTestTestParallel` was run at the same time as `CTestTestChecksum` (e.g. during parallel testing) then the former fails due to the latter stepping on its directory. Fix the directory used for the latter to avoid the conflict.
-
Brad King authored
-
Brad King authored
The change in commit v3.8.0-rc2~7^2 (ExternalProject: Run `git checkout` with `--` to clarify arguments, 2017-02-24) broke the case of `GIT_TAG some-remote-branch` because an explicit `--` means that the preceding argument is a tree-ish instead of a branch. Revert the change and leave a comment. Fixes: #16763
-
d1dac1ac Xcode: Execute RunCMake.Framework also for Xcode generator d02709d7 Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressions 013ffe76 cmGeneratorTarget: Call GetFrameworkDirectory in GetFullNameInternal 32e9d0ca cmGeneratorTarget: Use enum to describe bundle directory query level Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Craig Scott <craig.scott@crascit.com> Merge-request: !635
-
2c9f3578 VS: Decide project type by linker lang as fallback Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !643
-
ec670408 FindLibUV: Add Windows library name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !647
-
dfa8263f Implement interprocedural optimization for GNU compilers 1588a577 Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION a7575700 Refactoring: s,GetFeatureAsBool,IsIPOEnabled, e05835c3 CheckIPOSupported: Visual Studio and Xcode generators do not support IPO Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Reviewed-by:
Nils Gladitz <nilsgladitz@gmail.com> Merge-request: !568
-
Kitware Robot authored
-
- Mar 30, 2017
-
-
Gregor Jasny authored
-
Gregor Jasny authored
Closes #16733
-
Gregor Jasny authored
-
Gregor Jasny authored
-
Honor the `INTERPROCEDURAL_OPTIMIZATION` target property for GNU compilers by activating their link-time-optimization (LTO) flags.
-
Previously the `INTERPROCEDURAL_OPTIMIZATION` target property was honored only for the Intel compiler on Linux and otherwise ignored. In order to add support for more compilers incrementally without changing behavior in the future, add a new policy whose NEW behavior enforces the `INTERPROCEDURAL_OPTIMIZATION` property. Add flags for supported compilers and otherwise produce an error.
-
Fixes: #16738
-
Christian Pfeiffer authored
-
Brad King authored
-
Method 'GetFeatureAsBool' is used only with 'INTERPROCEDURAL_OPTIMIZATION' feature. Substituting 'GetFeatureAsBool' with 'IsIPOEnabled'.
-
-
Brad King authored
-
01a8a201 AIX: Properly detect host system version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !645
-
b070947d Add 'DISABLED' test property 42c68aad CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !571
-
5695558f SDCC: Fix identification of current sdcc compiler Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !644
-
48cfb295 cmFortranParser: remove unnecessary typedef 90bb5f64 cmCommandArgumentParserHelper: remove unnecessary include ab5f4e81 cmFortranParserImpl: remove unnecessary include f8ed8bef testEncoding: use cmsys::ifstream 8647c6cd testEncoding: include <cmsys/ConsoleBuf.hxx> on Windows only 21a6ed49 cmFileCommand: add <cm_curl.h> include a2275bdd cmFileCommand: remove unnecessary friend declaration Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !626
-
8e8f1118 handle non-existing symlink creation locations Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !642
-
556d98da FindBoost: Update 1.64 dependencies using 1.64 beta1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !629
-