cplusplus-17
There are 414 repositories under cplusplus-17 topic.
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
userver-framework/userver
Production-ready C++ Asynchronous Framework with rich functionality
bshoshany/thread-pool
BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library
Neargye/nameof
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
marzer/tomlplusplus
Header-only TOML config file parser and serializer for C++17.
kfrlib/kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON, RISC-V RVV)
google/sandboxed-api
Generate sandboxes for C/C++ libraries automatically
jtv/libpqxx
The official C++ client API for PostgreSQL.
juzzlin/Heimer
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
NazaraEngine/NazaraEngine
Nazara Engine is a cross-platform framework aimed at (but not limited to) real-time applications requiring audio, 2D and 3D real-time rendering, network and more.
Stiffstream/sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
bernedom/SI
A header only C++ library that provides type safety and user defined literals for physical units
Neargye/semver
Semantic Versioning for modern C++
juzzlin/DustRacing2D
Dust Racing 2D is a traditional top-down car racing game including a level editor.
ABRG-Models/morphologica
C++ header-only graphing and data visualization with Modern OpenGL
google/jni-bind
JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++20 and up (or C++17 with clang).
indianakernick/EnTT-Pacman
An example of how to use the ECS part of the EnTT framework
jsoysouvanh/Refureku
Cross-platform C++17 Runtime Reflection Library
IainWinter/IwEngine
This is an engine that I initially started building after taking a game coding class in high school to learn how the underlying systems of Unity / game engines in general worked.
CREDITSCOM/node
Credits Node is the main module that provide an opportunity to run a node and participate in CREDITS blockchain network.
purpl3F0x/MQA_identifier
Master Quality Authenticated codec reverse engineering, Tool to identify MQA encoding and Master's Sample Rate
TheNitesWhoSay/RareCpp
Creating a simpler, more intuitive means of C++ reflection
thinks/tph_poisson
Single file, header-only, no-dependencies C library for Poisson disk sampling in arbitrary dimensions.
userver-framework/service_template
[Deprecated: use userver-create-service instead!] Template of a C++ service that uses userver framework. Build, test and CI scripts ready
jeremyong/gal
Geometric Algebra Library
banach-space/cpp-tutor
Code examples for tutoring modern C++
ArjArav98/Sudoku-Solver
Suite of functions, written in C++, which solve, validate and generate Sudoku puzzles!
dallison/subspace
Subspace IPC
mandliya/modern-cpp-concepts
A repository containing C++11/14/17 concepts and code snippets
m-peko/bitflags
Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
huanhuanonly/cpp-kwargs
Header-only C++17/20 library that enables Python-like **kwargs style argument passing without any macros or boilerplate, with automatic type conversion support.(在 C++ 中实现 Python 的 **kwargs 风格传参。)
bluerock-io/BRiCk
Formalization of C++ for verification purposes.
google/cpp-async-rpc
Library for Asynchronicity, Serialization and Remoting
BobSteagall/utf_utils
My work on high-speed conversion of UTF-8 to UTF-32/UTF-16
nam20485/OdbDesign
A free open source cross-platform C++ library for parsing ODB++ Design archives, accessing their data, and building net list product models. Exposed via a REST API packaged inside of a Docker image.