From eac180c2c9c01ce3911738a09ac7c4517cd79479 Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Sat, 5 Jul 2025 16:35:12 -0700 Subject: [PATCH 1/2] add the 29 badge to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3448586..836289c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception --> -![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) ![Continuous Integration Tests](https://github.com/rishyak/rish.bounds_test/actions/workflows/ci_tests.yml/badge.svg) ![Lint Check (pre-commit)](https://github.com/rishyak/rish.bounds_test/actions/workflows/pre-commit.yml/badge.svg) +![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) ![Continuous Integration Tests](https://github.com/rishyak/rish.bounds_test/actions/workflows/ci_tests.yml/badge.svg) ![Lint Check (pre-commit)](https://github.com/rishyak/rish.bounds_test/actions/workflows/pre-commit.yml/badge.svg) ![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg) `beman.bounds_test` is a C++ library providing overflow and undefined behavior checking for integer operations. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md). From c79990b163ded7c4ade141af8f29ed350ab7153d Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Sat, 5 Jul 2025 16:39:34 -0700 Subject: [PATCH 2/2] driveby fix for emacs temp files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7affae3..4957963 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ .settings/ .cache/ +# ignore emacs temp files +*~ +\#*\# + # Miscellaneous build and testing folders build/