- Dec 19, 2019
-
-
7fa7f552 Autogen: Revert processing of .hh files for compatibility Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4146
-
e8dbe4bb Tests: Fix testCTestResourceSpec struct initialization for some compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Dickens <michael.dickens@ettus.com> Merge-request: !4141
- Dec 18, 2019
-
-
930f204b FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4144
-
e51232b7 FindBoost: Add support for Boost 1.72 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4143
-
Some compilers do not like the nested `{{{}}}` member initialization syntax, so use just `{}`. GCC 4.8 warns about the latter, so add a suppression. Fixes: #20097
-
Brad King authored
Since commit 4a915453 (Autogen: Use cmake::IsHeader/SourceExtension for file type detection, 2019-07-02, v3.16.0-rc1~470^2~4) we process `.hh` files with `AUTOMOC`. However, this change can break existing projects that do not expect the behavior. Revert it for now. It can be restored later via a policy. Fixes: #20101
-
- Dec 17, 2019
-
-
Brad King authored
Run `Utilities/Scripts/BoostScanDeps.cmake` with the Boost 1.72.0 sources to compute dependencies. Fixes: #20100
-
- Dec 16, 2019
-
-
c5c218fa PCH: Append pch header file to list of forced include files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4135
-
- Dec 13, 2019
-
-
d1e111d1 FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4134
-
2f853eec Merge branch 'backport-3.15-vs-v142-version' into backport-3.16-vs-v142-version d8d4924d VS: Fix support for v142 toolset minor versions in VS 16.5+ 07612646 VS: Fix support for v142 toolset minor versions in VS 16.5+ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4133
-
Cristian Adam authored
Fixes: #20088
-
- Dec 12, 2019
-
-
Brad King authored
-
Brad King authored
The fix in commit 51173899 (VS: Fix support for v142 toolset minor versions, 2019-10-01, v3.16.0-rc1~32^2) worked around a bug in VS's placement of toolset files. VS 16.5 will fix that bug and restore the original pattern for locations of toolset files. Update our logic to look for both possibilities. Issue: #19779
-
Brad King authored
The fix in commit 51173899 (VS: Fix support for v142 toolset minor versions, 2019-10-01, v3.15.5~6^2) worked around a bug in VS's placement of toolset files. VS 16.5 will fix that bug and restore the original pattern for locations of toolset files. Update our logic to look for both possibilities. Issue: #19779
- Dec 10, 2019
-
-
ada1824d FindwxWidgets: Add support for 3.1.3 on macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4126
-
90d8bd2d Merge branch 'backport-3.15-toc_on_ppc' into backport-3.16-toc_on_ppc b35926e2 Check for support before adding bigtoc linker flag 958f858a Check for support before adding bigtoc linker flag 8c7b7df7 bootstrap: Add target_link_options command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4122
-
Previously only -framework was used starting with 3.1.3 -weak_framework might also be used and has to be handled.
- Dec 09, 2019
-
-
Brad King authored
-
Fixes: #20076
-
Fixes: #20076
-
-
fa93b4a5 Unity: Proper handling of object libraries 5ae07e71 Unity: Generic source file handling for all generators f742f7ac Unity/PCH: Skip more target types when adding automatic sources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4110
-
93becd61 PCH: Use the target's PREFIX for building the pdb file name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4114
-
- Dec 08, 2019
-
-
Cristian Adam authored
Also copy the REUSE_FROM pdb file only if the file is newer than the existing one. Fixes: #19731 Fixes: #20068
-
- Dec 07, 2019
-
-
Cristian Adam authored
Fixes: #20051
-
Cristian Adam authored
-
Cristian Adam authored
Besides INTERFACE_LIBRARY, skip also UTILITY and GLOBAL_TARGET target types
-
- Dec 06, 2019
-
-
677097ac TestDriver: ignore strcpy call Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4116
-
- Dec 05, 2019
-
-
Ben Boeckel authored
clang-analyzer has a check for any use of `strcpy`. This usage is safe because it is allocated above using the length of the string.
-
f7ffefea FindThreads: Restore hard-coded '-l' flag on library name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4112
-
df8372da PCH: Do not add #pragma system_header for Xcode generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4098
-
- Dec 04, 2019
-
-
Fixes: #20039
- Nov 27, 2019
-
-
59df8519 CTest Resource Allocation: Add test for spec file with no version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4092
-
- Nov 26, 2019
-
-
Kyle Edwards authored
-