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:
- A simple implementation of a MessageBus.☆26Updated last year
- C++(11) library to implement custom binary communication protocols☆71Updated 3 weeks ago
- Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions and spreadsheet formulas in C++.☆118Updated 3 weeks ago
- Flexible, portable, high-performance bit fields C++ library. unsigned a:13 becomes F<13> a;☆28Updated 7 years ago
- Filter out GPS Noise on Arduino and applying a Kalman Filter with SSE implementation☆17Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated 2 months 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
- A dockerized version of Dear ImGui☆52Updated 2 years ago
- Libusb wrapper for Asio☆65Updated 3 years ago
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆27Updated 2 weeks ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated 4 months ago
- GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.☆33Updated 7 months ago
- High-Performance Flat Finite State Machine Framework☆56Updated last month
- C++ based Hierarchical / Finite State Machine library oriented for embedded and RTOS systems.☆116Updated last year
- libcluon is a small and efficient, single-file and header-only library written in modern C++ to power microservices.☆109Updated 9 months ago
- Like a serial killer, but friendlier. A C++ serial publish/subscribe based communication protocol.☆39Updated 8 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- Embedded friendly std::function alternative. Never heap alloc, no exceptions☆62Updated 6 years ago
- A light-weight, fast PID library designed for use on embedded systems (but can also run on any machine which has a G++ compiler).☆20Updated 6 years ago
- Signal & callback generic class for C++ applications☆11Updated 10 months ago
- C++11 compatible charconv☆31Updated last week
- Header-only pure C++11 library providing signal and slot functionality☆18Updated 6 years ago
- A simple openGL 2D plotter for quickly updated data.☆62Updated last year
- another c#-like property accessor for C++11 and above.☆16Updated last year
- A C++ serialization/deserialization library designed with embedded systems in mind☆101Updated 8 months ago
- A Header only, constexpr / compile time small table based CRC library.☆24Updated 2 years ago
- Implementation of a lock-free ring buffer class.☆38Updated last year
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- a set of add-on classes and helper functions bringing basic XPath element selection and C++11/14 features, such as iterators, strings and…☆25Updated 3 years ago