eteran / cpp-utilitiesLinks
Miscellaneous C++11 utility classes and functions
☆433Updated 4 months ago
Alternatives and similar repositories for cpp-utilities
Users that are interested in cpp-utilities are comparing it to the libraries listed below
Sorting:
- A miniature library for struct-field reflection in C++☆583Updated last month
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆136Updated 4 years ago
- Pure C++17 Signals and Slots☆432Updated 3 years ago
- C++ regular expressions made easy☆390Updated 5 years ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- Small, header only signals and slots C++11 library.☆259Updated 2 years ago
- A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading fr…☆358Updated 7 years ago
- C++ Binary Fixed-Point Arithmetic☆234Updated 6 years ago
- Yet Another Serialization☆764Updated 6 months ago
- Sole is a lightweight C++11 library to generate universally unique identificators (UUID), both v1 and v4.☆301Updated 3 years ago
- A simple and lightweight command line parser using C++11.☆205Updated 10 months ago
- High performance C++11 signals☆177Updated 6 years ago
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆662Updated 2 years ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆410Updated 5 months ago
- A Compositional Numeric Library for C++☆663Updated last year
- C++ hash map and hash set which preserve the order of insertion☆547Updated 11 months ago
- Unicode (UTF-8) capable std::string☆550Updated 2 months ago
- Your binary serialization library☆1,171Updated 6 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆575Updated last month
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- Minimal, type safe printf replacement library for C++☆550Updated last year
- C++11 multiplatform utility library☆511Updated last month
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆444Updated 5 months ago
- Cross-platform C++ file system library supporting multiple backends☆498Updated last year
- Lightweight finite state machine framework for C++11☆166Updated 4 years ago
- A C++ configurable Expression Parser. Useful as a Calculator or for helping you write your own Programming Language☆358Updated 2 months ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆497Updated last year
- Header-only, non-intrusive and macro-free runtime reflection system in C++☆641Updated 3 months ago
- General purpose modern C++ Signal-Slot providing ease of use, flexibility and extremely high performance aiming to replace traditional in…☆224Updated 2 years ago
- Compile Time Type Information for C++