- Sep 11, 2024
-
-
Kitware Robot authored
-
- Sep 10, 2024
-
-
9e95bd49 Check*: Add option to pass link directories into checks Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !9795
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
-
628a8077 librhash: aligned_alloc is not available with glibc < 2.16 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9804
-
628a8077 librhash: aligned_alloc is not available with glibc < 2.16 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9804
-
Brad King authored
628a8077 librhash: aligned_alloc is not available with glibc < 2.16 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9804
-
Kitware Robot authored
-
- Sep 09, 2024
-
-
Aliaksandr Averchanka authored
-
654c357a Tests/RunCMake/IAR: Fix ASM cases for XLINK targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9801
-
Kitware Robot authored
-
- Sep 08, 2024
-
-
-
cbb727ca FetchContent: Don't update verify script timestamp if it doesn't change 795e7b44 Help: file(CONFIGURE) only updates output file timestamp if it changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9799
-
cbb727ca FetchContent: Don't update verify script timestamp if it doesn't change 795e7b44 Help: file(CONFIGURE) only updates output file timestamp if it changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9799
-
Kitware Robot authored
-
- Sep 07, 2024
-
-
Kitware Robot authored
-
- Sep 06, 2024
-
-
e801d2b2 VS: Make CMAKE_GENERATOR_INSTANCE usable without VS Installer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9794
-
The IAR Assemblers seem to be missing some built-in target-identifier symbols. Instead, identify the affected target architectures by using their respective `__TID__` (Target Identifier) built-in symbols. Also make sure the test has an IAR Assembly implementation for each target. Fixes: #26267
-
48890102 ci: Enable IAR test on some Windows jobs in nightly pipeline 3cdf03c2 ci: Add scripts to provide IAR toolchains on Windows c07148f2 ci: Add script to repackage IAR toolchains for Windows 52098b5b Tests/RunCMake/IAR: Exclude ASM cases on Windows pending investigation aad2a88c Tests/RunCMake/IAR: Quote linker flags for spaces in path to toolkit Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9797
-
Craig Scott authored
Fixes: #26255
-
Craig Scott authored
-
Kitware Robot authored
-
- Sep 05, 2024
-
-
Brad King authored
Run `.gitlab/ci/repackage/iar.ps1` with each IAR installer and host the package archives ourselves.
-
Brad King authored
IAR toolchains for Windows are provided only via installer executables. Add a script to repackage the parts we need for CMake's CI jobs.
-
Brad King authored
Issue: #26267
-
Brad King authored
-
b151bcfc WindowsKernelModeDriver: Add WDK include and link paths on MSVC Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9705
-
e7765555 cmExperimental: gate build database support behind a flag 23cbeb50 ci: enable `build_database` CXXModules tests 6863c1d8 Tests/CXXModules: add tests for module commands 123107c1 Tests/CXXModules: add support for running targets under a given config 438038b5 Tests/CXXModules: support building specific targets of example trees 84bc710d cmGlobalGenerator: generate build database files for targets 670f753f cmDyndepCollation: write build database metadata dcf9a66f cxxmodules: plumb control data for exporting build databases ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9708
-
1650683c cmExportPackageInfoGenerator: Fix -Wdeprecated-redundant-constexpr-static-def Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9792
-
c336bfff GNU/LLD linkers: link dependency only for ELF binary format Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9787
-
7016a75b Merge branch 'upstream-KWSys' into update-kwsys 65ecc7b1 KWSys 2024-09-03 (9c5f00b7) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9790
-
Kitware Robot authored
- Sep 04, 2024
-
-
On Windows and Wine, both the COM interface and `vswhere` might not be available. `CMAKE_GENERATOR_INSTANCE` is still supposed to work since commit 195d47e2 (VS: Allow CMAKE_GENERATOR_INSTANCE to specify portable instance, 2021-10-21, v3.23.0-rc1~452^2). Issue: #21639
-
Brad King authored
In commit 3d52d70b (export: Add initial CPS support, 2024-07-26) we added a static definition of a `constexpr` member to help older AppleClang and SunPro linkers. This is deprecated by C++17 and Clang now warns about it, so preserving the approach would require complex conditions. There is no significant benefit to `constexpr` here, so use a traditional file-scoped definition instead.
-
09a47c79 MSVC: Restore support for non-incremental linking with v100 toolset and older Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9783
-
d478ffcd Tests/RunCMake/IAR: Add missing linker options for RH850 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9786
-