Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort and group includes | NRK | 2022-06-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | * includes are sorted alphabetically * their grouping and layout is the following: - nsxiv.h will be the first include - followed by any internal headers (e.g "commands.h" "config.h") - followed by system headers (<stdlib.h> etc) - followed by third party headers (X.h libwebp etc) * also add `llvm-include-order` check to clang-tidy so that it can catch unsorted includes during CI. | ||||
* | [ci]: use cppcheck and clang-tidy for static analysis | NRK | 2022-06-25 | 1 | -0/+16 |