lightful / syscpp
C++ Active Objects
☆62Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for syscpp
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆154Updated 5 months ago
- std::ring_span (SG14, P0059R1)☆45Updated 7 years ago
- Finite State Machine implementation using std::variant☆84Updated 5 years ago
- Libusb wrapper for Asio☆63Updated last year
- type-safe and low-boilerplate bit level serialization☆120Updated 3 years ago
- An implementation of jss::object_ptr; a type similar to std::observer_ptr but with a few improvements☆33Updated 4 years ago
- A C++ serialization/deserialization library designed with embedded systems in mind☆88Updated 2 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆96Updated 3 years ago
- ☆62Updated 8 years ago
- Agent Based Class Design☆50Updated 4 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated 7 months ago
- A bunch of small C++ utilities☆62Updated 11 months ago
- ☆31Updated 3 years ago
- Variadic templates and std::integer_sequence support library☆109Updated 3 years ago
- ☆20Updated last month
- Boost (not yet) Tacit Meta Programming - your DSL for metaprogramming☆66Updated 4 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆109Updated 7 months ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆136Updated 2 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated 10 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated 10 months ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆41Updated this week
- Meta programming library designed for compilation speed.☆167Updated 2 years ago
- Thread aware Signal/Slot library☆75Updated last month
- A C++ coroutine library for writing asynchronous distributed applications using Boost ASIO, Qt, gRPC, ROS2, TAO, ..., as communication f…