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.
☆93Updated this 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☆78Updated last year
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆94Updated this week
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆102Updated 3 years ago
- type-safe and low-boilerplate bit level serialization☆124Updated 3 years ago
- Peter Sommerlad's Simple Strong Typing☆34Updated last year
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆265Updated this week
- ☆39Updated this week
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆96Updated this week
- Zoo library☆127Updated last month
- SPY - C++ Information Broker☆156Updated last week
- ☆78Updated 4 months ago
- Meta programming library designed for compilation speed.☆171Updated 3 years ago
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆34Updated this week
- Bit containers, sequences, and views for everyone. 🕷️☆128Updated 3 years ago
- C++20 State Machine library☆215Updated 3 months ago
- C++20 Compact Tuple Tools☆53Updated this week
- C++20 Meta-Programming library☆289Updated 2 months ago
- Finite State Machine implementation using std::variant☆88Updated 5 years ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆82Updated this week
- Read JSON, YAML, TOML, XML or INI configuration by declaring a struct☆113Updated last month
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆101Updated last year
- C++ library aiming to replace all built-in integers☆95Updated 2 months ago
- Lightweight C++20 testing framework.☆290Updated last week
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆225Updated 7 months ago
- A C++ type to trace calls to special member functions.☆103Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆160Updated 5 months ago
- A modern C++-20 testing framework.☆51Updated last year
- Coroutine support tools☆36Updated 5 months ago
- A collection of interfaces and abstractions for embedded peripherals and devices using modern C++☆89Updated last year
- value types for composite class design - with allocators☆57Updated last month