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 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 year
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆96Updated 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
- Bit containers, sequences, and views for everyone. 🕷️☆128Updated 3 years ago
- C++20 Compact Tuple Tools☆55Updated 2 weeks ago
- type-safe and low-boilerplate bit level serialization☆124Updated 3 years ago
- Zoo library☆129Updated 3 months ago
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆34Updated this week
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆105Updated this week
- Replacement for std::optional with efficient memory usage and additional features.☆49Updated 7 months ago
- SPY - C++ Information Broker☆157Updated last week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆273Updated this week
- ☆79Updated 5 months ago
- Peter Sommerlad's Simple Strong Typing☆34Updated last year
- value types for composite class design - with allocators☆62Updated last month
- A Beman Library Exemplar (Template)☆75Updated this week
- ranges features for c+23 ported to C++20☆78Updated 2 years ago
- ☆41Updated this week
- Meta programming library designed for compilation speed.☆171Updated 3 years ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆227Updated this week
- Read JSON, YAML, TOML, XML or INI configuration by declaring a struct☆115Updated 2 months ago
- C++ library aiming to replace all built-in integers☆97Updated last week
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆162Updated this week
- Lightweight C++20 testing framework.☆294Updated last month
- Metadata to support C++ packaging☆38Updated 2 years ago
- C++20 Meta-Programming library☆296Updated 4 months ago
- Coroutines for C++23☆39Updated 2 weeks ago
- Finite State Machine implementation using std::variant☆89Updated 6 years ago
- Libusb wrapper for Asio☆65Updated 2 years ago
- A modern C++ library for type-safe environment variable parsing☆148Updated 10 months ago