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.
☆94Updated 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 2 years ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆97Updated this week
- C++20 Compact Tuple Tools☆56Updated this week
- type-safe and low-boilerplate bit level serialization☆125Updated 3 years ago
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆102Updated 4 years ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆107Updated this week
- ☆79Updated 6 months ago
- Bit containers, sequences, and views for everyone. 🕷️☆128Updated 3 years ago
- Peter Sommerlad's Simple Strong Typing☆34Updated 2 years ago
- SPY - C++ Information Broker☆157Updated 2 weeks ago
- Meta programming library designed for compilation speed.☆172Updated 3 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆275Updated this week
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆34Updated this week
- ☆42Updated this week
- Finite State Machine implementation using std::variant☆89Updated 6 years ago
- Metadata to support C++ packaging☆38Updated 2 years ago
- Zoo library☆131Updated 3 months ago
- C++20 State Machine library☆229Updated 5 months ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆228Updated 3 weeks ago
- Libusb wrapper for Asio☆65Updated 2 years ago
- A modern C++-20 testing framework.☆51Updated last year
- Read JSON, YAML, TOML, XML or INI configuration by declaring a struct☆115Updated 3 months ago
- Replacement for std::optional with efficient memory usage and additional features.☆49Updated 7 months ago
- Organization, documentation, etc. for the Beman Project,☆103Updated this week
- Implementation of the std::execution (P2300, sender/receiver) proposal☆90Updated last week
- Coroutine support tools☆36Updated 2 weeks ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 9 months ago
- Lightweight C++20 testing framework.☆294Updated 2 months ago
- value types for composite class design - with allocators☆63Updated last month
- constexpr C++17 library for simplifying higher order functions in application code☆202Updated 2 years ago