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.
☆97Updated 3 weeks ago
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 2 months ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆106Updated 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
- C++20 Compact Tuple Tools☆57Updated last month
- type-safe and low-boilerplate bit level serialization☆125Updated 4 years ago
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆37Updated this week
- Peter Sommerlad's Simple Strong Typing☆34Updated 2 years ago
- ☆81Updated 9 months ago
- Bit containers, sequences, and views for everyone. 🕷️☆129Updated 3 years ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆143Updated 2 weeks ago
- Meta programming library designed for compilation speed.☆172Updated 2 months ago
- Zoo library☆134Updated 6 months ago
- Coroutine support tools☆36Updated 3 months ago
- A C++ parser combinator library.☆162Updated last month
- A Beman Library Exemplar (Template)☆91Updated this week
- SPY - C++ Information Broker☆157Updated last month
- Organization, documentation, etc. for the Beman Project,☆111Updated 3 weeks ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆282Updated 3 weeks ago
- ☆44Updated 3 weeks ago
- Common Package Specification — A cross-tool mechanism for locating software dependencies☆152Updated this week
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆228Updated 3 months ago
- Coroutines for C++23☆39Updated 4 months ago
- Read JSON, YAML, TOML, XML or INI configuration by declaring a struct☆116Updated 6 months ago
- C++20 State Machine library☆232Updated 8 months ago
- A hash function library☆49Updated last month
- A modern C++-20 testing framework.☆52Updated last year
- ranges features for c+23 ported to C++20☆76Updated 2 years ago
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆107Updated last year
- Lightweight C++20 testing framework.☆301Updated last month
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆67Updated last month