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
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
113
113
114
114
## Asynchronous Event Loop
115
115
116
+
*[Asio](https://github.com/chriskohlhoff/asio/) - A cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. [Boost][website](http://think-async.com/)
116
117
*[Boost.Asio](http://think-async.com/) - A cross-platform C++ library for network and low-level I/O programming. [Boost]
118
+
*[C++ Actor Framework](https://github.com/actor-framework/actor-framework) - An Open Source Implementation of the Actor Model in C++. [BSD-3-Clause][website](http://actor-framework.org/)
117
119
*[libev](http://libev.schmorp.de/) - A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. [BSD and GPL]
118
120
*[libevent](http://libevent.org/) - An event notification library. [BSD]
@@ -253,6 +255,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
253
255
*[SimDB](https://github.com/LiveAsynchronousVisualizedArchitecture/simdb) - High performance, shared memory, lock free, cross platform, single file, minimal dependencies, C++11 key-value store [Apache2]
254
256
*[SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project. [PublicDomain]
255
257
*[sqlite_modern_cpp](https://github.com/aminroosta/sqlite_modern_cpp) - Header only C++14 wrapper around sqlite library. [MIT]
258
+
*[sqlite_orm](https://github.com/fnc12/sqlite_orm) - SQLite ORM light header only library for modern C++. [BSD-3-Clause]
256
259
*[upscaledb](https://upscaledb.com) - An embedded "typed" key/value store with a built-in query interface. [GPLv3]
257
260
258
261
## Debug
@@ -263,7 +266,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
263
266
*[Boost.Test](http://www.boost.org/doc/libs/master/libs/test/doc/html/index.html) - Boost Test Library. [Boost]
264
267
*[doctest](https://github.com/onqtam/doctest) - The lightest feature rich C++ single header testing framework. [MIT]
265
268
*[Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. [Boost]
269
+
*[Catch2](https://github.com/catchorg/Catch2) - A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD. [BSL-1.0]
266
270
*[Celero](https://github.com/DigitalInBlue/Celero) - C++ Benchmarking Framework. [Apache2]
271
+
*[CppUTest](https://github.com/cpputest/cpputest) - Unit testing and mocking framework for C/C++. [BSD-3-clause]
267
272
*[CUTE](http://cute-test.com) - C++ Unit Testing Easier. [LGPL3]
268
273
*[CMocka](https://cmocka.org/) - unit testing framework for C with support for mock objects. [Apache2]
269
274
*[CppUnit](http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. [LGPL2]
@@ -311,6 +316,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
311
316
*[libui](https://github.com/andlabs/libui) - Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports. [MIT]
312
317
*[MyGUI](http://mygui.info/) - Fast, flexible and simple GUI. [MIT]
313
318
*[nana](http://nanapro.org/en-us/) - Nana is a cross-platform library for GUI programming in modern C++ style. [Boost]
319
+
*[NanoGui](https://github.com/wjakob/nanogui) - A minimalistic cross-platform widget library for OpenGL 3.x or higher. [BSD]
314
320
*[nuklear](https://github.com/vurtun/nuklear) - A single-header ANSI C gui library. [PublicDomain]
315
321
*[QCustomPlot](http://qcustomplot.com/) - Qt plotting widget without further dependencies. [GPLv3]
316
322
*[Qwt](http://qwt.sourceforge.net/) - Qt Widgets for Technical Applications. [Own based on LGPL]
@@ -484,6 +490,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
484
490
*[libwebsockets](https://github.com/warmcat/libwebsockets) - A lightweight pure C WebSocket implementation that provides both client and server libraries. [LGPL2.1 + static link exception][website](https://libwebsockets.org/)
*[Muduo](https://github.com/chenshuo/muduo) - A C++ non-blocking network library for multi-threaded server in Linux. [BSD]
493
+
*[nghttp2](https://github.com/nghttp2/nghttp2) - HTTP/2 C Library. [MIT][website](https://nghttp2.org/)
487
494
*[nope.c](https://github.com/riolet/nope.c) - A C language-based ultra-light software platform for scalable server-side and networking applications. Think node.js for C programmers. [GPL2]
488
495
*[Onion](https://github.com/davidmoreno/onion) - HTTP server library in C designed to be lightweight and easy to use. [Apache2/GPL2]
489
496
*[POCO](https://github.com/pocoproject):zap: - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. [Boost][website](http://pocoproject.org/)
@@ -492,6 +499,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
492
499
*[Seasocks](https://github.com/mattgodbolt/seasocks) - Simple, small, C++ embeddable webserver with WebSockets support. [BSD]
493
500
*[Silicon](http://siliconframework.org) - A high performance, middleware oriented C++14 http web framework. [MIT]
494
501
*[Tufão](https://github.com/vinipsmaker/tufao) - An asynchronous web framework for C++ built on top of Qt. [LGPL2]
502
+
*[uWebSockets](https://github.com/uNetworking/uWebSockets) - µWS is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available. [Zlib]
495
503
*[wdt](https://github.com/facebook/wdt) - An embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. [BSD-3-Clause]
496
504
*[WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library. [BSD]
497
505
@@ -539,13 +547,16 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
539
547
## Scripting
540
548
541
549
*[Boost.Python](http://www.boost.org/doc/libs/1_65_1/libs/python/doc/html/index.html) - A C++ library which enables seamless interoperability between C++ and the Python programming language. [Boost]
550
+
*[cppimport](https://github.com/tbenthompson/cppimport) - Import C++ files directly from Python! [MIT]
551
+
*[CppSharp](https://github.com/mono/CppSharp) - Tools and libraries to glue C/C++ APIs to high-level languages. [MIT]
542
552
*[ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. [BSD][website](http://chaiscript.com/)
543
553
*[Cython](https://github.com/cython/cython) - Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself. [Apache][website](http://cython.org/)
544
554
*[Duktape](https://github.com/svaarala/duktape) - An embeddable Javascript engine with compact footprint. [MIT][website](http://duktape.org)
545
555
*[JavaCpp](https://github.com/bytedeco/javacpp) - The missing bridge between Java and native C++. [Apache2]
546
556
*[libffi](https://github.com/libffi/libffi) - A portable foreign-function interface library. [MIT][website](https://sourceware.org/libffi/)
547
557
*[Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting. [MIT]
548
558
*[luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings. [MIT]
559
+
*[nbind](https://github.com/charto/nbind) - Magical headers that make your C++ library accessible from JavaScript. [MIT]
549
560
*[pybind11](https://github.com/pybind/pybind11) - Seamless operability between C++11 and Python. [BSD]
550
561
*[SIP](https://riverbankcomputing.com/software/sip/intro) - C/C++ Bindings Generator for Python v2 and v3. [GPL]
551
562
*[SWIG](https://github.com/swig/swig) - A wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. [GPL/Output not licensed][website](http://www.swig.org/)
@@ -735,7 +746,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
735
746
736
747
*[Cppcheck](http://cppcheck.sourceforge.net/) - A tool for static C/C++ code analysis. - [source](https://github.com/danmar/cppcheck)
737
748
*[PVS-Studio](http://www.viva64.com/en/pvs-studio/) - A tool for bug detection in the source code of programs, written in C, C++ and C#.
738
-
*[include-what-you-use](https://code.google.com/p/include-what-you-use/) - A tool for use with clang to analyze includes in C and C++ source files.
749
+
*[include-what-you-use](https://github.com/include-what-you-use/include-what-you-use) - A tool for use with clang to analyze includes in C and C++ source files.[website](https://include-what-you-use.org/)
739
750
*[Infer](https://github.com/facebook/infer) - A static analyzer for Java, C and Objective-C. [BSD]
740
751
*[OCLint](http://oclint.org/) - A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C. - [source](https://github.com/oclint/oclint)
741
752
*[Clang Static Analyzer](http://clang-analyzer.llvm.org/index.html) - A source code analysis tool that finds bugs in C, C++, and Objective-C programs.
0 commit comments