Refresh to latest beman.exemplar template#12
Closed
ednolan wants to merge 1 commit intobemanproject:mainfrom
Closed
Refresh to latest beman.exemplar template#12ednolan wants to merge 1 commit intobemanproject:mainfrom
ednolan wants to merge 1 commit intobemanproject:mainfrom
Conversation
- Adopt exemplar's infra/ vendored infrastructure package - Replace manual install logic with beman_install_library - Replace vcpkg/FetchContent with lockfile.json dependency management - Migrate CI from inline matrix to exemplar's JSON-configuration-based reusable workflows (infra-workflows@1.5.3) - Remove C++17 from CI matrix (minimum is C++20) - Remove AppleClang from CI matrix (not tested in original) - Add exemplar-standard CONTRIBUTING.md, CMakePresets.json, and pre-commit configuration - Update README with exemplar boilerplate while preserving bounds_test-specific documentation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
Author
|
Have to abandon this for now because I don't want to clobber the modules implementation until after exemplar provides its own guidance about how to use modules. |
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.
Summary
infra/vendored infrastructure package withbeman_install_libraryand build telemetrylockfile.json+use-fetch-content.cmakeinfra-workflows@1.5.3)CONTRIBUTING.md,CMakePresets.json, and pre-commit configurationcheck_plat.cmake, platform-specific include directories, custom config-file packageTest plan
cmake --workflow --preset gcc-debug, etc.)cmake --installproduces correct directory structure with platform headersfind_package(beman.bounds_test)works for consumers with platform detection🤖 Generated with Claude Code