intel / safe-arithmeticLinks
Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects against overflow, underflow, divide by zero, and out-of-bounds index access. This provides both functional correctness as well as greater protection against related security threats.
☆95Updated last week
Alternatives and similar repositories for safe-arithmetic
Users that are interested in safe-arithmetic are comparing it to the libraries listed below
Sorting:
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆79Updated last month
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆99Updated last week
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆36Updated last week
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆106Updated 4 years ago
- type-safe and low-boilerplate bit level serialization☆125Updated 4 years ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆135Updated last week
- ☆43Updated last week
- C++20 Compact Tuple Tools☆57Updated last week
- Peter Sommerlad's Simple Strong Typing☆34Updated 2 years ago
- Zoo library☆132Updated 5 months ago
- Bit containers, sequences, and views for everyone. 🕷️☆127Updated 3 years ago
- Meta programming library designed for compilation speed.☆172Updated 3 weeks ago
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 9 months ago
- SPY - C++ Information Broker☆157Updated last week
- C++20 State Machine library☆232Updated 6 months ago
- Libusb wrapper for Asio☆65Updated 2 years ago
- ☆80Updated 7 months ago
- A C++ parser combinator library.☆158Updated last week
- Coroutine support tools☆36Updated last month
- Coroutines for C++23☆39Updated 2 months ago
- Organization, documentation, etc. for the Beman Project,☆109Updated last month
- C++ library aiming to replace all built-in integers☆98Updated 3 weeks ago
- Common Package Specification — A cross-tool mechanism for locating software dependencies☆150Updated last month
- A modern C++-20 testing framework.☆52Updated last year
- A C++ type to trace calls to special member functions.☆104Updated last year
- Metadata to support C++ packaging☆38Updated 3 years ago
- Read JSON, YAML, TOML, XML or INI configuration by declaring a struct☆115Updated 4 months ago
- A Beman Library Exemplar (Template)☆82Updated last week
- P0323 & P2505 std::expected simple implementation☆42Updated 3 months ago
- A Header only, constexpr / compile time small table based CRC library.☆24Updated 2 years ago