You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sample C23 project built on my c-project-skeleton. A small interactive calculator shows the skeleton in use: CMake and Ninja drive the build, a thin Makefile provides the daily verbs, warnings are errors, and the Check suite tests the same core library the app links.
A modern C23 project skeleton for Linux and macOS. CMake and Ninja drive the build, and a thin Makefile provides the daily verbs. Warnings as errors, clang-tidy, scan-build, cppcheck, ASan/UBSan/TSan/LSan, Valgrind, coverage, and a Check suite with real tests in it. Nothing stubbed.