- 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
-
-
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.
-
Avoid the invalid compression level 0 when invoking rcc. It let's rcc fail with an error since Qt 5.13.
-
Brad King authored
Merge-request: !3491
-
Checks added in commit 81b4d10d (CUDA: More exhaustive checks to determine when to do device linking, 2019-05-09, v3.15.0-rc1~82^2) assumed that CUDA properties would be set only if CUDA is enabled. We cannot do a device link step if we do not have the CUDA language enabled. This was discovered as some projects unconditionally set CUDA properties such as `CUDA_RESOLVE_DEVICE_SYMBOLS` even when the CUDA language has not been enabled. Fixes: #19432
-
Craig Scott authored
Merge-request: !3494
-
Craig Scott authored
Merge-request: !3497
-
- Jun 30, 2019
-
-
Craig Scott authored
The docs for CMAKE_PROJECT_<projName>_INCLUDE and CMAKE_PROJECT_INCLUDE did not define the order of inclusion if both were set.
-
Alex Turbov authored
Fixes: #19436
-
- Jun 29, 2019
-
-
Craig Scott authored
-
- Jun 27, 2019
-
-
Brad King authored
-
- Jun 26, 2019
-
-
Brad King authored
Merge-request: !3485
-