You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adriaan de Groot 154396f80a CI: drop support for clang-format10 and later
The only acceptable versions of clang-format are 8 and 9 for now
(until another round of big-churn-from-formatting, at which point
we'll update the required version).

clang-format-9 says:

    SpacesInSquareBrackets (bool)
      If true, spaces will be inserted after [ and before ]. Lambdas
      or unspecified size array declarations will not be affected.

clang-format-10 changes part of that to:

      Lambdas without arguments or unspecified size array
      declarations will not be affected.

This means that 9 will only allow `[name]` for captures, and 10
will only allow `[ name ]` for captures, so they ping-pong all
the lambda's in the codebase back and forth. Just don't.
4 years ago
..
AppImage.sh REUSE: license tags for the scripts and tools in ci/ 4 years ago
RELEASE.md CMake: tweak version-handling 4 years ago
RELEASE.sh CI: automate signing the tag and tarball 4 years ago
astylerc REUSE: license tags for the scripts and tools in ci/ 4 years ago
calamaresstyle CI: drop support for clang-format10 and later 4 years ago
configvalidator.py CI: add -m <module> shortcut to test individual modules 4 years ago
coverity-model.c REUSE: license tags for the scripts and tools in ci/ 4 years ago
txcheck.sh REUSE: Giant boilerplate cleanup 4 years ago
txpull.sh i18n: Friulian exceeds expectations 4 years ago
txpush.sh i18n: add translations source for keyboards 4 years ago
txreduce.py REUSE: license tags for the scripts and tools in ci/ 4 years ago
txstats.py REUSE: license tags for the scripts and tools in ci/ 4 years ago