Refresh to latest beman.exemplar template#1
Closed
ednolan wants to merge 24 commits into
Closed
Conversation
…t-autoupdate Auto-update pre-commit hooks
…t-autoupdate Auto-update pre-commit hooks
- Promote Clang 22 to primary CI version (full test suite) - Demote Clang 21 to secondary tier alongside 20 and 19 (Release.Default only) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Consistency fix-up. Signed-off-by: Ted Lyngmo <ted@lyncon.se>
Signed-off-by: Ted Lyngmo <ted@lyncon.se>
Signed-off-by: Ted Lyngmo <ted@lyncon.se>
Signed-off-by: Ted Lyngmo <ted@lyncon.se>
Signed-off-by: Ted Lyngmo <ted@lyncon.se>
Signed-off-by: Ted Lyngmo <ted@lyncon.se>
If anything later changes in the propsals that requires an implementation change, I'll add the R-states back. Signed-off-by: Ted Lyngmo <ted@lyncon.se>
Signed-off-by: Ted Lyngmo <ted@lyncon.se>
…t-autoupdate Auto-update pre-commit hooks
Removed the timing aspect. Check that the internals of the function as implemented does what's expected using a "scripted" mutex. Signed-off-by: Ted Lyngmo <ted@lyncon.se>
As of December 14, 2025, the Beman Project decided to remove the MIT license as a supported license. This is due to implementer concerns that the MIT licens's attribution clause makes MIT-licensed code unshippable in standard library implementations: https://old.reddit.com/r/cpp/comments/1pb6573/standard_library_implementer_explains_why_they/ For more details, see this pull request: bemanproject/beman#189
Relicense from MIT -> Apache 2.0 with LLVM exceptions
Update repository structure, build system, and CI/CD configuration to match the latest beman.exemplar template (stamp.sh with library_type=static, unit_test_library=gtest, minimum_cpp_build_version=20). Key changes: - Migrate root CMakeLists.txt to exemplar layout (CMake 3.30+, in-tree beman-install-library, VERIFY_INTERFACE_HEADER_SETS guarded by PROJECT_IS_TOP_LEVEL, enable_testing() added) - Add include/beman/timed_lock_alg/CMakeLists.txt and include/beman/timed_lock_alg/timed_lock_alg.hpp umbrella header - Update src and tests CMakeLists.txt to exemplar conventions - Update CI workflow to infra-workflows@1.5.0; preserve timed_lock_alg build-and-test matrix (no C++17, no TSan on libstdc++, per GCC Bug 121496) - Replace beman-install-library-config.cmake with updated beman-install-library.cmake from infra - Add CONTRIBUTING.md, update LICENSE to Apache-2.0 WITH LLVM-exception - Clobber CODEOWNERS and cron schedule with exemplar defaults - Remove devcontainer.json (not in new exemplar template) - Add .exemplar_version marker Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
649a2a3 to
27f7c4e
Compare
Pull Request Test Coverage Report for Build 24030908713Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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
beman-install-library.cmake,VERIFY_INTERFACE_HEADER_SETSguarded byPROJECT_IS_TOP_LEVEL,enable_testing()added to rootinclude/beman/timed_lock_alg/CMakeLists.txtandtimed_lock_alg.hppumbrella header (includesmutex.hpp)infra-workflows@1.5.0; preserve timed_lock_alg's build-and-test matrix (C++20 minimum, no TSan on libstdc++ per GCC Bug 121496)beman-install-library-config.cmakewith updatedbeman-install-library.cmakeCONTRIBUTING.md, updateLICENSEto Apache-2.0 WITH LLVM-exceptiondevcontainer.json,infra/tools/beman-submodule/,infra/.pre-commit-hooks.yaml(not in new exemplar)CODEOWNERSand cron schedule with exemplar defaultsTest plan
cmake --workflow --preset gcc-debugbuilds and tests cleanlypre-commit run --all-filespasses🤖 Generated with Claude Code