kmhofmann / cpp-coding-guidelinesLinks
C++ Coding Conventions and Guidelines
☆46Updated 6 years ago
Alternatives and similar repositories for cpp-coding-guidelines
Users that are interested in cpp-coding-guidelines are comparing it to the libraries listed below
Sorting:
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Source code for my articles☆146Updated last year
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- The C++ Pimpl Idiom Again!☆37Updated 7 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Fixed Point Arithmetic C++14 Library☆111Updated 7 years ago
- C++ features jump start☆123Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆71Updated last year
- A C++17 image representation, processing and I/O library.☆311Updated 2 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 12 years ago
- Finite State Machine implementation using std::variant☆88Updated 5 years ago
- Proposed C++ standardisation for linear algebra☆29Updated 6 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- Timing utility, wraps C++11 std::chrono in an easy to use StopWatch utility☆52Updated 9 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- The Bit Library☆58Updated 6 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- Presentation Material for C++Now 2018☆126Updated 6 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Modern C++ generic header-only template library.☆102Updated 2 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Git walk through of the C++ code presented in Sean Parent's talk "Better Code: Runtime Polymorphism"☆56Updated 6 years ago
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago