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.
☆440Jan 26, 2026Updated last month
Alternatives and similar repositories for libsigcplusplus
Users that are interested in libsigcplusplus are comparing it to the libraries listed below
Sorting:
- Event Dispatcher and callback list for C++☆1,639Dec 8, 2024Updated last year
- A simple C++14 signal-slots implementation☆872Jul 26, 2025Updated 7 months ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,285Oct 14, 2024Updated last year
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆513Feb 6, 2026Updated 3 weeks ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,178Feb 15, 2026Updated 2 weeks ago
- expected lite - C++23 expected objects for C++11 and later in a single-file header-only library☆539Dec 27, 2025Updated 2 months ago
- efsw is a C++ cross-platform file system watcher and notifier.☆846Jan 20, 2026Updated last month
- Zero overhead utilities for preventing bugs at compile time☆1,632Oct 13, 2025Updated 4 months ago
- Your binary serialization library☆1,218Oct 9, 2025Updated 4 months ago
- Functional Programming Library for C++. Write concise and readable C++ code.☆2,273Jan 18, 2026Updated last month
- This library provides a C++ interface to XML files. It uses libxml2 to access the XML files.☆77Updated this week
- Event loop friendly C++ actor micro-framework, supervisable☆379Dec 27, 2025Updated 2 months ago
- universal serialization engine☆1,298Feb 11, 2026Updated 2 weeks ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,594May 29, 2025Updated 9 months ago
- Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW☆304Jul 15, 2025Updated 7 months ago
- ISO C++ Core Guidelines Library implementation for C++98, C++11 up☆969Feb 16, 2026Updated last week
- Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!☆2,029Dec 17, 2025Updated 2 months ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆775Feb 1, 2026Updated last month
- cross-platform coroutine library in c++☆869Jan 20, 2026Updated last month
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,158Feb 19, 2026Updated last week
- scanf for modern C++☆1,298Oct 29, 2025Updated 4 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,013Jan 8, 2026Updated last month
- A date and time library based on the C++11/14/17 <chrono> header☆3,378Jan 10, 2026Updated last month
- An OSGi-like C++ dynamic module system and service registry☆862Feb 9, 2026Updated 2 weeks ago
- A library of C++ coroutine abstractions for the coroutines TS☆3,817Jan 9, 2024Updated 2 years ago
- An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.☆1,514Dec 31, 2025Updated 2 months ago
- C++ promise/A+ library in Javascript style.☆694Apr 19, 2024Updated last year
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,740May 1, 2025Updated 10 months ago
- A cross-platform (C99/C++11) process library☆617Apr 7, 2024Updated last year
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate …☆5,961Feb 7, 2026Updated 3 weeks ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,467Feb 11, 2026Updated 2 weeks ago
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port,socks5.☆920Feb 2, 2026Updated 3 weeks ago
- Pure C++17 Signals and Slots☆434Aug 7, 2022Updated 3 years ago
- Set of cross platform C++ libraries (Core, Gui, Network, Multimedia, SQL, Vulkan, etc)☆1,276Jan 27, 2026Updated last month
- C++ compile-time enum to string, iteration, in a single header file☆1,811Feb 10, 2024Updated 2 years ago
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,351Mar 23, 2025Updated 11 months ago
- A small header-only library for converting data between json representation and c++ structs☆159Updated this week
- Fast and memory efficient c++ flat hash table/map/set☆688Feb 18, 2026Updated last week