Exemplar updates since 2026-05-24 - #41
Open
ednolan wants to merge 1 commit into
Open
Conversation
Updated CMakePresets.json to use absolute (${sourceDir}) paths for toolchain/top-level-includes, added host-OS conditions on llvm/appleclang/msvc presets, set CMAKE_CXX_EXTENSIONS/CMAKE_CXX_STANDARD_REQUIRED, and added all_verify_interface_header_sets to the root build target list.
Bumped infra beman-submodule pin to 7b66b858d7f48428fca936184aef2bd246ccc81a and rewrote enable-experimental-import-std.cmake to use version-range checks instead of per-version enumeration (matches exemplar commit d9d490fab73).
Set .beman-tidy.yaml ignored_paths to `[infra/]` (matches exemplar commit 4884fe72f1fd), so beman-tidy correctly excludes the infra/ submodule directory.
Disabled readme.implements and release.godbolt_trunk_version beman-tidy rules in .beman-tidy.yaml for fresh libraries (matches exemplar commit 7f97c408ebb9), replacing the previously empty disabled_rules list.
Added per-rule TODO comments to disabled_rules in .beman-tidy.yaml and disabled cmake.default and cmake.passive_targets, since CMakeLists.txt's modules toggle conditionally builds beman.transform_view as STATIC vs INTERFACE and uses target_compile_features PUBLIC (matches exemplar commit bba240fe6ba2).
Bumped infra beman-submodule pin to 7fc85e2e26cb491926ca2744c359c2aa7ea8fd27 and added a CMAKE_VERSION >= 4.4.0 branch to enable-experimental-import-std.cmake for the new import-std UUID (matches exemplar commit da85e13c35c7).
Bumped pre-commit hook pins in .pre-commit-config.yaml: gersemi 0.27.7 -> 0.28.0, codespell v2.4.2 -> v2.4.3, beman-tidy v0.5.2 -> v0.5.4 (matches exemplar commit c863de3fe907).
Bumped CMake policy version range in CMakeLists.txt from 3.30...4.3 to 3.30...4.4 (matches exemplar commit e9be01c1ffc5).
Bumped googletest lockfile.json git_tag from 6910c9d9165801d8827d628cb72eb7ea9dd538c5 to 52eb8108c5bdec04579160ae17225d66034bd723 (commit hash for v1.17.0 instead of tag), matching exemplar commit f10571bacfc3 (Catch2 entry not present in this repo, so no change needed there).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated CMakePresets.json to use absolute (${sourceDir}) paths for toolchain/top-level-includes, added host-OS conditions on llvm/appleclang/msvc presets, set CMAKE_CXX_EXTENSIONS/CMAKE_CXX_STANDARD_REQUIRED, and added all_verify_interface_header_sets to the root build target list.
Bumped infra beman-submodule pin to 7b66b858d7f48428fca936184aef2bd246ccc81a and rewrote enable-experimental-import-std.cmake to use version-range checks instead of per-version enumeration (matches exemplar commit d9d490fab73).
Set .beman-tidy.yaml ignored_paths to
[infra/](matches exemplar commit 4884fe72f1fd), so beman-tidy correctly excludes the infra/ submodule directory.Disabled readme.implements and release.godbolt_trunk_version beman-tidy rules in .beman-tidy.yaml for fresh libraries (matches exemplar commit 7f97c408ebb9), replacing the previously empty disabled_rules list.
Added per-rule TODO comments to disabled_rules in .beman-tidy.yaml and disabled cmake.default and cmake.passive_targets, since CMakeLists.txt's modules toggle conditionally builds beman.transform_view as STATIC vs INTERFACE and uses target_compile_features PUBLIC (matches exemplar commit bba240fe6ba2).
Bumped infra beman-submodule pin to 7fc85e2e26cb491926ca2744c359c2aa7ea8fd27 and added a CMAKE_VERSION >= 4.4.0 branch to enable-experimental-import-std.cmake for the new import-std UUID (matches exemplar commit da85e13c35c7).
Bumped pre-commit hook pins in .pre-commit-config.yaml: gersemi 0.27.7 -> 0.28.0, codespell v2.4.2 -> v2.4.3, beman-tidy v0.5.2 -> v0.5.4 (matches exemplar commit c863de3fe907).
Bumped CMake policy version range in CMakeLists.txt from 3.30...4.3 to 3.30...4.4 (matches exemplar commit e9be01c1ffc5).
Bumped googletest lockfile.json git_tag from 6910c9d9165801d8827d628cb72eb7ea9dd538c5 to 52eb8108c5bdec04579160ae17225d66034bd723 (commit hash for v1.17.0 instead of tag), matching exemplar commit f10571bacfc3 (Catch2 entry not present in this repo, so no change needed there).