pfultz2 / awesome-cpp-1Links
A curated list of awesome C++ frameworks, libraries and software.
☆56Updated 8 years ago
Alternatives and similar repositories for awesome-cpp-1
Users that are interested in awesome-cpp-1 are comparing it to the libraries listed below
Sorting:
- The Code of Conduct for the CppCon conference, based on the PyCon Code of Conduct☆28Updated last year
- C++ features jump start☆123Updated 3 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- Fast delegates implementation☆57Updated 3 years ago
- JSON Serializer using compile time reflection☆21Updated 3 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 7 years ago
- C++ Concurrency library!☆27Updated 6 years ago
- helper repository for various articles that I publish☆62Updated last year
- Minimalistic socket library inspired by Asio/Boost Asio, implemented in 1 single header file☆27Updated 3 months ago
- Source code for my articles☆146Updated 2 years ago
- Modern C++ generic header-only template library.☆105Updated 6 months ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- C++ Coding Conventions and Guidelines☆48Updated 6 years ago
- Allows you to write binary components in C++11 that can be used across different compilers and standard libraries☆214Updated 8 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Simple, compact, endian-safe and header-only serialization/deserialization for C++☆94Updated 4 years ago
- Code samples from https://vorbrodt.blog/☆115Updated 2 months ago
- Static functional reactive programming in C++14☆70Updated 9 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 3 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegates☆41Updated 8 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- A C++ ringbuffer that always looks like a flat array☆84Updated 5 years ago
- Cross-platform C++ library providing tools for applications to locate themselves, their data assets as well as dependent modules.☆85Updated 10 months ago
- Zero-dependency C++ BSON library.☆43Updated 5 years ago
- ⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance a…☆58Updated 5 years ago
- a tool to count accesses to member variables in c++ programs☆79Updated 12 years ago
- Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.☆23Updated 5 years ago
- A simple template to start quickly a C++ project managed by CMake.☆41Updated 7 years ago
- Knot is a lightweight and simple TCP networking C++ library with no dependencies.☆29Updated 10 years ago
- Cross-platform C++ Utility Library☆56Updated 3 weeks ago