Refresh repository to use latest beman.exemplar template#19
Merged
ednolan merged 1 commit intobemanproject:mainfrom Apr 27, 2026
Merged
Refresh repository to use latest beman.exemplar template#19ednolan merged 1 commit intobemanproject:mainfrom
ednolan merged 1 commit intobemanproject:mainfrom
Conversation
7888f46 to
9433d4e
Compare
- Stamp out latest exemplar template for copyable_function as an INTERFACE (header-only) library using gtest - Replace old hand-written CI workflows with exemplar's JSON-based reusable workflow system (infra-workflows@1.5.3) - Remove GCC 11 from CI matrix (not tested by this library); keep all exemplar compiler versions at or above what was previously tested - Remove src/ directory (copyable_function.cpp had no real content) - Remove old cmake/ directory with local toolchain copies and hand-written install/config logic; use infra/ vendored package and beman_install_library() instead - Remove set(CMAKE_CXX_STANDARD 26) from CMakeLists.txt to comply with Beman Standard requirement that CMake projects must not adjust user-specified compilation flags - Update CMake minimum to 3.30 per current exemplar template - Add CONTRIBUTING.md, .exemplar_version, pre-commit-check.yml, pre-commit-update.yml from exemplar template - Preserve all original C++ headers, tests, examples, and docs/ - Update README with exemplar boilerplate while preserving copyable_function-specific content (P2548 description, usage example) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9433d4e to
bca00b3
Compare
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.
Refresh repository to use latest beman.exemplar template
INTERFACE (header-only) library using gtest
reusable workflow system (infra-workflows@1.5.3)
all exemplar compiler versions at or above what was previously tested
hand-written install/config logic; use infra/ vendored package
and beman_install_library() instead
with Beman Standard requirement that CMake projects must not adjust
user-specified compilation flags
pre-commit-update.yml from exemplar template
copyable_function-specific content (P2548 description, usage example)
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com