- 09 Oct, 2018 13 commits
-
-
Joachim Wuttke authored
-
Joachim Wuttke authored
-
Brad King authored
-
Brad King authored
Merge-request: !2460
-
fab2c233 Help: Fix documentation of escape sequences in a regex Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2460
-
Brad King authored
Documentation added by commit 4b35dab8 (Help: Document how escape sequences work in a regex, 2018-07-18) is only correct for backslashes inside `[]` groups. The regex engine does interpret `\` escapes elsewhere. Fix the docs. Inspired-by:
R2RT <artur.ryt@gmail.com> Fixes: #18428
-
Brad King authored
Merge-request: !2462
-
Brad King authored
Merge-request: !2444
-
d0fb3e6c Find{BLAS,LAPACK}: Find also ILP64 MKL BLAS and LAPACK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2444
-
bb60ed6e VS: Add flag table entry for -Qspectre Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2462
-
cd8c79e1 Help: Clarify target_link_libraries keywords and generator expressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2449
-
ab6bf9d0 Utilities/Release: Update to openssl-1.1.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2461
-
Kitware Robot authored
-
- 08 Oct, 2018 19 commits
-
-
Brad King authored
Add special logic to map this flag to a top-level build setting instead of being in ClCompile. Fixes: #18426
-
Modern Intel MKL packages offer 64-bit BLAS and LAPACK libraries in any of the eight combinations of the following three binary options: - sequential or threaded - LP64 or ILP64 - static or shared The modules FindBLAS and FindLAPACK did not allow full selection of arbitrary combination; in particular, only LP64 variant was used. The original list of possible BLA_VENDOR values related to MKL, Intel10_64lp Intel10_64lp_seq is thus extended by another pair of "vendors", Intel10_64ilp Intel10_64ilp_seq Depending on the selection, either "_lp64", or "_ilp64" MKL libraries are searched for. Some comments in the two CMake modules were modified to indicate that even though the "vendors" contain the number "10", they also apply to all further versions of MKL.
-
Brad King authored
Merge-request: !2449
-
Brad King authored
-
2154ea38 Help: Add missing docs for the ctest --progress option fb2cdf4d Help: Use :envvar: links for env vars affecting ctest command Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Wegner <michael.t.wegner@gmail.com> Merge-request: !2454
-
f8a086a8 project(): Ensure DESCRIPTION and HOMEPAGE_URL variables are set b27247c8 project(): Add tests verifying variables set by second project() call Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2457
-
cdf8d79e Help: Improve/fix incorrect docs for list(SORT) sub-options Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2453
-
Brad King authored
Merge-request: !2457
-
Brad King authored
Merge-request: !2454
-
Brad King authored
Merge-request: !2453
-
Brad King authored
The `optimized` and `debug` keyword items are meaningful only to the `target_link_libraries` command and have no meaning when produced by a generator expression. State this explicitly. Also recommend use of a quoted argument when the genex itself may contain a semicolon. Fixes: #18424
-
Brad King authored
-
Brad King authored
-
ecd0fec4 UseSWIG: fix regression for PHP language Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2448
-
66f49d1f Android: Add clang --target= flag to compiler predefines command 39534c58 Autogen: Add clang --target= flag to compiler predefines command Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
André Klitzing <aklitzing@gmail.com> Merge-request: !2452
-
Brad King authored
Merge-request: !2448
-
Brad King authored
Merge-request: !2452
-
Brad King authored
Update the prebuilt binary build configurations for machines where we build our own OpenSSL library to use a newer version.
-
Kitware Robot authored
-
- 07 Oct, 2018 5 commits
-
-
Craig Scott authored
If a project() call does not have DESCRIPTION or HOMEPAGE_URL options, it must still set the relevant variables or else those variables will inherit values from an earlier project() call. That is inconsistent with how VERSION is handled and is likely to be unexpected. The docs were also ambiguous about what should happen in such cases.
-
Craig Scott authored
-
Craig Scott authored
These docs were missing from the changes that introduced the feature in !2240.
-
Craig Scott authored
-
Kitware Robot authored
-
- 06 Oct, 2018 2 commits
-
-
Craig Scott authored
-
Kitware Robot authored
-
- 05 Oct, 2018 1 commit
-
-
Brad King authored
Merge-request: !2448
-