Commit Graph

18 Commits

Author SHA1 Message Date
Eduardo Almeida
1e939ef891 check-style: Add check for #include headers from same module with "ns3/" prefix 2023-09-17 15:59:43 +01:00
Eduardo Almeida
5e5f3746db check-style: Fix trailing whitespace column indicator in verbose mode 2023-09-07 01:36:02 +01:00
Eduardo Almeida
2f62a518a9 check-style: Sort list of files to be analyzed 2023-09-07 01:36:02 +01:00
Eduardo Almeida
c4aa94ee5f check-style: Move exit codes to main function 2023-09-07 01:36:02 +01:00
Eduardo Almeida
99877b5cc5 check-style: Refactor check-style-clang-format.py to reduce duplicate code 2023-09-07 01:36:02 +01:00
Eduardo Almeida
e502847caf utils, doc: Add --verbose option to check-style-clang-format.py 2023-04-24 13:19:49 +00:00
Eduardo Almeida
9b907a343b utils: Improve output of check-style-clang-format.py 2023-04-24 13:19:49 +00:00
Eduardo Almeida
808d3671a6 utils: Remove unneeded sort() methods 2023-04-24 13:19:49 +00:00
Eduardo Almeida
c3428cff1c utils: Improve formatting of check-style-clang-format.py 2023-04-24 13:19:49 +00:00
Eduardo Almeida
01a2d7786a utils: Add list of files to skip in check-style-clang-format.py 2022-10-24 20:23:32 +00:00
Eduardo Almeida
d825794fe8 utils, doc: Update check-style-clang-format.py to respect clang-format guards in tabs checking 2022-10-24 21:21:39 +01:00
Eduardo Almeida
b07e1d7019 utils: Adjust formatting of check-style-clang-format.py 2022-10-24 21:21:39 +01:00
Eduardo Almeida
c115a77dd7 utils: Add ".cmake" to the list of files to be checked by "check-style-clang-format.py" 2022-10-15 21:13:54 +01:00
Eduardo Almeida
ab47be98a2 utils: Fix tabs checking 2022-10-15 21:13:54 +01:00
Eduardo Almeida
050bf556e6 utils: Fix check-style-clang-format.py formatting 2022-10-15 21:13:50 +01:00
Eduardo Almeida
05e28c23ee utils: Find default clang-format in check-style-clang-format.py 2022-10-09 18:56:11 +00:00
Eduardo Almeida
facde1d432 utils: Find latest clang-format versions first in check-style-clang-format.py 2022-10-09 18:55:46 +00:00
Eduardo Almeida
abe2b2a388 utils: Add new "check-style-clang-format.py"
- Remove deprecated scripts "trim-trailing-whitespace.py" and "check-style.py".
- Remove deprecated "utils.h".
2022-10-06 19:49:37 +00:00