Claus Klein's starred repositories
homebrew-core
🍻 Default formulae for the missing package manager for macOS (or Linux)
grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
SDRPlusPlus
Cross-Platform SDR Software
cppinsights
C++ Insights - See your source code with the eyes of a compiler
gui_starter_template
A template CMake project to get you started with C++ and tooling
cmake-init
The missing CMake project initializer
nano-signal-slot
Pure C++17 Signals and Slots
boost-cmake
Easy Boost integration in CMake projects
project_options
A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.
Format.cmake
💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.
PackageProject.cmake
🏛️ Help other developers use your project. A CMake script for packaging C/C++ projects for simple project installation while employing best-practices for maximum compatibility.
cmake-example-component-lib
How to create a c++ component library like boost with CMake
doctest-lib
A CMake wrapper of https://github.com/doctest/doctest/ to make life easier