| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| cpp:libraries [2019/07/08 07:17] – allspark_ise | cpp:libraries [2022/01/14 08:18] (current) – [libraries] allspark |
|---|
| # libraries | # libraries |
| | |
| | https://github.com/AnthonyCalandra/modern-cpp-features |
| | |
| | https://github.com/fffaraz/awesome-cpp |
| | |
| | https://hackingcpp.com/index.html |
| |
| ## in use | ## in use |
| * [[https://github.com/Manu343726/ctti|CompileTime Type Information for C++ ]] | * [[https://github.com/Manu343726/ctti|CompileTime Type Information for C++ ]] |
| * [[https://github.com/google/benchmark|google benchmark]] | * [[https://github.com/google/benchmark|google benchmark]] |
| | * [[hash|Compile time Hash fnv1a]] Source: [[https://gist.github.com/underscorediscovery/81308642d0325fd386237cfa3b44785c|gist]] |
| |
| ## needs review / not used yet | ## needs review / not used yet |
| |
| * https://github.com/LouisCharlesC/safe | * https://github.com/LouisCharlesC/safe |
| * type\_safe: https://github.com/foonathan/type_safe | * https://github.com/foonathan/type_safe |
| * enum flags: https://github.com/grisumbras/enum-flags | * 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/docopt/docopt.cpp | * https://github.com/docopt/docopt.cpp |
| * 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://naios.github.io/continuable/index.html |
| * https://naios.github.io/function2/ | * 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 |
| |
| |