libsigcplusplus / libsigcplusplus
libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.
☆384Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for libsigcplusplus
- Pure C++17 Signals and Slots☆410Updated 2 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆422Updated 5 months ago
- A cross-platform (C99/C++11) process library☆552Updated 7 months ago
- C++ library for storing and printing backtraces.☆434Updated 2 weeks ago
- Semantic Versioning for modern C++☆300Updated last month
- A simple C++14 signal-slots implementation☆720Updated 5 months ago
- JSON-RPC for modern C++☆247Updated 3 weeks ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆383Updated 3 weeks ago
- Fast, convenient JSON serialization and parsing in C++☆475Updated this week
- Small, header only signals and slots C++11 library.☆253Updated last year
- Lightweight Error Augmentation Framework☆313Updated last month
- A miniature library for struct-field reflection in C++☆497Updated last year
- Unicode (UTF-8) capable std::string☆544Updated last year
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆404Updated 5 months 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…☆341Updated 6 years ago
- Reactive programming & data binding in C++☆291Updated last month
- C++ Coroutines for Qt☆382Updated last week
- C++ Library for pulling system and hardware information, without hitting the command line.☆412Updated 2 months ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆858Updated 4 months ago
- 🦘 A dependency injection container for C++11, C++14 and later☆495Updated 2 weeks ago
- P1031 low level file i/o and filesystem library for the C++ standard☆868Updated this week
- Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW☆295Updated 3 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆545Updated 2 months ago
- Set of cross platform C++ libraries (Core, Gui, Network, Multimedia, SQL, Vulkan, etc)☆1,088Updated 2 weeks ago
- json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa☆422Updated last month
- Qt-oriented static code analyzer based on the Clang framework☆667Updated this week
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated 5 months ago
- Implementation of C++20's std::span for older compilers☆335Updated last year
- cross platform subprocess library for c++ similar to design of python subprocess☆189Updated 2 months ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆483Updated last week