gbmhunter / CppUtilsLinks
A library with a range of utility classes and methods for jump starting C++ applications.
☆18Updated 6 years ago
Alternatives and similar repositories for CppUtils
Users that are interested in CppUtils are comparing it to the libraries listed below
Sorting:
- Libusb wrapper for Asio☆65Updated 2 years ago
- A Header only, constexpr / compile time small table based CRC library.☆24Updated 2 years ago
- Flexible, portable, high-performance bit fields C++ library. unsigned a:13 becomes F<13> a;☆28Updated 7 years ago
- C++(11) library to implement custom binary communication protocols☆69Updated 3 months ago
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- A simple implementation of a MessageBus.☆26Updated last year
- Embedded friendly std::function alternative. Never heap alloc, no exceptions☆63Updated 6 years ago
- type-safe and low-boilerplate bit level serialization☆125Updated 4 years ago
- A C++20 header-only library to convert Structs to Tuples, and Tuples to Structs!☆15Updated 10 months ago
- A lean C++ string format library (mainly) for embedded platforms☆21Updated 6 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- Library for complex bitfields☆19Updated last year
- A C++ serialization/deserialization library designed with embedded systems in mind☆101Updated 6 months ago
- Subset of the C++ standard library for AVR targets☆82Updated 6 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.☆45Updated 2 weeks ago
- Implementation of a lock-free ring buffer class.☆38Updated 11 months ago
- A collection of interfaces and abstractions for embedded peripherals and devices using modern C++☆89Updated last year
- easy to use callback library for C++☆42Updated 8 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- Shared infrastructure for CI/CD for projects using CMake & CPM, primarily with C++.☆25Updated last week
- State Machine Design in C++☆165Updated 5 months ago
- A C++ Library for Dealing with Semantic Versioning☆11Updated 5 years ago
- Like a serial killer, but friendlier. A C++ serial publish/subscribe based communication protocol.☆39Updated 7 years ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated 2 months ago
- A drop-in "bigint" C++ class☆23Updated 6 years ago
- Timers and Alarms based on threads in modern C++☆12Updated last year
- Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions and spreadsheet formulas in C++.☆116Updated 2 weeks ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆165Updated 2 weeks ago
- libcluon is a small and efficient, single-file and header-only library written in modern C++ to power microservices.☆108Updated 8 months ago
- Filter out GPS Noise on Arduino and applying a Kalman Filter with SSE implementation☆17Updated 4 years ago