makiolo / design-patterns-cpp14Links
 Design patterns implemented in C++14
☆35Updated 2 months ago
Alternatives and similar repositories for design-patterns-cpp14
Users that are interested in design-patterns-cpp14 are comparing it to the libraries listed below
Sorting:
- C++ features jump start☆123Updated 3 years ago
- A simple, cross-platform, and continuously integrated C++14 project template☆68Updated 7 years ago
- Source code for my articles☆146Updated last year
- Common CMake modules☆156Updated last year
- Timing utility, wraps C++11 std::chrono in an easy to use StopWatch utility☆51Updated 9 years ago
- Boilerplate for a simple CMake-based C++ project☆153Updated 4 months ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆66Updated 6 years ago
- Samples for Learning Modern CMake☆242Updated 9 years ago
- Cmake-based build of boost☆57Updated 6 years ago
- A generalized C++ wrapper around the POSIX dynamic libraries functions dlopen, dlsym, dlclose, etc.☆42Updated 7 years ago
- Example project which demonstrates various CMake features.☆141Updated 4 years ago
- Use Case Example: How to use ExternalProject_Add☆58Updated 6 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- CMake BASIS makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting…☆49Updated 4 years ago
- Plugin to Eigen3 to initialize Matrices with C++11 Initializer_lists☆25Updated 8 years ago
- Presentation Material for C++Now 2018☆125Updated 6 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last month
- A C++14 Task Manager / Scheduler☆108Updated 2 years ago
- A simple, generic, header-only state machine implementation for C++.☆68Updated 3 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Enjoy template metaprogramming☆114Updated 8 years ago
- Project evolved into Software Network: https://github.com/SoftwareNetwork/sw☆106Updated last year
- A curated list of Modern C++ idioms