The main git repository for this project is at https://github.com/ned14/llfio.
- All source, header and test files MUST be kept compatible with the 2017 ISO C++ standard. Where using a latest ISO C++ standard feature would make sense, try to use the existing preprocessor macro infrastructure where possible. Otherwise ask for direction on what to do.
- Run
clang-formaton every changed header and source file. Do NOT runclang-formaton cmake files. - When building and testing, extract what to do for the current platform
from
.github/workflows/unittests_*.yml.