Commit Graph

737 Commits

Author SHA1 Message Date
Gabriel Ferreira
0d051e6705 build: Drop lib prefix from module targets 2024-08-30 23:57:28 +00:00
Eduardo Almeida
eb40c0018d check-style: Improve error messages 2024-08-29 14:48:06 +00:00
Eduardo Almeida
736cd6a066 check-style: Fix clang-format version check 2024-08-29 14:48:06 +00:00
Eduardo Almeida
02526a094f ci: Skip cppyy job if no source code is changed 2024-08-28 00:43:37 +00:00
Eduardo Almeida
c0176df437 ci: Add bindings/ dir to list of dirs that trigger build jobs 2024-08-28 00:43:37 +00:00
Eduardo Almeida
1123f6bec3 internet: Change spelling to SPFVertex to avoid ignoring plural forms in codespell 2024-08-24 23:57:27 +00:00
Gabriel Ferreira
cd523b6fad test: Skip unused source scanning on examples directories with no CMakeLists.txt 2024-08-09 14:39:33 +02:00
Tommaso Pecorella
dff6a2f5be ci: fix clang-10 jobs on Ubuntu 20.04 2024-07-24 20:43:52 -05:00
Tom Henderson
da1b88496f ci: Remove g++-9 configurations 2024-07-10 02:05:12 +00:00
Eduardo Almeida
5c5481e20a ci: Print changed files instead of saving artifact 2024-07-06 12:28:47 +00:00
Eduardo Almeida
a88bb6e918 ci: Keep only clang-format jobs for the min and max versions 2024-07-01 15:51:17 +00:00
Eduardo Almeida
70eda40b47 check-style: Add notes on how to use the script to fix formatting 2024-07-01 15:21:38 +01:00
André Apitzsch
215449d4e6 bindings,ci,docs: Raise minimal Python version to 3.8
Python 3.6 and 3.7 are EOL.
2024-06-26 12:27:44 +00:00
Eduardo Almeida
e922ae97f1 ci: Upgrade clang-tidy to version 18 2024-06-24 16:54:20 +00:00
Eduardo Almeida
9621afd8f2 ci: Skip .base-build job if no source code or configurations are changed 2024-06-18 18:17:47 +01:00
Gabriel Ferreira
a6b0d83a8f ci: Disable MPI for sanitizers check 2024-05-24 16:37:16 -03:00
Gabriel Ferreira
4c3daf9364 ci: Add per-commit clang job to test with libc++ 2024-05-24 16:37:15 -03:00
Gabriel Ferreira
7711e5290e bindings: Remove CreateObject/GetObject tricks 2024-05-19 10:08:50 +00:00
Gabriel Ferreira
4a0091ba6c bindings: Remove injected namespaces 2024-05-19 10:08:50 +00:00
Gabriel Ferreira
845b1e1374 ci: Re-enable cppyy job 2024-05-14 18:14:56 -03:00
Rami Abdallah
e87b1e0d34 wifi: Add support for FILS Discovery action frame 2024-05-10 19:00:25 +02:00
Stefano Avallone
4fcdc10998 wifi: Add a class for optional fields with presence indicator flag 2024-05-10 19:00:25 +02:00
Eduardo Almeida
381d62561a ci: Add --disable-logs flag to per-commit-disabled-asserts job and use clang 2024-04-27 14:47:04 +00:00
Eduardo Almeida
0bd18b88e7 check-style: Extend list of files analyzed by check-style-clang-format.py 2024-04-26 14:46:05 +00:00
Gabriel Ferreira
d8174c1ac8 bindings,docs: Update docs and script to support Cppyy 3 2024-04-22 22:25:34 +02:00
Eduardo Almeida
2d73e74de2 ci: Add weekly job with sanitizers 2024-04-21 20:13:35 +00:00
Eduardo Almeida
50087fb7a5 ci: Upgrade clang-16 job to clang-18 2024-04-19 09:12:38 +00:00
André Apitzsch
a5c42bc879 core: Use enum class for TestSuite::Type 2024-03-15 09:27:53 +01:00
André Apitzsch
e46d2a8024 core: Use enum class for TestCase::TestDuration and rename it to TestCase:Duration 2024-03-15 09:27:52 +01:00
Eduardo Almeida
eaeb53d0b6 check-style: Add note with instructions to fix files 2024-03-01 12:41:00 +00:00
Gabriel Ferreira
098fcb35ec doc: add a Docker section to the manual 2024-02-25 13:55:35 +00:00
Eduardo Almeida
190cb8a80d ci: Create Sphinx base job 2024-02-23 12:29:52 +00:00
Eduardo Almeida
f4d51ae75d ci: Run pipelines for all events (including Git tags) 2024-02-23 12:28:45 +00:00
Eduardo Almeida
c5889b1768 ci: Set all jobs as interruptible, except manual jobs and release stage 2024-02-23 09:34:19 +00:00
Eduardo Almeida
53da52fb5c ci: Add workflow:auto_cancel flag to pipeline settings 2024-02-23 09:34:19 +00:00
Tommaso Pecorella
6fb9855af5 doc: align documentation and classes to match and remove warnings. 2024-02-21 12:29:26 -06:00
Eduardo Almeida
d60f78c85e ci: Merge weekly clang jobs 2024-02-21 12:15:45 +00:00
Eduardo Almeida
1aeb2a53e7 ci: Set ns-3 release URLs to the respective Git tag 2024-02-19 12:59:39 +00:00
Tommaso Pecorella
47768894aa doc: fix doxygen grouping 2024-02-16 16:33:27 +00:00
Gabriel Ferreira
69442e97c3 build: prevent usage of uninitialized variables set inside src modules 2024-02-15 09:39:20 +01:00
André Apitzsch
7b717ff485 core: Get doublings in trickle-timer the elegant way 2024-02-10 23:24:36 +00:00
Eduardo Almeida
efcbd25d01 ci: Exclude *.c files from clang-tidy-diff analysis 2024-02-05 21:08:13 +00:00
Tommaso Pecorella
f7437a8731 ci: print the doxygen version used 2024-01-30 13:36:08 -06:00
Eduardo Almeida
ffcbc322ad ci: Add stage to generate GitLab releases of stable ns-3 versions 2024-01-29 15:03:13 +00:00
Gabriel Ferreira
3ed75b7e9e test, utils, visualizer: document missing functions and variables in scripts
Silences warnings on Doxygen > 1.9.7.
2024-01-28 17:56:41 +00:00
Gabriel Ferreira
f863b4bd26 tests: force linking of ns-3 libraries to test-runner
Prevents undefined symbols when tests are restricted by NS3_FILTER_MODULE_EXAMPLES_AND_TESTS
2023-12-27 20:23:30 +00:00
Gabriel Ferreira
3be56ea139 tests: update test-ns3.py dependencies test to find minimal set of modules to link (excluding implicitly linked) 2023-12-15 13:42:25 -03:00
Eduardo Almeida
5a5ab62b4d ci: Use full images on Python jobs 2023-12-13 13:11:47 +00:00
Eduardo Almeida
5144ee875e ci: Enable MPI module in all jobs 2023-12-07 17:40:37 +00:00
Gabriel Ferreira
8f6a3413a4 style: apply black and isort 2023-11-20 21:30:01 -03:00