SDS - C++ Standards
Here you will find all the standards and best practices to be followed when developing software with the C++ programming language for the FAA-VAIL project.
1. Repository Layout - Top-Level Directories
- Source: The Pitchfork Layout (PFL)
2. Style
- Source: cppbestpractises
3. Quality Ensurance Tools
a) Formatter
- ClangFormat format C/C++ code
b) Static Code Analyser
- Cppcheck a static analysis tool for C/C++ code
- Flawfinder reports possible security weaknesses (“flaws”) sorted by risk level
c) Testing Frameworks
- Catch2 a unit testing framework for C++