tedsta / Reflectable
A C++11 header only library built from code stolen from around the internet to allow compile-time reflection.
☆17Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for Reflectable
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 8 years ago
- A reasonably fast and tidy C++ implemention of signals/slots☆35Updated 9 months ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- Non-intrusive C++ signal programming library☆49Updated 2 years ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- ☆22Updated 7 years ago
- How to build and maintain a "global" type-list☆23Updated 4 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆28Updated 8 years ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 7 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago
- Foundations of symbol based programming☆30Updated 4 years ago
- TinyThread++ fork with lambda, future and continuation support.☆30Updated 12 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆42Updated 4 years ago
- WIP☆26Updated 5 years ago
- JSON Serializer using compile time reflection☆20Updated last year
- Lock-free concurrent work stealing deque in C++☆36Updated 6 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 4 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 8 years ago
- std::invoke/std::apply analogs for C++11/14☆40Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 5 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆60Updated 4 years ago
- Mutex implementations and utilities☆31Updated 7 years ago
- Fast delegates implementation☆56Updated 2 years ago