Exemplar updates since 2026-05-24 - #10
Merged
Merged
Conversation
Use ${sourceDir}-relative toolchain file paths in CMakePresets.json, add host-OS conditions to llvm/appleclang/msvc presets, set CMAKE_CXX_EXTENSIONS/CMAKE_CXX_STANDARD_REQUIRED, and build the all_verify_interface_header_sets target.
Fixed README.md: corrected copy-pasted CMake option name from BEMAN_SCAN_VIEW_BUILD_EXAMPLES to BEMAN_RANGE_SEARCHER_BUILD_EXAMPLES in the BUILD_EXAMPLES documentation (matches exemplar commit 04846fe025).
Bumped cmake_minimum_required policy version range from 3.30...4.3 to 3.30...4.4 in CMakeLists.txt (matches exemplar commit e9be01c1ff).
Bumped googletest lockfile.json git_tag from tag 6910c9d9165801d8827d628cb72eb7ea9dd538c5 to commit hash 52eb8108c5bdec04579160ae17225d66034bd723 (v1.17.0), pinning to a commit hash rather than a tag as a security best practice; Catch2 not used so no change there (matches exemplar commit f10571bacfc374).
Bumped bemanproject/infra-workflows reusable workflow references from 1.7.3 to 1.7.4 across all .github/workflows files (version pinning fixes for CMake CI stability).
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.
Use ${sourceDir}-relative toolchain file paths in CMakePresets.json, add host-OS conditions to llvm/appleclang/msvc presets, set CMAKE_CXX_EXTENSIONS/CMAKE_CXX_STANDARD_REQUIRED, and build the all_verify_interface_header_sets target.
Fixed README.md: corrected copy-pasted CMake option name from BEMAN_SCAN_VIEW_BUILD_EXAMPLES to BEMAN_RANGE_SEARCHER_BUILD_EXAMPLES in the BUILD_EXAMPLES documentation (matches exemplar commit 04846fe025).
Bumped cmake_minimum_required policy version range from 3.30...4.3 to 3.30...4.4 in CMakeLists.txt (matches exemplar commit e9be01c1ff).
Bumped googletest lockfile.json git_tag from tag 6910c9d9165801d8827d628cb72eb7ea9dd538c5 to commit hash 52eb8108c5bdec04579160ae17225d66034bd723 (v1.17.0), pinning to a commit hash rather than a tag as a security best practice; Catch2 not used so no change there (matches exemplar commit f10571bacfc374).
Bumped bemanproject/infra-workflows reusable workflow references from 1.7.3 to 1.7.4 across all .github/workflows files (version pinning fixes for CMake CI stability).