Commit Graph

795 Commits

Author SHA1 Message Date
Eduardo Almeida
5d40873e2b Fix clang-tidy readability-static-accessed-through-instance warnings
Detected by clang-tidy-19
2025-02-06 16:53:40 +00:00
Eduardo Almeida
93d45be986 ci: Upgrade to clang-tidy-19 2025-02-06 16:53:40 +00:00
Eduardo Almeida
ba1b71526c check-style, ci, doc: Raise minimum clang-format version to 15 2025-02-06 13:45:50 +00:00
André Apitzsch
a1e5d6fbd3 core: Use enum class for TypeId::SupportLevel 2025-01-25 22:24:01 +00:00
Gabriel Ferreira
52b9abb7b9 mesh: Ignore false-alarm typos 2025-01-22 11:38:56 +01:00
Gabriel Ferreira
6d43566341 lte: Fix typos 2025-01-22 11:37:37 +01:00
Eduardo Almeida
ce614299b4 utils: Remove unnecessary escape character 2025-01-19 22:05:57 +00:00
Eduardo Almeida
37ccf7c06e utils: Declare regex strings as raw
Fixes "SyntaxWarning: invalid escape sequence '\w'" raised since Python3.12
2025-01-19 22:05:57 +00:00
Eduardo Almeida
ac02eabca8 utils: Remove new line at the top of generated file 2025-01-19 22:05:57 +00:00
Eduardo Almeida
5f1cd14516 utils: Add namespace trailing comments to code generated by create-module.py 2025-01-19 22:05:57 +00:00
Eduardo Almeida
4e310a0d96 utils: Use @ Doxygen tags in code generated by create-module.py 2025-01-19 22:05:57 +00:00
Eduardo Almeida
c99b2007df check-style: Add check for ns-3 #include headers with angle brackets 2025-01-17 19:02:17 +00:00
André Apitzsch
a9adb7306f ci: fix possible dependency issues
Dependencies might break if there is a mirror update between
`pacman -Syu` and `pacman -Sy clang18`.
So do not update the database before installing clang18.

See also the warning in https://wiki.archlinux.org/title/Pacman#Installing_packages
2025-01-13 10:24:06 +01:00
Tommaso Pecorella
994ff30b8a ci: fix doxygen job 2025-01-13 01:30:31 +01:00
André Apitzsch
d8089b5625 utils: remove unused grid.py 2024-11-18 09:58:32 +01:00
Eduardo Almeida
d3532f72a8 ci: Add instructions to cmake-format job to fix the style 2024-11-11 20:44:51 +00:00
Gabriel Ferreira
0e41a5555f check-style: Replace NBSP with empty space 2024-11-10 20:11:29 +01:00
Eduardo Almeida
6ef966c4cf Replace Doxygen tags using \ with @ 2024-11-08 18:05:46 +00:00
Eduardo Almeida
e99d17039b check-style: (fixes #1018) Add check for Doxygen tags using \ rather than @ 2024-11-08 18:05:22 +00:00
Eduardo Almeida
5afa1fd7ef Use Time() constructor with integer values 2024-11-08 18:01:13 +00:00
Eduardo Almeida
17fa719bf8 check-style: Define clang-format versions as an interval 2024-11-01 15:19:51 +00:00
Eduardo Almeida
47e3ea87ce check-style: Remove minimum clang-format version from documentation
Instead, point to the list of supported versions
2024-11-01 15:19:51 +00:00
Sébastien Deronne
18aab3c7ab network: Add support for U-SIG field in radiotap header 2024-10-29 18:31:17 +01:00
Sébastien Deronne
88cca12375 wifi, network: Various improvements for radiotap headers 2024-10-29 18:31:17 +01:00
Gabriel Ferreira
68507ff430 ci: Update bindings packaging, removing python 3.6/3.7, and adding 3.12/3.13 2024-10-23 20:13:15 +02:00
Eduardo Almeida
fe6304eecf check-style: Fix f-string issue in Python 3.9 and earlier 2024-10-19 22:34:36 +01:00
Eduardo Almeida
fea42267d3 check-style: Fix variable referencing before assignment 2024-10-19 22:03:15 +01:00
Eduardo Almeida
71ad00f829 Fix Markdown lint warnings (MD029)
MD029 - Ordered list item prefix
2024-10-18 13:58:19 +01:00
Eduardo Almeida
ac36eec08c ci: Add Markdown lint job 2024-10-18 13:58:07 +01:00
Eduardo Almeida
463e1e4371 Replace formatted apostrophe (’) by simple one (') in docs 2024-10-18 11:42:19 +00:00
Eduardo Almeida
0930c00007 check-style: Add check for file encoding 2024-10-18 10:14:24 +00:00
Eduardo Almeida
67a386f5a8 ci: Add no-verbose flag to wget 2024-10-18 10:13:45 +00:00
Eduardo Almeida
d866e1626e ci: Use libgsl28 in Ubuntu rolling jobs 2024-10-17 13:20:54 +00:00
Stefano Avallone
3f137a3036 utils: Fix libgsl version in code linting CI job 2024-10-13 15:56:07 +02:00
Eduardo Almeida
0aa5108cd9 check-style: Add check for SPDX license 2024-10-07 16:50:51 +01:00
Eduardo Almeida
82f41683ea check-style: Add support for more format guards 2024-10-07 16:37:30 +01:00
Eduardo Almeida
d30ed6517f check-style: Group check variables and args in dictionaries 2024-10-07 16:37:26 +01:00
Eduardo Almeida
e66a68416b check-style: Fix documentation 2024-10-07 16:37:18 +01:00
Tommaso Pecorella
692ba1f5eb ci: add texlive-mathscience (needed for physics.sty) 2024-10-02 22:14:50 +02:00
Eduardo Almeida
1c4357b7c8 check-style: Move clang-format check to last
Some checks overlap with clang-format. Manual checks fix the code faster than running clang-format twice (one for checking if the file has issues and another for fixing it).
2024-09-18 11:42:35 +00:00
Peter Barnes
0701faae46 doc: pid: (fixes #1142) refactor lambda with structured binding 2024-09-17 15:03:15 +00:00
Gabriel Ferreira
9281078dd2 tests: Run test.py with full logging in the presence of TEST_LOGS environment variable 2024-09-15 14:05:12 +00:00
Tommaso Pecorella
0d9698b8be ci: (fixes #1141) use repackaged Doxygen 1.11.0 2024-09-14 07:24:05 +02:00
Peter Barnes
b9407fc643 doc: pid: show support level for Attributes and TraceSources 2024-09-12 23:08:34 +00:00
Peter Barnes
d07875540b doc: show group name for each TypeId, add page of all groups 2024-09-12 23:04:24 +00:00
Peter Barnes
2925dce614 doc: enable single TypeId output from p-i-d (fixes #140) 2024-09-12 22:25:09 +00:00
Tommaso Pecorella
9d80dbbd27 ci: limit the ccache size to 3GB 2024-09-08 17:04:00 +00:00
Gabriel Ferreira
498a832e87 ci: Add code coverage job for GitLab 2024-09-07 21:08:06 +02:00
Tommaso Pecorella
8dc668e599 ci: bump Doxygen to 1.11.0 2024-09-07 15:36:25 +02:00
André Apitzsch
8bc94a1cc3 Use SPDX license identifiers 2024-09-06 19:32:31 +00:00