arnavb / cpp14-project-template
A simple, cross-platform, and continuously integrated C++14 project template
ā65Updated 6 years ago
Related projects ā
Alternatives and complementary repositories for cpp14-project-template
- š Iterators made easy! Zero cost abstractions for designing and using C++ iterators.ā138Updated 3 weeks ago
- Finite State Machine implementation using std::variantā82Updated 5 years ago
- An example of setting up Sphinx for C++ and building with CMake and Read the Docsā92Updated 2 years ago
- C++17 Utility classes for comparing multiple values in one simple expressionā204Updated 2 months ago
- Boilerplate for a simple CMake-based C++ projectā154Updated 2 months ago
- Compile-time-efficient proof-of-concept implementation for std::tupleā91Updated 3 years ago
- ā51Updated 5 years ago
- Header only read/write wrapper to combine mutexes with locks.ā149Updated last month
- ā43Updated 3 years ago
- Cpp header only library to manage compile time mock class generated via Python scriptā86Updated 2 years ago
- Standardise code formating for cmake projects with git and clang-formatā58Updated 7 years ago
- Utilities for converting from C/C++ include guards to #pragma once and back again.ā142Updated 4 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only libraryā154Updated 5 months ago
- CMake helper to build remark.js based presentationsā29Updated 4 years ago
- Variadic templates and std::integer_sequence support libraryā109Updated 3 years ago
- Boost cmake modulesā51Updated 5 years ago
- C++ features jump startā122Updated 2 years ago
- A generalized C++ wrapper around the POSIX dynamic libraries functions dlopen, dlsym, dlclose, etc.ā40Updated 6 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversionsā98Updated 6 years ago
- Simple, flexible and modular assertion macro.ā221Updated 6 months ago
- A polymorphic value-type for C++ā228Updated last year
- C++ Automatic Mocks Injectorā33Updated 9 years ago
- Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml lā¦