Commit Graph

13704 Commits

Author SHA1 Message Date
F5
89c128b1a2 network: Enable modifing system IDs for automatic partition 2022-10-25 18:59:38 +08:00
F5
5110ade9ed network: Make packets thread-safe 2022-10-25 18:59:00 +08:00
F5
2825400936 core: Make hash functions thread-safe 2022-10-25 18:59:00 +08:00
F5
34b8e39172 core: Make aggregated objects thread-safe 2022-10-25 18:58:54 +08:00
F5
ba81313570 core: Make reference counting thread-safe 2022-10-25 18:46:29 +08:00
Eduardo Almeida
223dbf0277 core: Adjust clang-format guards of external files 2022-10-24 21:21:39 +01:00
Eduardo Almeida
df1dedfc9f Revert "Convert tabs to spaces in files largely copied from elsewhere"
This reverts commit 6854e62de8.
2022-10-24 21:21:39 +01:00
Eduardo Almeida
bfb737a0d9 Remove unnecessary [[maybe_unused]] specifiers 2022-10-24 11:58:49 +00:00
Eduardo Almeida
b048f70912 Fix the [[maybe_unused]] specifier placement to always come after the variable name 2022-10-24 11:58:49 +00:00
Tommaso Pecorella
2c1bb6f032 core:fix int->double conversion in Time 2022-10-22 14:29:33 +02:00
Tommaso Pecorella
482730e5f9 core: fix undefined behavior in Time::SetResolution()
Credits to Tolik Zinovyev <tolik@bu.edu> for finding the issue
and proposing a first patch.
2022-10-22 09:56:23 +02:00
Stefano Avallone
a7c46386bb network: Fix doxygen for Trailer::Deserialize() methods 2022-10-21 12:01:38 +02:00
Tommaso Pecorella
0fb7e0127d internet: fix formatting of a02fca17 2022-10-19 13:33:35 +02:00
Tommaso Pecorella
a02fca17a8 internet: (fixes #755) Fix GlobalRouting handling of bridged NetDevices 2022-10-19 01:55:15 +02:00
Stefano Avallone
aa0eae52cc wifi: Do not write PCAP files for the wifi-mlo test 2022-10-18 18:08:01 +02:00
Tom Henderson
1d61c8bdb0 openflow: Suppress warnings about redefined macros 2022-10-18 09:00:22 -07:00
Tom Henderson
aec5d07e87 lte: Select new working run number for test 2022-10-17 22:16:40 -07:00
Tom Henderson
1a94214bc3 lte: Disable logging from test 2022-10-17 22:16:40 -07:00
Tom Henderson
7869f26381 brite: Add missing forward declaration 2022-10-17 22:16:40 -07:00
Alberto Gallegos Ramonet
e3ec549fb7 lr-wpan: Log fixes to lr-wpan-fields.cc 2022-10-18 11:49:21 +09:00
Eduardo Almeida
7c96289305 core: Fix inconsistent formatting between clang-format 14 and 16 2022-10-17 13:43:08 +01:00
Tommaso Pecorella
a60681528d lr-wpan: (fixes #741) add a post-rx error model 2022-10-16 21:11:12 +00:00
Eduardo Almeida
85ade4e18d Fix Doxygen comment formatting and typos 2022-10-16 14:49:21 +01:00
Eduardo Almeida
33ff238ccb doc, visualizer: Remove obsolete defines 2022-10-15 20:16:21 +00:00
Eduardo Almeida
8ceacee338 Trim trailing whitespace in CHANGES.md, macros-and-definitions.cmake and lr-wpan.rst 2022-10-15 21:13:54 +01:00
Eduardo Almeida
f0709d9799 core: Fix breakpoint.cc 2022-10-15 20:50:57 +01:00
Tommaso Pecorella
e1d1d1bc00 visualizer: fix missing semicolon 2022-10-15 01:43:40 +02:00
Eduardo Almeida
95e95f8904 Fix clang-tidy warnings in brite, click, mpi, openflow, p2p, visualizer 2022-10-14 16:58:17 +00:00
Eduardo Almeida
dfc6fb9d2d Remove emacs comment from C++ files 2022-10-14 14:13:12 +00:00
Eduardo Almeida
453dd70612 core, internet, sixlowpan: Declare unused variables as [[maybe_unused]] 2022-10-14 13:51:50 +00:00
Eduardo Almeida
d03f12151e fd-net-device: Fix alpine builds about "redefinition of struct ethhdr" 2022-10-14 13:50:34 +00:00
Pavinberg
4d2bf393fc internet: Fix index checking in Ipv[4,6]ListRouting::GetRoutingProtocol 2022-10-13 15:26:53 +00:00
Gabriel Ferreira
aee234645a build: remove bindings dependency on the lock, add opt-in installation 2022-10-12 13:13:11 -03:00
Alberto Gallegos
0367e17772 lr-wpan: Queue pointer fixes and queue limits addition 2022-10-12 13:19:50 +09:00
Gabriel Ferreira
f957f3996e visualizer: dereference cppyy's smartptr to get the real netdevice 2022-10-11 19:52:28 -03:00
André Apitzsch
3a5fa97271 visualizer: Improve module import 2022-10-11 18:36:15 -03:00
André Apitzsch
e10586ee02 visualizer: Fix warning when using wayland
'window [..] is a temporary window without parent, application will not be able to position it on screen'
2022-10-11 18:36:15 -03:00
André Apitzsch
b44f4911fc visualizer: Remove unavailable GTK dialog flag 2022-10-11 18:36:15 -03:00
André Apitzsch
783dd68270 visualizer: Remove deprecated GTK stock images 2022-10-11 18:36:15 -03:00
André Apitzsch
45dc0ed604 visualizer: Remove Python 2 compatibility code 2022-10-11 18:36:15 -03:00
André Apitzsch
3480f0324d visualizer: Replace deprecated stock icon
https://lazka.github.io/pgi-docs/#Gtk-3.0/constants.html#Gtk.STOCK_MEDIA_PLAY
2022-10-11 18:31:40 -03:00
André Apitzsch
8a4ac80069 visualizer: Remove gnomedesktop dependency 2022-10-11 18:31:40 -03:00
Gabriel Ferreira
087e71393e core: Fix clang-tidy modernize-use-nullptr warnings 2022-10-10 23:31:12 -03:00
Gabriel Ferreira
67c512c3ef internet, sixlowpan: use win32-internet.h as an alternative to netinet/in.h and sys/socket.h 2022-10-10 20:09:59 -03:00
Gabriel Ferreira
a29d8ad552 internet: add win32-internet.h internet header wrapper
Undefines colliding symbols defined in winsock2.h.
2022-10-10 20:09:59 -03:00
Gabriel Ferreira
19433392de core: rework RUNNING_ON_VALGRIND to support Windows in int64x64 tests 2022-10-10 20:09:59 -03:00
Gabriel Ferreira
cf96b77c12 core: trim short program name for Windows compatibility 2022-10-10 20:09:59 -03:00
Gabriel Ferreira
d88afc4379 core: replace 32-bit lround (Windows) with llround in Time constructor 2022-10-10 20:09:59 -03:00
Gabriel Ferreira
529d30b0da core: handle sigaction on Windows 2022-10-10 20:09:59 -03:00
Gabriel Ferreira
10673c56e9 core: capture example-as-tests return code directly from ns3 2022-10-10 20:09:59 -03:00