- Jun 08, 2021
-
-
6f14205e FindPkgConfig: Always create the imported target 07d63907 Tests: Add case covering FindPkgConfig creation of empty targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6113
-
Kitware Robot authored
-
- Jun 07, 2021
-
-
41dea084 Help: Remove recommendations for using CMAKE_CFG_INTDIR Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !6195
-
887e9df0 VS: Update v142 CL flag table for VS 16.10 25e33a28 VS: Update v141 CL flag table for VS 15.9 f9383e01 VS: Re-order v141 and v142 CL flag table entries to match xml files better Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6191
-
-
c44dfdfd FindBoost: Add check for json component header in Boost 1.75+ Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6193
-
c44dfdfd FindBoost: Add check for json component header in Boost 1.75+ Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6193
-
7e5e558d gitlab-ci: add job to test with clang-7 on debian10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6194
-
Kitware Robot authored
-
- Jun 06, 2021
-
-
Craig Scott authored
Commit e71c4f77 (CMAKE_CFG_INTDIR: Formally deprecate in favor of $<CONFIG>, 2021-05-27) only updated the docs for CMAKE_CFG_INTDIR itself, but other parts of the docs still used it. Update the other places to avoid referring to the now-deprecated variable.
-
Kitware Robot authored
-
- Jun 05, 2021
-
-
Kitware Robot authored
-
- Jun 04, 2021
-
-
In commit 82930647 (FindBoost: Add support for Boost 1.75, 2021-02-03, v3.19.5~9^2) the dependencies of the json component were added, but the header listing was left out.
-
Brad King authored
Run the command python3 Source/cmConvertMSBuildXMLToJSON.py -t v142 \ 'c:/.../MSBuild/Microsoft/VC/v160/1033/cl.xml' To generate `v142_CL.json` locally. Manually move new and updated settings over to `Templates/MSBuild/FlagTables/v142_CL.json`. Revise the `/sourceDependencies[:directives]` table entries to properly distinguish the two options (because one is a prefix of the other), and to populate both `Generate*Dependencies` and `*DependenciesFile`.
-
Brad King authored
Run the command python3 Source/cmConvertMSBuildXMLToJSON.py -t v141 \ 'c:/.../Common7/IDE/VC/VCTargets/1033/cl.xml' To generate `v141_CL.json` locally. Manually move new and updated settings over to `Templates/MSBuild/FlagTables/v141_CL.json`.
-
Brad King authored
-
Fixes: #22180
-
Brad King authored
-
6c34ed9b cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6188
-
1d7fddca CMakeParseImplicitLinkInfo: Honor GNU static runtime library flags 629eb392 Tests: Extend ParseImplicit*Info with static GNU runtime library flags 9d0f8c3e Tests: Teach RunCMake.ParseImplicitLinkInfo to match output by regex Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6185
-
da14f4e1 gitlab-ci: add job to build with clang-analyzer adc38da4 ci: add clang-analyzer to Fedora base image b6c4d93d clang-analyzer: Suppress warnings in intentional use-after-move cases c1b575f4 clang-analyzer: rename from scan-build in comments dbfb50cd cmFileAPICodemodel: Assert input in DirectoryObject::DumpInstaller 410bf8ed cmStandardLevelResolver: Fix size assertion in constructor 82584b99 jsoncpp: Revert "Code style: add missed explicit 'this->'" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6189
-
-
95faf9cb Merge branch 'master' into ci-sccache-consistent-builds 9d7ebb47 ci: use consistent sccache builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6156
-
9d7ebb47 ci: use consistent sccache builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6156
-
Kitware Robot authored
-
- Jun 03, 2021
-
-
Brad King authored
Update the exceptions in `CTestCustom.cmake.in` to match this job's needs. Drop exceptions needed only by our previous nightly build.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
This tells clang-analyzer that the `gen` argument is never `nullptr`.
-
Brad King authored
Assert sizes of the constructed vectors, not the moved-from inputs.
-
Revert the part of commit 209daa20 (Code style: add missed explicit 'this->', 2021-01-05, v3.20.0-rc1~213^2) that updated third-party code.
-
Brad King authored
When no `CMAKE_TOOLCHAIN_FILE` is explicitly specified while creating a new build tree, check for an environment variable of the same name.
-
Brad King authored
-
Brad King authored
With flags like `-static-libstdc++` or `-static-libgfortran`, the GNU compiler driver adds `-Bstatic ... -Bdynamic` around its language runtime library. Convert the libraries in between these to absolute paths so that mixed-language linking honors the static runtime libraries.
-
Brad King authored
Generate sample input data with GNU 10.2.1 compilers using flags like `-static-libstdc++` and `-static-libgfortran`.
-
87b71eec find_*: Add support for option NO_CACHE Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6181
-
0d210b92 Help: links to CMake regex syntax Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6179
-