| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| cpp:libraries [2019/02/12 08:39] – allspark | cpp:libraries [2022/01/14 08:18] (current) – [libraries] allspark |
|---|
| # libraries | # libraries |
| |
| ## use | https://github.com/AnthonyCalandra/modern-cpp-features |
| | |
| | https://github.com/fffaraz/awesome-cpp |
| | |
| | https://hackingcpp.com/index.html |
| | |
| | ## in use |
| |
| * [[https://github.com/actor-framework/actor-framework|libcaf]] | * [[https://github.com/actor-framework/actor-framework|libcaf]] |
| * [[https://gitlab.com/eidheim/Simple-Web-Server|SimpleHTTP(s) Server/Client]] | * [[https://gitlab.com/eidheim/Simple-Web-Server|SimpleHTTP(s) Server/Client]] |
| * [[https://github.com/USCiLab/cereal|A C++11 library for serialization (JSON/XML/Binary)]] | * [[https://github.com/USCiLab/cereal|A C++11 library for serialization (JSON/XML/Binary)]] |
| | * [[https://boost-experimental.github.io/sml/|Boost StateMachine (SML)]] |
| | * [[https://github.com/serge-sans-paille/frozen|frozen CompileTime Map/Set]] |
| | * [[https://github.com/Manu343726/ctti|CompileTime Type Information for C++ ]] |
| | * [[https://github.com/google/benchmark|google benchmark]] |
| | * [[hash|Compile time Hash fnv1a]] Source: [[https://gist.github.com/underscorediscovery/81308642d0325fd386237cfa3b44785c|gist]] |
| |
| ## needs review | ## needs review / not used yet |
| |
| * type\_safe: https://github.com/foonathan/type_safe | * https://github.com/LouisCharlesC/safe |
| * enum flags: https://github.com/grisumbras/enum-flags | * https://github.com/foonathan/type_safe |
| | * https://github.com/grisumbras/enum-flags |
| * https://ned14.github.io/outcome/ | * https://ned14.github.io/outcome/ |
| * https://github.com/LoopPerfect/neither | * https://github.com/LoopPerfect/neither |
| * https://github.com/inspector-repl/inspector | * https://github.com/inspector-repl/inspector |
| * https://github.com/docopt/docopt.cpp | * https://github.com/docopt/docopt.cpp |
| * https://github.com/ChoppinBlockParty/ctm/tree/master/include | |
| * https://gist.github.com/Lee-R/3839813 | * https://gist.github.com/Lee-R/3839813 |
| * https://gist.github.com/underscorediscovery/81308642d0325fd386237cfa3b44785c | * https://naios.github.io/continuable/index.html |
| * https://github.com/serge-sans-paille/frozen | * https://naios.github.io/function2/ |
| | * https://github.com/Naios/TaskScheduler |
| | * https://github.com/joboccara/pipes |
| | * https://github.com/ArthurSonzogni/FTXUI |
| | * https://github.com/eliaskosunen/scnlib |
| |
| |