Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 513 Bytes

HACKING.rst

File metadata and controls

13 lines (10 loc) · 513 Bytes

Guidelines

Following C++ Core Guidelines where possible.

Naming and formatting is according to the Google C++ Style Guide. Use make format.

New standards-compliant language features in C++11 are encouraged if they make the code safer, more maintainable and/or easier to understand/use. The only limiting factor is the oldest to be supported compiler versions (currently GCC 4.7, Clang 3.3).