kracejic / cleanCppProjectLinks
Clean C++ project for you to use. Features: Modern CMake, CPack, Doxygen, PlantUML, Catch Unit testing, static analysis
☆361Updated last month
Alternatives and similar repositories for cleanCppProject
Users that are interested in cleanCppProject are comparing it to the libraries listed below
Sorting:
- A small c++ template with modern CMake☆326Updated last month
- A simple example of how to setup a complete CI environment for C and C++☆396Updated 4 years ago
- Native ApprovalTests for C++ on Linux, Mac and Windows☆327Updated last week
- CMake: config mode of find_package command (examples)☆403Updated 4 years ago
- CMake modules to help use sanitizers☆407Updated 11 months ago
- An OS-agnostic C++ library template in plain CMake.☆371Updated 4 years ago
- Example library that shows best practices and proper usage of CMake by using targets☆677Updated 4 years ago
- 💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.☆171Updated 8 months ago
- Samples for Learning Modern CMake☆241Updated 9 years ago
- Header only C++14 mocking framework☆861Updated 4 months ago
- GUnit - Google.Test/Google.Mock/Cucumber on steroids☆271Updated 5 months ago
- Template for reliable, cross-platform C++ project setup using cmake.☆929Updated 5 months ago
- Concise CMake templates for creating C++ libraries or executables.☆127Updated 3 years ago
- A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.☆369Updated 10 months ago
- Tool for analyzing includes in C++☆207Updated last year
- A simple to use, composable, command line parser for C++ 11 and beyond☆657Updated last year
- Tool to check C++ #include dependencies (dependency graphs created in .dot format)☆759Updated last year
- Implementation of C++20's std::span for older compilers☆364Updated 2 years ago
- Contains the slides and examples for my "More Modern CMake" and "Oh No! More Modern CMake" talks from "Meeting C++" 2018 and 2019☆172Updated 5 years ago
- A reflective enum implementation for C++☆297Updated last year
- A simple, cross-platform, and continuously integrated C++14 project template☆67Updated 7 years ago
- Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)☆581Updated 2 weeks ago
- C++20 features described in Before/After tables ("Tony Tables")☆337Updated 4 years ago
- Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined saniti…☆643Updated last month
- This is an example of doing a Modern C++ project with CI☆124Updated 8 years ago
- ISO C++ Core Guidelines Library implementation for C++98, C++11 up