C++ project template with unit-tests, documentation, ci-testing and workflows.
-
Updated
Jul 15, 2024 - CMake
Sanitizing is a process to check and remove harmful data from user input. It prevents XSS (Cross Site Scripting) attacks.
C++ project template with unit-tests, documentation, ci-testing and workflows.
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.
Kickstart 🚀 your C++ project with cpp-projects-kickstarter. Comes pre-configured with static analysis, code coverage, and more.
This project will introduce you on how to use sanitizers, generating core dumps and coverage reports.
A template CMake project to get you started with C++ and tooling
Memory sanitizer instrumentation of STL, OpenSSL & Boost Libraries
A CMake module for adding the necessary flags for the various sanitizers.