- 17 Jul, 2018 1 commit
-
-
Brad King authored
-
- 16 Jul, 2018 2 commits
-
- 12 Jul, 2018 4 commits
-
-
Fixes: #18166
- 11 Jul, 2018 3 commits
-
-
Roger Leigh authored
boost/context/all.hpp is removed in Boost 1.68. boost/context/detail/fcontext.hpp is present in all Boost releases containing context (≥1.61).
-
In commit v3.12.0-rc1~20^2 (Move GNU COMPILER_PREDEFINES_COMMAND from Platform to Compiler, 2018-06-01), `Compiler/GNU.cmake` introduced the `-dM` flag, which requires `-Wp` prefix for the QNX compiler wrapper.
-
This includes a new component, `Boost::contract`. Fixes: #18167
-
- 10 Jul, 2018 2 commits
-
- 09 Jul, 2018 2 commits
-
-
Brad King authored
-
- 06 Jul, 2018 1 commit
-
-
When `*.cs` files are provided, do not generate a `<Link>` element in the `.csproj` project if those files are descendants of `CMAKE_CURRENT_BINARY_DIR`. This comparison happens for each file.
-
- 05 Jul, 2018 2 commits
-
-
Fixes: #18147
- 03 Jul, 2018 6 commits
- 02 Jul, 2018 3 commits
-
-
Refactoring in commit v3.10.0-rc1~220^2 (cmCPackDebGenerator: Use libarchive to create .deb file) accidentally broke this for the top-level archive.
- 01 Jul, 2018 1 commit
-
-
Craig Scott authored
Affects cmake_minimum_required() and cmake_policy(VERSION)
-
- 29 Jun, 2018 1 commit
-
-
Brad King authored
-
- 27 Jun, 2018 5 commits
-
-
Brad King authored
The test code added by commit v3.12.0-rc1~411^2~1 (FindOpenMP: Verify in test source that OMP library is linked, 2018-03-01) leaves an unused variable warning. This breaks the check with `-Werror`. Remove the variable and leave just the function call, which should still check that the OMP library is linked. Fixes: #18102
-
Hide any headers specified by `ctest_submit(HTTPHEADER ...)` unless ctest is run with --debug. This option is used to present bearer tokens to CDash. We do not want to inadvertently expose this secret data in the console output log.
-
This fixes a bug where ctest(SUBMIT CDASH_UPLOAD ...) would fail when attemping to submit to a site bearing a genuine SSL certificate. This code path was missing a call to cmCurlSetCAInfo() which loads the certificate authority file.
- 26 Jun, 2018 4 commits
-
-
Brad King authored
Extend the fix from commit v3.10.0-rc1~188^2 (ListFileLexer: fix heap-buffer-overflow on malicious input, 2017-08-26) to apply to all lexer token matches. Replace all `.` with `[^\0\n]`. Update all `[^...]` match expressions to not match `\0`. We cannot safely process null bytes in strings. Fixes: #18124
-
Brad King authored
This release note was forgotten by commit v3.12.0-rc1~183^2 (FindMatlab: Matlab Runtime Compiler support, 2018-04-29).
- 25 Jun, 2018 3 commits
-
-
Starting with libuv 1.21.0, libuv's headers were moved into a uv/ directory. Make FindLibUV aware of the file's new location for configuration to work.