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
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
64
64
65
65
*[Apache C++ Standard Library](http://stdcxx.apache.org/) - A collection of algorithms, containers, iterators, and other fundamental components. [Apache2]
66
66
*[ASL](http://stlab.adobe.com/) - Adobe Source Libraries provides peer-reviewed and portable C++ source libraries. [MIT]
67
-
*[Boost](https://github.com/boostorg) - A large collection of generic C++ libraries. [Boost][website](http://www.boost.org/)
67
+
*[Boost](https://github.com/boostorg):star:- A large collection of generic C++ libraries. [Boost][website](http://www.boost.org/)
68
68
*[BDE](https://github.com/bloomberg/bde) - The BDE Development Environment from Bloomberg Labs. [MIT]
69
69
*[Cinder](http://libcinder.org/) - A community-developed, free and open source library for professional-quality creative coding. [BSD]
70
70
*[Cxxomfort](http://ryan.gulix.cl/fossil.cgi/cxxomfort/) - A small, header-only library that backports to C++03 some of the nifty C++11 goodies. [MIT]
71
-
*[Dlib](http://dlib.net/) - A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. [Boost]
71
+
*[Dlib](http://dlib.net/):star:- A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. [Boost]
72
72
*[EASTL](https://github.com/paulhodge/EASTL) - Public part of EA-STL. [BSD]
73
73
*[ffead-cpp](https://github.com/sumeetchhetri/ffead-cpp) - Framework for Enterprise Application Development. [Apache2]
74
74
*[Folly](https://github.com/facebook/folly) - An open-source C++ library developed and used at Facebook. [Apache2]
@@ -79,7 +79,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
79
79
*[Loki](http://loki-lib.sourceforge.net/) - A C++ library of designs, containing flexible implementations of common design patterns and idioms. [MIT]
80
80
*[MiLi](https://code.google.com/p/mili/) - Minimal headers-only C++ Library. [Boost]
81
81
*[openFrameworks](http://www.openframeworks.cc/) - An open source C++ toolkit for creative coding. [MIT]
82
-
*[Qt](http://qt-project.org/) - A cross-platform application and UI framework. [LGPL]
82
+
*[Qt](http://qt-project.org/):star:- A cross-platform application and UI framework. [LGPL]
83
83
*[Reason](http://code.google.com/p/reason/) - A cross platform framework designed to bring the ease of use of Java, .Net, or Python to developers who require the performance and strength of C++. [GPLv2]
84
84
*[ROOT](http://root.cern.ch) - A set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Used at CERN. [LGPL]
85
85
*[STLport](http://www.stlport.org/) - An exemplary version of STL. [Free]
@@ -249,21 +249,21 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
249
249
250
250
## JSON
251
251
252
-
*[frozen](https://github.com/cesanta/frozen) - :star: 20+ - JSON parser and generator for C/C++. [GPL & GPLv2]
253
-
*[Jansson](https://github.com/akheron/jansson) - :star: 650+ - C library for encoding, decoding and manipulating JSON data. [MIT]
254
-
*[jbson](https://github.com/chrismanning/jbson) - :star: 10 - jbson is a library for building & iterating BSON data, and JSON documents in C++14. [Boost]
255
-
*[JeayeSON](https://github.com/jeaye/jeayeson) - :star: 20+ - A very sane (header only) C++ JSON library. [BSD]
256
-
*[JSON++](https://github.com/hjiang/jsonxx) - :star: 130+ - A JSON parser in C++. [MIT]
252
+
*[frozen](https://github.com/cesanta/frozen) - JSON parser and generator for C/C++. [GPL & GPLv2]
253
+
*[Jansson](https://github.com/akheron/jansson) - C library for encoding, decoding and manipulating JSON data. [MIT]
254
+
*[jbson](https://github.com/chrismanning/jbson) - jbson is a library for building & iterating BSON data, and JSON documents in C++14. [Boost]
255
+
*[JeayeSON](https://github.com/jeaye/jeayeson) - A very sane (header only) C++ JSON library. [BSD]
256
+
*[JSON++](https://github.com/hjiang/jsonxx) - A JSON parser in C++. [MIT]
257
257
*[json-parser](https://github.com/udp/json-parser) - Very low footprint JSON parser written in portable ANSI C. [BSD]
258
-
*[json11](https://github.com/dropbox/json11) - :star: 290+ - A tiny JSON library for C++11. [MIT]
258
+
*[json11](https://github.com/dropbox/json11) - A tiny JSON library for C++11. [MIT]
259
259
*[jute](https://github.com/amir-s/jute) - Very simple C++ JSON Parser. [PublicDomain]
260
-
*[libjson](https://github.com/vincenthz/libjson) - :star: 95 - A JSON parser and printer library in C. easy to integrate with any model. [LGPL]
260
+
*[libjson](https://github.com/vincenthz/libjson) - A JSON parser and printer library in C. easy to integrate with any model. [LGPL]
*[PicoJSON](https://github.com/kazuho/picojson) - :star: 170+ - A header-file-only, JSON parser serializer in C++. [BSD]
263
-
*[qt-json](https://github.com/gaudecker/qt-json) - :star: 120+ - A simple class for parsing JSON data into a QVariant hierarchy and vice versa. [GPLv3]
264
-
*[QJson](https://github.com/flavio/qjson) - :star: 70+ - QJson is a qt-based library that maps JSON data to QVariant objects. [LGPLv2]
265
-
*[RapidJSON](https://github.com/miloyip/rapidjson) - :star: 170+ - A fast JSON parser/generator for C++ with both SAX/DOM style API. [MIT]
266
-
*[YAJL](https://github.com/lloyd/yajl)- :star: 1,100+ - A fast streaming JSON parsing library in C. [ISC]
262
+
*[PicoJSON](https://github.com/kazuho/picojson) - A header-file-only, JSON parser serializer in C++. [BSD]
263
+
*[qt-json](https://github.com/gaudecker/qt-json) - A simple class for parsing JSON data into a QVariant hierarchy and vice versa. [GPLv3]
264
+
*[QJson](https://github.com/flavio/qjson) - A qt-based library that maps JSON data to QVariant objects. [LGPLv2]
265
+
*[RapidJSON](https://github.com/miloyip/rapidjson) - A fast JSON parser/generator for C++ with both SAX/DOM style API. [MIT]
266
+
*[YAJL](https://github.com/lloyd/yajl):star: - A fast streaming JSON parsing library in C. [ISC]
267
267
268
268
## Logging
269
269
@@ -529,9 +529,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
529
529
## Websites
530
530
*Useful C/C++ related websites.*
531
531
532
+
*[Standard C++](http://isocpp.org/):star: - News, Status & Discussion about Standard C++.
532
533
*[C++ reference](http://cppreference.com/) - C++98, C++03, C++11, C++14 reference.
533
534
*[cplusplus.com](http://www.cplusplus.com/) - The C++ Resources Network.
534
-
*[Standard C++](http://isocpp.org/) - News, Status & Discussion about Standard C++.
0 commit comments