libsigcplusplus / libsigcplusplusLinks
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.
☆414Updated 3 months ago
Alternatives and similar repositories for libsigcplusplus
Users that are interested in libsigcplusplus are comparing it to the libraries listed below
Sorting:
- Pure C++17 Signals and Slots☆432Updated 2 years ago
- Small, header only signals and slots C++11 library.☆260Updated 2 years ago
- A simple C++14 signal-slots implementation☆813Updated this week
- Semantic Versioning for modern C++☆334Updated 2 weeks ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆443Updated 4 months ago
- Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).☆193Updated 3 weeks ago
- C++ Library for pulling system and hardware information, without hitting the command line.☆447Updated 3 months ago
- A cross-platform (C99/C++11) process library☆595Updated last year
- Boost.org interprocess module☆156Updated 3 weeks ago
- Boost.org filesystem module☆170Updated last month
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆408Updated 4 months ago
- Boost Process☆136Updated last week
- JSON-RPC for modern C++