mahilab / mahi-utilLinks
Utility classes and common functionality use by the mahi-lib ecosystem
☆17Updated 2 years ago
Alternatives and similar repositories for mahi-util
Users that are interested in mahi-util are comparing it to the libraries listed below
Sorting:
- C++14 compatible observer pattern / signal slot pattern that can ignore extra parameters like Qt's signals and slots.☆18Updated 3 years ago
- A library that brings C# like properties to modern C++.☆23Updated last month
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A small library in modern C++ to initialize spdlog loggers from a toml configuration file.☆16Updated last month
- A simple implementation of a MessageBus.☆26Updated last year
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 6 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 9 months ago
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- Pipelines for Modern C++☆67Updated 4 years ago
- Library for complex bitfields☆19Updated last year
- Container Traits for Modern C++☆29Updated 4 years ago
- A header only modern c++ wrapper for the windows API.☆14Updated 5 months ago
- A canvas addon for imgui☆29Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Numerical signals based Log To Graph Converter☆45Updated 6 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆53Updated 2 weeks ago
- wxSystemInformationFrame is a wxFrame-derived class that can be easily added to a wxWidgets application and provide a quick overview of m…☆18Updated last week
- A C++ Library for Making SVG Charts (fork of PPlot)☆18Updated 2 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 months ago
- A node editor base on Qt & C++☆9Updated 3 years ago
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆16Updated last week
- 3 different C++, multi-threaded queues including a lock-free one☆10Updated last year
- Lightweight C++ Signals and Slots implementation☆34Updated 5 months ago
- another c#-like property accessor for C++11 and above.☆20Updated 7 months ago
- Qt Quick integration for Dear ImGui☆28Updated 5 years ago
- Micro Signal/Slot implementetation☆34Updated last year
- Lightweight system monitor for Linux☆33Updated 2 years ago
- A task orient thread pool library for C++14 with cancellation and allocator support