Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.66 KB

C++ CI Build Status

Creative Commons License
Code snippets for C++ training by Pascal HAVÉ is licensed under CC BY-NC-SA 4.0

For more details about this training, contact hpwxf@haveneer.com.

cpp-training

  • Any file filename.cpp is automatically compiled using extra files filename.h* filename--*.*

  • Any file filename--unittest.cpp is a google test and is automatically compiled using extra files filename.h* filename--*.*

  • Any file filaname.cxx is not compiled and usually contains explicit bugs

  • type.h contains tool type(obj) to get printable type name for given object argument

CMake options

  • -DENABLE_STATIC_ANALYSIS=ON|OFF : enable/disable static analysis while compiling

  • -DCMAKE_CXX_COMPILER_LAUNCHER=ccache : enable ccache as compiler cache