labwc/scripts
John Lindgren 5cb1d0e83f common: add and use CONNECT_SIGNAL macro
This makes the code a bit more readable IMHO (and forces us to be
consistent with event handler function names).

Adjust scripts/checkpatch.pl to not complain.
2023-10-21 12:37:42 +01:00
..
helper find-idents.c: fix typo 2023-08-12 21:31:46 +02:00
.gitignore Add scripts/find-banned.sh 2023-07-06 18:04:55 +01:00
check checkpatch: add scripts/check for batch processing 2022-11-03 19:20:23 +00:00
checkpatch.pl common: add and use CONNECT_SIGNAL macro 2023-10-21 12:37:42 +01:00
find-banned.sh Add scripts/find-banned.sh 2023-07-06 18:04:55 +01:00
README.md checkpatch: add scripts/check for batch processing 2022-11-03 19:20:23 +00:00

These scripts are intended to be run from the project top-level directory like this: scripts/foo.sh

  • scripts/check: wrapper to check all files in src/ and include/

  • scripts/checkpatch.pl: Quick hack on the Linux kernel checkpatch.pl to lint C files written according to the labwc coding style. Run like this: ./checkpatch.pl --no-tree --terse --strict --file <file>