Marco Trevisan (Treviño)
c890325589
build: Add dist check script that checks if there are unsupported devices
2026-07-24 10:44:26 +00:00
Marco Trevisan (Treviño)
b72feabc58
build: Add script to update the unsupported devices from wiki
...
Avoid some more manual labor
2026-07-24 10:44:26 +00:00
Marco Trevisan (Treviño)
5597082804
uncrustify: Add g_autolist and g_autoslist to auto types
2026-07-12 13:17:35 +02:00
Marco Trevisan (Treviño)
ee73d67765
scripts/uncrustify: Use 2-spaces indentation for defines too
2025-02-20 15:50:46 +00:00
Benjamin Berg
d1fbf34fdf
scripts: Update uncrustify configuration
...
The mod_full_brace_if_chain option needs an integer (we want method 1)
rather than a boolean.
2022-06-09 15:36:10 +02:00
Benjamin Berg
e8f9cc1fce
scripts: Speed up uncrustify by running 4 jobs in parallel
...
There are some large files, and in most setups (including CI runners) we
have multiple cores available. Use xargs to run multiple parallel
uncrustify jobs rather than one large one. Just hardcode 4 jobs and 4
files at the same time for now.
2021-07-01 13:19:03 +02:00
Marco Trevisan (Treviño)
41f8737b48
device: Deprecate fp_device_{supports,has}_* functions for has_feature
...
We can avoid having multiple device feature-check functions now and
just rely on a few.
Add uncrustify config to properly handle begin/end deprecation macros.
2021-04-12 22:14:06 +02:00
Marco Trevisan (Treviño) and Benjamin Berg
d1fb1e26f3
Uncrustify everything except for nbis
2019-11-20 20:38:06 +01:00
Benjamin Berg
dac489b7f6
scripts: Add an uncrustify script
...
It currently will only uncrustify the new internal libfprint code, not
the drivers or other parts.
2019-11-20 13:53:45 +01:00