- 31 Jan, 2023 1 commit
-
-
Kitware Robot authored
-
- 30 Jan, 2023 5 commits
-
-
8f82e755 Ninja: Fix detection of MSVC showIncludes prefix in Italian d6e7e4d4 Tests: Extend RunCMake.Ninja ShowIncludes cases to cover more languages 9596305c Tests: Generalize RunCMake.Ninja ShowIncludes test infrastructure c6dd4fa2 Tests: Extend RunCMake.Ninja ShowIncludes case with sample path a9d97492 Ninja: Record showIncludes detection in configure log Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8129
-
bf3425c3 ci: add a comment to run IWYU in verbose mode 25f0b4f3 CMake: add an option to run IWYU in verbose mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8130
-
f755296f Tests/RunCMake/CXXModules: add tests which don't export C++ module properties Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8126
-
1bba2182 FindImageMagick: Define targets for specific components Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Alex <leha-bot@yandex.ru> Merge-request: !8098
-
Kitware Robot authored
-
- 29 Jan, 2023 1 commit
-
-
Kitware Robot authored
-
- 28 Jan, 2023 5 commits
-
-
Brad King authored
Add cases for English, French, German, and Japanese.
-
Brad King authored
Prepare to add support for more languages.
-
e671692d gitlab-ci: add jobs testing Intel 2023.0.0 compilers on Linux Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8132
-
Kitware Robot authored
- 27 Jan, 2023 10 commits
-
-
Brad King authored
Note that the classic compiler version is 2021.8.0, but we still have it in the 2023.0.0 base image.
-
Ben Boeckel authored
Useful to avoid setting up the CI locally to get a single extra message.
-
Ben Boeckel authored
This helps to diagnose places where IWYU asks to include headers for internal stdlib details.
-
Brad King authored
Verify that the prefix is separated from the path.
-
Brad King authored
Also avoid running the detection multiple times.
-
85f16fe9 ci: add ImageMagick to Debian and Fedora base images Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8124
-
24bcad5b VS: Honor compile options for ASM_NASM b44714a6 VS: Honor compile options for ASM_MARMASM Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8125
-
a6bdf54a Watcom: Fix double-quote to be single-quote in response files for wlink Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8119
-
Kitware Robot authored
-
- 26 Jan, 2023 11 commits
-
-
Ben Boeckel authored
The existing `export-interfaces-{build,install}` tests were actually doing this, but make those test exporting the interfaces and copy the existing tests to tests which explicitly test the "no properties" condition.
-
Brad King authored
-
Jiri Malak authored
Response files contained double-quote for any response file, but response files for wlink must contains single-quote. This is fix for libraries list response file. Problem for object file list was fixed by MR !8115
-
c89d467b Help: configure_file doc example use `target_include_directories` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8121
-
01c1d815 Xcode: Inherit Swift flags and compilation conditions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8122
-
e194caa5 OpenWatcom: Add correct support for 16-bit Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8116
-
a1d065e5 Watcom: Replace WATCOMQUOTE format by UseWatcomQuote attribute Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8115
-
8024c416 VS: Do not concurrently build custom commands with generated MAIN_DEPENDENCY Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8120
-
Kitware Robot authored
-
- 25 Jan, 2023 7 commits
-
-
Extend the change from commit dfaf55fb (Xcode: add extra '$(inherited)' entries using InheritBuildSettingAttribute, 2021-05-03, v3.21.0-rc1~182^2) to cover Swift flags and compilation conditions, allowing CocoaPods and CMake to interoperate when used in the same project.
-
Robert Maynard authored
Fixes #24351
-
Jiri Malak authored
This add correct Open Watcom support for 16-bit Windows 3.x. It replace existing strange mixture with WIN32 stuff which implement 16-bit Windows target partially as part of WIN32 stuff. Now pre-defined OS ID Windows3x is used instead of confusing WIN32. It support properly 16-bit and 32-bit application for 16-bit Windows host. 32-bit applications are build with OW WIN386 extender. It is used similar as for other platforms by set CMAKE_SYSTEM_NAME=Windows3x and CMAKE_SYSTEM_PROCESSOR=I86 for 16-bit application or CMAKE_SYSTEM_PROCESSOR=x86 for 32-bit WIN386 extender application running on 16-bit Windows 3.x. CMAKE_SYSTEM_NAME=Windows is used only for WIN32 applications.
-
5b45a3d0 CheckCompilerFlag: Match the Clang "argument unused" output for all languages Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8117
-
6e53d741 FindOpenMP: Use OpenMP_<lang>_INCLUDE_DIR Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8110
-
7db4df2e Tests: Match configure log try_compile directories more precisely Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8114
-
a1dc38a5 Help: Document behavior of if(EXISTS,IS_DIRECTORY) for empty paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8109
-