Skip to content

Commit 520c367

Browse files
authored
Moved the entry to the correct position.
Moved the entry to the correct position to be in alphabetical order.
1 parent 1119467 commit 520c367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
715715
* [semver.c](https://github.com/h2non/semver.c) - A semver parser and render in ANSI C. [MIT]
716716
* [Serial Communication Library](https://github.com/wjwwood/serial) - Cross-platform, Serial Port library written in C++. [MIT]
717717
* [sigslot](http://sigslot.sourceforge.net/) - C++ Signal/Slot Library. [PublicDomain]
718+
* [SimpleSignal](https://github.com/larspensjo/SimpleSignal) - High performance C++11 signals. [PublicDomain]
718719
* [Stage](https://github.com/rtv/Stage) - Mobile robot simulator. [GPL2]
719720
* [stdman](https://github.com/jeaye/stdman) Formatted C++11/14 stdlib man pages (from cppreference). [MIT]
720721
* [stb](https://github.com/nothings/stb) :zap: - A range of single-file libraries for C/C++. [PublicDomain]
@@ -725,7 +726,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
725726
* [VarTypes](https://code.google.com/p/vartypes/) - A feature-rich, object-oriented framework for managing variables in C++ / Qt4. [LGPL]
726727
* [ZBar](http://zbar.sourceforge.net/) - A barcode scanner library, which allows to scan photos/images/video streams for barcodes and return their value. [LGPL2]
727728
* [ZXing](https://github.com/zxing/zxing/) - An open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. [Apache]
728-
* [SimpleSignal](https://github.com/larspensjo/SimpleSignal) - High performance C++11 signals. [PublicDomain]
729729

730730
# Software
731731
*Software for creating a development environment.*

0 commit comments

Comments
 (0)