We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a0b6b commit f71df85Copy full SHA for f71df85
README.md
@@ -14,11 +14,10 @@
14
- ✅ CMake presets with Clang & GCC support
15
- ✅ C++20 (extendable to C++23)
16
- ✅ GoogleTest (with `FetchContent`)
17
-- ✅ Sanitizers: AddressSanitizer + UndefinedBehaviorSanitizer
18
-- ✅ Link Time Optimization (LTO) presets
+- ✅ Sanitizers, Link Time Optimization (LTO)
19
- ✅ Clang-format + Clang-tidy + Pre-commit hook
20
-- ✅ GitHub Actions CI for builds, tests, and formatting
21
-- ✅ Install targets
+- ✅ GitHub Actions CI for builds, tests, docs, and formatting
+- ✅ Install targets (`find_package(...)` supported)
22
- ✅ Auto-generated API docs via Doxygen
23
24
---
0 commit comments