Commit Graph

19235 Commits

Author SHA1 Message Date
Stefano Avallone
8dc920e488 wifi: Check if a PHY is operating on a link when TXOP ends 2024-09-01 15:31:36 +02:00
Sébastien Deronne
086c0b0f0c wifi: Fix typos in Doxygen of the CAM 2024-09-01 08:04:07 +00:00
Gabriel Ferreira
2ed1ac1e24 build: Remove lib prefix from test module 2024-08-31 19:56:56 +02:00
Gabriel Ferreira
8a8c1e5e95 tests: Update test-ns3.py for MacOS 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
efe3f4a936 docs: Update README.md to instruct users on how to create a venv for cppyy 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
2d08afe575 docs: Update CHANGES.md regarding the removal of "lib" prefix from CMake targets 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
4217acc7f6 docs: Update CMake documentation with build_lib refactoring 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
4e76d901ce doc: Update RELEASE_NODES.md to indicate Msys2/UCRT64 toolchain compatibility 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
7d8ef69d83 doc: Update RELEASE_NODES.md to bump minimum clang version to clang-11 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
5c5a14dc56 build: Bump minimum clang version to clang-11
Required to support <numbers> header first used in 73474d22
2024-08-30 23:57:28 +00:00
Gabriel Ferreira
d5772ce048 doc: Update Windows installation regarding dia and texlive with Msys2 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
668ff9ad98 doc: Fix dead urls 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
2d8269092c tests: Check if docker settings exist before deleting undefined variables 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
04540809af tests: Mark regex strings as raw, as required by Python 3.12 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
a1c2655e35 build: Remove pybindgen leftover 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
8783b6ffb6 tap-bridge: Set TAP_CREATOR before calling the build_lib macro 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
4f5b356517 build: Remove NS3_ENABLE_EXAMPLES flag
examples_as_tests_dependencies macro adds examples called by tests as CMake target dependencies
2024-08-30 23:57:28 +00:00
Gabriel Ferreira
c3236a29fc build: Refactor build_lib and static/monolib target setups 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
744c0fade4 build: Fix examples filtering 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
e088d47b72 build: Add third-party directory for external dependencies 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
b98b408f72 build: Add NS3_FORCE_LOCAL_DEPENDENCIES option to ignore system directories 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
55abe1f10a build: Limit recursion to speed up configuration in slow filesystems with many files 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
0d051e6705 build: Drop lib prefix from module targets 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
e0714d3119 examples: Rename examples that match module libraries names 2024-08-30 23:57:28 +00:00
Tom Henderson
192dd4d25f tcp (fixes #1121): Fix SetParent() in GetTypeId() 2024-08-30 15:57:06 +00:00
Eduardo Almeida
ef83c82e95 core: Add conditional compilation guards to int64x64*.cc files 2024-08-29 23:21:21 +00:00
Eduardo Almeida
c455e4a360 core: Split C++ include guards from int64x64 include logic 2024-08-29 23:21:21 +00:00
Sébastien Deronne
ac7a5074b5 wifi: Cleanup unused functions in WifiSpectrumValueHelper 2024-08-29 18:41:51 +00:00
Sébastien Deronne
67f517faa3 wifi: Fix incorrect type for channel number in tests 2024-08-29 18:41:51 +00:00
Sébastien Deronne
0f1b90335f examples: Add missing Time for duration parameters in wifi examples 2024-08-29 18:41:51 +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
084eb11547 wifi: Move clang-format guard 2024-08-29 14:27:07 +00:00
Eduardo Almeida
e8ed6a539c Fix Doxygen formatting 2024-08-29 01:03:20 +00:00
Sébastien Deronne
4f8f110e7d wifi: Correct user documentation 2024-08-28 22:02:30 +02: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
Tommaso Pecorella
f5c5b48aac nix-vector-routing: small optimization to route print function 2024-08-26 13:48:58 -05:00
Tom Henderson
66aa18e586 wifi: Fix RxSignalInfo units bug 2024-08-25 07:17:24 +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
Tom Henderson
7a9f664cbe doc: Update MacPorts sphinx dependencies 2024-08-22 17:19:04 +00:00
Sébastien Deronne
6d64e47ada Update CHANGES.md and RELEASE_NOTES.md for 802.11 80+80MHz support 2024-08-21 20:18:18 +02:00
Sébastien Deronne
c355d10190 wifi: Update user documentation for 80+80MHz support 2024-08-21 20:17:57 +02:00
Sébastien Deronne
f98a1804be examples: Add 80+80MHz examples to test coverage 2024-08-21 20:17:57 +02:00
Sébastien Deronne
921a5eb6c7 examples: Add parameter to select 80+80MHz or 160MHz in wifi network examples 2024-08-21 20:17:57 +02:00
Sébastien Deronne
fc0f624bd4 wifi: Fill in VHT operations IE for 80+80 MHz 2024-08-21 20:17:57 +02:00
Tom Henderson
83f88c9dd7 mobility: Improve logging and method name for RandomWalk2dMobilityModel 2024-08-21 15:48:54 +00:00
AlessioBugetti
cc4953ed27 doc: (fixes #1120) Change \returns to \return in coding-style.rst 2024-08-21 10:19:57 +00:00
Sébastien Deronne
3af874c226 Update RELEASE_NOTES.md and CHANGES.md 2024-08-20 18:04:33 +00:00
Sébastien Deronne
7b0c6c62bc core: Add test for largest extreme value random distribution 2024-08-20 18:04:33 +00:00