C++
A header only C++ library provides nameof() macro to obtain the std::string name of a variable, type, or member. It works like nameof() in C#
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
Generic observable objects and reactive expressions for C++
QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
Header-only C++17 library for property-based testing.
rocket - Fast single header signal/slots library for C++
Observer pattern and signals/slots for C++11 projects
Cross-language bindings generator for C++, Java, Kotlin, Swift, and Dart
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
stb single-file public domain libraries for C/C++
A tool for use with clang to analyze #includes in C and C++ source files
A valgrind mirror with latest macOS support
Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various…
A tool which allows you to edit source code of any MSVC C++ project live at runtime
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to an…
C++17 library for comfortable and efficient dynamic polymorphism
Replacement for std::optional that does not waste memory unnecessarily
Thread-safe C++11 wrapper for std::map with [readers-writer lock](https://en.wikipedia.org/wiki/Readers%E2%80%93writer_lock).
The C++ Mixin Support Library: Sandwich Mixins all the way