Exemplar updates since 2026-04-30#211
Merged
Merged
Conversation
Removed superfluous comments around project() statement in CMakeLists.txt Added .swp and .orig to .gitignore Annotated vcpkg example code block in CONTRIBUTING.md as shell to satisfy markdownlint Added missing SPDX-License-Identifier headers to pre-commit-check.yml, .markdownlint.yaml, .pre-commit-config.yaml, CONTRIBUTING.md, and port/portfile.cmake.in Added .beman-tidy.yaml config file for beman-tidy compliance checks Bumped vcpkg registry baselines in vcpkg-configuration.json Added missing SPDX-License-Identifier to include/beman/utf_view/config.hpp Bumped infra/.beman_submodule and added missing SPDX-License-Identifier to infra/cmake/enable-experimental-import-std.cmake Bumped infra-workflows from 1.7.1 to 1.7.2 in all GitHub Actions workflows Added concurrency group with cancel-in-progress to ci_tests.yml so new pushes cancel in-flight runs Bumped infra/.beman_submodule, removed @neatudarius from infra/.github/CODEOWNERS, and added CMake 4.3.3 case to infra/cmake/enable-experimental-import-std.cmake Bumped infra-workflows from 1.7.2 to 1.7.3 in all GitHub Actions workflows Bumped pre-commit hooks: clang-format v22.1.4→v22.1.5, gersemi 0.27.2→0.27.6, beman-tidy v0.4.1→v0.5.0 Reformatted README.md badges onto separate lines and added workflow/maturity-model links Bumped beman-tidy pre-commit hook from v0.5.0 to v0.5.1 Removed redundant include search path modification note from README Bumped vcpkg-registry baseline in vcpkg-configuration.json Bumped microsoft/vcpkg baseline in vcpkg-configuration.json Also updates the pre-commit configuration to enable --require-all, except for some exceptions which are commented in the .beman-tidy.yaml disabled rules list.
679bae7 to
606ee4f
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.
Removed superfluous comments around project() statement in CMakeLists.txt
Added .swp and .orig to .gitignore
Annotated vcpkg example code block in CONTRIBUTING.md as shell to satisfy markdownlint
Added missing SPDX-License-Identifier headers to pre-commit-check.yml, .markdownlint.yaml, .pre-commit-config.yaml, CONTRIBUTING.md, and port/portfile.cmake.in
Added .beman-tidy.yaml config file for beman-tidy compliance checks
Bumped vcpkg registry baselines in vcpkg-configuration.json
Added missing SPDX-License-Identifier to include/beman/utf_view/config.hpp
Bumped infra/.beman_submodule and added missing SPDX-License-Identifier to infra/cmake/enable-experimental-import-std.cmake
Bumped infra-workflows from 1.7.1 to 1.7.2 in all GitHub Actions workflows
Added concurrency group with cancel-in-progress to ci_tests.yml so new pushes cancel in-flight runs
Bumped infra/.beman_submodule, removed @neatudarius from infra/.github/CODEOWNERS, and added CMake 4.3.3 case to infra/cmake/enable-experimental-import-std.cmake
Bumped infra-workflows from 1.7.2 to 1.7.3 in all GitHub Actions workflows
Bumped pre-commit hooks: clang-format v22.1.4→v22.1.5, gersemi 0.27.2→0.27.6, beman-tidy v0.4.1→v0.5.0
Reformatted README.md badges onto separate lines and added workflow/maturity-model links
Bumped beman-tidy pre-commit hook from v0.5.0 to v0.5.1
Removed redundant include search path modification note from README
Bumped vcpkg-registry baseline in vcpkg-configuration.json
Bumped microsoft/vcpkg baseline in vcpkg-configuration.json