c++ starter template
Find a file
Stijn Vermeiren d692812f24
All checks were successful
Build / test (push) Successful in 1m43s
Lint / lint (push) Successful in 1m37s
Docs / docs (push) Successful in 1m21s
chore: remove deprecated conan repo
2025-05-14 22:06:46 +02:00
.forgejo/workflows chore: remove deprecated conan repo 2025-05-14 22:06:46 +02:00
cmake update to conan2 2024-05-26 12:13:00 +02:00
docs set sphinx output dir 2021-04-11 23:47:13 +02:00
src update to conan2 2024-05-26 12:13:00 +02:00
test update to conan2 2024-05-26 12:13:00 +02:00
.clang-format set our prefered clang-format 2021-03-28 22:39:37 +02:00
.clang-tidy set clang-tidy options 2021-03-28 22:40:44 +02:00
.cmake-format.yaml cmake-format 2021-04-03 21:47:57 +02:00
.gitignore chore: ignore build files 2025-05-14 21:31:06 +02:00
.pre-commit-config.yaml move to gitea actions 2024-05-26 01:12:03 +02:00
CHANGELOG.yml bump version to v1.0.0 2021-04-11 22:39:45 +02:00
CMakeLists.txt update to conan2 2024-05-26 12:13:00 +02:00
CMakeUserPresets.json update to conan2 2024-05-26 12:13:00 +02:00
conanfile.txt update to conan2 2024-05-26 12:13:00 +02:00
LICENSE Squashed commit of the following: 2021-03-28 17:38:13 +02:00
README.md move to gitea actions 2024-05-26 01:12:03 +02:00

C++ Starter project

This project is heavily inspired, or to be honest mostly just copied from the lefticus cpp_starter_project