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 last week
- C++20 Compact Tuple Tools☆54Updated 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
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆102Updated this week
- type-safe and low-boilerplate bit level serialization☆124Updated 3 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆128Updated 3 years ago
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆34Updated this week
- SPY - C++ Information Broker☆156Updated last month
- Peter Sommerlad's Simple Strong Typing☆34Updated last year
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆272Updated this week
- Meta programming library designed for compilation speed.☆171Updated 3 years ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆85Updated 2 weeks ago
- ☆40Updated last week
- Zoo library☆128Updated 2 months ago
- Finite State Machine implementation using std::variant☆89Updated 5 years ago
- Lightweight C++20 testing framework.☆293Updated last month
- Migrated to https://codeberg.org/cmargiotta/compile-time-fsm☆104Updated last week
- ☆79Updated 5 months ago
- C++20 Unit-Testing library☆50Updated 4 months ago
- C++20 State Machine library☆224Updated 4 months ago
- Libusb wrapper for Asio☆65Updated 2 years ago
- value types for composite class design - with allocators☆58Updated 2 weeks ago
- The Fancy Named Parameters Library☆34Updated last month
- Read JSON, YAML, TOML, XML or INI configuration by declaring a struct☆114Updated 2 months ago
- Recursive Variant: A simple library for Recursive Variant Types☆89Updated 3 months ago
- Source for papers and proposals☆74Updated last week
- Replacement for std::optional with efficient memory usage and additional features.☆49Updated 6 months ago
- A C++ parser combinator library.☆153Updated 3 weeks ago
- A Header only, constexpr / compile time small table based CRC library.☆24Updated 2 years ago