Ondřej Surý
|
3178974f0c
|
Use the new sorting rules to regroup #include headers
|
2020-03-09 16:19:22 +01:00 |
|
Ondřej Surý
|
5777c44ad0
|
Reformat using the new rules
|
2020-02-14 09:31:05 +01:00 |
|
Ondřej Surý
|
056e133c4c
|
Use clang-tidy to add curly braces around one-line statements
The command used to reformat the files in this commit was:
./util/run-clang-tidy \
-clang-tidy-binary clang-tidy-11
-clang-apply-replacements-binary clang-apply-replacements-11 \
-checks=-*,readability-braces-around-statements \
-j 9 \
-fix \
-format \
-style=file \
-quiet
clang-format -i --style=format $(git ls-files '*.c' '*.h')
uncrustify -c .uncrustify.cfg --replace --no-backup $(git ls-files '*.c' '*.h')
clang-format -i --style=format $(git ls-files '*.c' '*.h')
|
2020-02-13 22:07:21 +01:00 |
|
Ondřej Surý
|
f50b1e0685
|
Use clang-format to reformat the source files
|
2020-02-12 15:04:17 +01:00 |
|
Mark Andrews
|
f17b9b8dd1
|
make expression logical for cppcheck
|
2020-02-04 11:09:22 +01:00 |
|
Ondřej Surý
|
78d0cb0a7d
|
Use coccinelle to remove explicit '#include <config.h>' from the source files
|
2019-03-08 15:15:05 +01:00 |
|
Bhargava Shastry
|
1c57b73e34
|
oss-fuzz: Improve interaction with fuzzing tools and add new tests in fuzz/ directory
|
2018-08-23 10:07:28 +02:00 |
|