1 रिपॉजिटरी
Libraries specifically designed to provide the types and functions required to implement industry-standard coding guidelines.
Distinct from C++ Frameworks and Libraries: Candidates are either general C/C++ libraries or specific to high-performance algorithms; this is specifically for Guideline support.
Explore 1 awesome GitHub repository matching programming languages & runtimes · C++ Guidelines Support Libraries. Refine with filters or upvote what's useful.
GSL is a Guidelines Support Library for C++ that provides a set of types and functions designed to implement the C++ Core Guidelines. It functions as a framework for improving code safety and portability across different platforms. The library provides a contract-based programming model to verify program invariants through precondition and postcondition assertions. It includes specialized wrappers for null-pointer safety and bounds-checked memory views to prevent buffer overflows and invalid memory access. The project also covers safe integer conversion to prevent data truncation and provide
Provides a set of types and functions for implementing the C++ Core Guidelines to improve code safety and portability.