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.
☆99Updated 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☆80Updated 3 months ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆108Updated last week
- C++20 Compact Tuple Tools☆57Updated this week
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆108Updated 4 years ago
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆39Updated last week
- Common Package Specification — A cross-tool mechanism for locating software dependencies☆158Updated last week
- Bit containers, sequences, and views for everyone. 🕷️☆130Updated 3 years ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆146Updated last week
- type-safe and low-boilerplate bit level serialization☆125Updated 4 years ago
- Meta programming library designed for compilation speed.☆172Updated 3 months ago
- ☆46Updated last week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆286Updated last week
- Peter Sommerlad's Simple Strong Typing☆34Updated 2 years ago
- ☆81Updated 9 months ago
- C++20 State Machine library☆233Updated 8 months ago
- Read JSON, YAML, TOML, XML or INI configuration by declaring a struct☆118Updated 6 months ago
- SPY - C++ Information Broker☆159Updated 2 weeks ago
- C++ library aiming to replace all built-in integers☆100Updated last month
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆229Updated 4 months ago
- Zoo library☆135Updated 7 months ago
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 11 months ago
- A Beman Library Exemplar (Template)☆95Updated this week
- ☆93Updated 4 months ago
- constexpr C++17 library for simplifying higher order functions in application code☆202Updated 2 years ago
- value types for composite class design - with allocators☆73Updated 2 weeks ago
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆58Updated this week
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- Advanced compile-time validation in C++☆43Updated last year
- Recursive Variant: A simple library for Recursive Variant Types☆96Updated 8 months ago
- Metadata to support C++ packaging☆38Updated 3 years ago