From 19088fad587ff415186a4d3b967c70ee80401dba Mon Sep 17 00:00:00 2001 From: myd7349 Date: Wed, 19 Nov 2014 11:41:55 +0800 Subject: [PATCH] Add sigslot under Miscellaneous sigslot - C++ Signal/Slot Library Its home page: http://sigslot.sourceforge.net/ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c8923..dfc989a 100644 --- a/README.md +++ b/README.md @@ -437,8 +437,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [PCRE](http://pcre.org/) - A regular expression C library inspired by the regular expression capabilities in Perl. [BSD] * [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPLv2/Commercial] * [Scintilla](http://scintilla.org/) - A free source code editing component. [MIT] -* [Serial Communication Library](https://github.com/wjwwood/serial) - Cross-platform, Serial Port library written in C++. [MIT] * [SDS](https://github.com/antirez/sds) - Simple Dynamic Strings library for C. [BSD] +* [Serial Communication Library](https://github.com/wjwwood/serial) - Cross-platform, Serial Port library written in C++. [MIT] +* [sigslot](http://sigslot.sourceforge.net/) - C++ Signal/Slot Library. * [SLDR](https://github.com/cesanta/sldr) - Super Light DNS Resolver. [GPLv2/Commercial] * [SLRE](https://github.com/cesanta/slre) - Super Light Regular Expression library. [GPLv2/Commercial] * [Stage](https://github.com/rtv/Stage) - Mobile robot simulator. [GPLv2]