You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
30
30
- [Networking](#networking)
31
31
- [PDF](#pdf)
32
32
- [Physics](#physics)
33
+
- [Regular Expression](#regular-expression)
33
34
- [Robotics](#robotics)
34
35
- [Scientific Computing](#scientific-computing)
35
36
- [Scripting](#scripting)
@@ -505,6 +506,13 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
505
506
*[ofxBox2d](https://github.com/vanderlin/ofxBox2d) - openFrameworks wrapper for Box2D. [BSD-like]
506
507
*[Simbody](https://github.com/simbody/simbody) - High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. [Apache2]
507
508
509
+
## Regular Expression
510
+
511
+
*[CppVerbalExpressions](https://github.com/VerbalExpressions/CppVerbalExpressions) - C++ regular expressions made easy. [MIT]
512
+
*[PCRE](http://pcre.org/) - A regular expression C library inspired by the regular expression capabilities in Perl. [BSD]
513
+
*[RE2](https://github.com/google/re2) - A software library for regular expressions via a finite-state machine using automata theory. [BSD-3-Clause]
514
+
*[SLRE](https://github.com/cesanta/slre) - Super Light Regexp engine for C/C++. [GPLv2/Commercial]
515
+
508
516
## Robotics
509
517
510
518
*[MOOS-IvP](http://moos-ivp.org) - A set of open source C++ modules for providing autonomy on robotic platforms, in particular autonomous marine vehicles.
@@ -593,7 +601,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
593
601
*[{fmt}](https://github.com/fmtlib/fmt):zap: - Small, safe and fast formatting library for C++. [Simplified BSD]
594
602
*[FastFormat](http://www.fastformat.org) - Fast, Safe C++ Formatting inspired by log4j and Pantheios [Simplified BSD]
595
603
*[casacore](https://code.google.com/p/casacore/) - A set of c++ core libraries derived from aips++. [LGPL]
596
-
*[CppVerbalExpressions](https://github.com/VerbalExpressions/CppVerbalExpressions) - C++ regular expressions made easy. [MIT]
597
604
*[QtVerbalExpressions](https://github.com/VerbalExpressions/QtVerbalExpressions) - This Qt lib is based off of the C++ VerbalExpressions library. [MIT]
598
605
*[c-smart-pointers](https://github.com/Snaipe/libcsptr) - Smart pointers for the (GNU) C programming language. [MIT]
599
606
*[cxx-prettyprint](https://github.com/louisdx/cxx-prettyprint) - A pretty printing library for C++ containers. [Boost]
@@ -608,17 +615,14 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
608
615
*[libnih](https://github.com/keybuk/libnih) - A lightweight library of C functions and structures. [GPL2.1]
609
616
*[libusb](http://www.libusb.org/) - A universal USB library which allows for portable access to USB devices. [LGPL2]
610
617
*[Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD]
611
-
*[PCRE](http://pcre.org/) - A regular expression C library inspired by the regular expression capabilities in Perl. [BSD]
*[RE2](https://github.com/google/re2) - A software library for regular expressions via a finite-state machine using automata theory.
614
619
*[PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2][website](http://www.php-cpp.com/)
615
620
*[Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial]
616
621
*[Scintilla](http://scintilla.org/) - A free source code editing component. [MIT]
617
622
*[SDS](https://github.com/antirez/sds) - Simple Dynamic Strings library for C. [BSD]
618
623
*[semver.c](https://github.com/h2non/semver.c) - A semver parser and render in ANSI C. [MIT]
619
624
*[Serial Communication Library](https://github.com/wjwwood/serial) - Cross-platform, Serial Port library written in C++. [MIT]
620
625
*[sigslot](http://sigslot.sourceforge.net/) - C++ Signal/Slot Library. [PublicDomain]
621
-
*[SLRE](https://github.com/cesanta/slre) - Super Light Regexp engine for C/C++. [GPL2/Commercial]
622
626
*[Stage](https://github.com/rtv/Stage) - Mobile robot simulator. [GPL2]
623
627
*[stdman](https://github.com/jeaye/stdman) Formatted C++11/14 stdlib man pages (from cppreference). [MIT]
624
628
*[stb](https://github.com/nothings/stb):zap: - A range of single-file libraries for C/C++. [PublicDomain]
0 commit comments