Carles Fernandez
|
d4bb6e5731
|
Always have a space between // and comment
|
2019-08-18 22:16:13 +02:00 |
|
Carles Fernandez
|
4dd8aa12b4
|
Replace C style casts by C++ casts
|
2019-08-18 12:54:16 +02:00 |
|
Carles Fernandez
|
e4c3ee7527
|
Remove redundant blank lines at the end of a code block
|
2019-08-17 15:29:31 +02:00 |
|
Carles Fernandez
|
76515228b0
|
Avoid garbage values
|
2019-08-13 14:35:21 +02:00 |
|
Carles Fernandez
|
487010346f
|
Apply readability-isolate-declaration clang-tidy check
|
2019-08-13 00:19:31 +02:00 |
|
Carles Fernandez
|
471428f867
|
Fix typos detected by codespell
|
2019-07-20 12:55:46 +02:00 |
|
Carles Fernandez
|
73b7341904
|
clang-tidy: apply readability-braces-around-statements plus code formatting
See http://releases.llvm.org/7.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-braces-around-statements.html
Code formatting applied with:
find ../src/ -iname *.h -o -iname *.cc | xargs clang-format -i
|
2019-02-11 21:13:02 +01:00 |
|
Carles Fernandez
|
34f24562cf
|
Apply automated code formatting
Documented at .clang-format
See http://clang.llvm.org/docs/ClangFormat.html and http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
2018-03-03 02:03:39 +01:00 |
|
Carles Fernandez
|
0a4f6cf499
|
Avoid crashing when PPP is invoked
|
2017-05-04 09:19:57 +02:00 |
|
Carles Fernandez
|
52f3eaa373
|
Add rtkpos and its dependencies
|
2017-04-25 00:48:13 +02:00 |
|