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:
- Flexible, portable, high-performance bit fields C++ library. unsigned a:13 becomes F<13> a;☆28Updated 7 years ago
- Shared infrastructure for CI/CD for projects using CMake & CPM, primarily with C++.☆25Updated last week
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.☆33Updated 7 months ago
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆39Updated last week
- C++(11) library to implement custom binary communication protocols☆71Updated 3 weeks ago
- A collection of interfaces and abstractions for embedded peripherals and devices using modern C++☆89Updated 2 years ago
- Libusb wrapper for Asio☆65Updated 3 years ago
- A Header only, constexpr / compile time small table based CRC library.☆24Updated 2 years ago
- A C++ serialization/deserialization library designed with embedded systems in mind☆101Updated 8 months ago
- Embedded friendly std::function alternative. Never heap alloc, no exceptions☆62Updated 6 years ago
- Filter out GPS Noise on Arduino and applying a Kalman Filter with SSE implementation☆17Updated 4 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.☆46Updated this week
- type-safe and low-boilerplate bit level serialization☆124Updated 4 years ago
- Implementation of a lock-free ring buffer class.☆38Updated last year
- High-Performance Flat Finite State Machine Framework☆56Updated last month
- libcluon is a small and efficient, single-file and header-only library written in modern C++ to power microservices.☆109Updated 9 months ago
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆27Updated 2 weeks ago
- Small header only library to call a function at a specific time interval.☆29Updated last year
- A dockerized version of Dear ImGui☆52Updated 2 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- A C++ Library for Dealing with Semantic Versioning☆11Updated 5 years ago
- A simple implementation of a MessageBus.☆26Updated last year
- Like a serial killer, but friendlier. A C++ serial publish/subscribe based communication protocol.☆39Updated 8 years ago
- A simple openGL 2D plotter for quickly updated data.☆62Updated last year
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated 2 months ago
- C++ Empirical Transfer Function Estimate (ETFE) Similar to MATLAB tfestimate, pwelch, and cpsd☆56Updated 5 years ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆90Updated 4 months ago
- A C++11/14 implementation of fixed size, exception safe, STL style circular buffers for both single threaded and multithreaded contexts☆20Updated 10 years ago