- Jul 17, 2019
-
- Jul 16, 2019
-
-
Brad King authored
Merge-request: !3557
-
The module mode fallback added by commit 22e65d10 (find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback, 2019-06-13, v3.15.0-rc2~6^2) should not be used unless the `find_package` call allows module mode. Doing so can lead to infinite recursion if a find module tries to call config mode with `find_package(... NO_MODULE)`. Fix the logic and add a test case. Fixes: #19478
-
- Jul 12, 2019
- Jul 11, 2019
-
-
Brad King authored
Merge-request: !3504
-
- Jul 10, 2019
-
-
Brad King authored
-
Brad King authored
Merge-request: !3532
-
Brad King authored
Merge-request: !3526
-
Craig Scott authored
Merge-request: !3523
-
- Jul 09, 2019
-
-
-
Brad King authored
-
Update parsing logic from commit 5990ecb7 (Compute implicit include directories from compiler output, 2018-12-07, v3.14.0-rc1~108^2) to handle the quoting behavior caused by the `-hlist=` flag.
-
This ability was lost in commit 81b4d10d (CUDA: More exhaustive checks to determine when to do device linking, 2019-05-09, v3.15.0-rc1~82^2) and needs to be restored to use imported static libraries that have CUDA symbols.
-
Brad King authored
Merge-request: !3529
-
Brad King authored
Merge-request: !3510
-
Craig Scott authored
Merge-request: !3521
-
- Jul 08, 2019
-
-
Brad King authored
In `ccmake` a single global generator instance may be used for multiple configure step runs. The `cmGlobalGenerator::ClearGeneratorMembers` method is supposed to clear global state that is specific to each configure run but forgot to clear alias targets. Fixes: #19457
-
-
Define `CMAKE_Fortran_SUBMODULE_{SEP,EXT}` for the Cray Fortran compiler. Use an empty separator to tell CMake that this compiler does not use the enclosing module name as a prefix on submodule files. Issue: #18925
-
Define `CMAKE_Fortran_SUBMODULE_SEP` with an empty string to mean that the compiler uses no module prefix on its submodule files. Also add a default fallback to use the `.mod` extension when `CMAKE_Fortran_SUBMODULE_EXT` is not set. This is a better guess than no extension at all.
-
Craig Scott authored
The message() command requires uppercase log levels. Even though the cmake --loglevel option is not case sensitive, show the supported values as uppercase to match the message() docs as closely as possible, since they are related to the same feature. Also fixes the wrong string being shown for the warning level by cmake --help.
-
- Jul 04, 2019
-
-
Craig Scott authored
Merge-request: !3498
-
- Jul 03, 2019
-
-
Craig Scott authored
It isn't yet clear whether we want to make this part of the documented API for the install script. Remove it from the docs before it appears in an official release for now. Relates: #18997
-
Craig Scott authored
-
Craig Scott authored
-
Craig Scott authored
-
Craig Scott authored
-
Brad King authored
Merge-request: !3505
-
Craig Scott authored
Merge-request: !3495
-
- Jul 02, 2019
-
-
Fixes: #19390
-
Brad King authored
Since commit 368bcba2 (FindPostgreSQL: Find debug lib, imported configs, 2019-05-09, v3.15.0-rc1~93^2) the `PostgreSQL_LIBRARY` variable may contain a list and therefore should not be passed to the `get_filename_component` command directly. Instead spell out the logic to compute `PostgreSQL_LIBRARY_DIR` from one of the per-configuration variables. Fixes: #19444
-
- Jul 01, 2019
-
-
Brad King authored
Merge-request: !3500
-
Brad King authored
Merge-request: !3501
-
Brad King authored
* upstream-expat: expat 2019-06-19 (d3b78b42)
-
Code extracted from: https://github.com/libexpat/libexpat.git at commit d3b78b42a2dcdea98e22625cfff67a49d47e6025 (R_2_2_7).
-
Brad King authored
-
`QPalette::Foreground` is deprecated and was replaced by `QPalette::WindowText` since at least Qt 4.8. https://doc.qt.io/archives/qt-4.8/qpalette.html#ColorRole-enum This replaces the `QPalette::Foreground` color role with `QPalette::WindowText` in `QtDialog/RegexExplorer.cxx` to avoid compiler warnings.
-