Commit Graph

16037 Commits

Author SHA1 Message Date
Tommaso Pecorella
a8fc1b6235 doxygen: fix warnings in various modules 2022-01-05 00:22:31 -06:00
Tommaso Pecorella
ee43ff631c doc: fix indentation warnings and py3 compatibility 2022-01-03 13:22:08 -06:00
Tom Henderson
12dee93f70 fd-net-device: (merges !811) Remove PlanetLab helper 2022-01-02 11:46:59 -08:00
Ameya Deshpande
fcc095b05c core: Use std::invoke_result instead of std::result_of
C++17 introduces `std::invoke_result`, and deprecates
the usage of `std::result_of`.

Signed-off-by: Ameya Deshpande <ameyanrd@outlook.com>
2021-12-28 09:06:53 -08:00
Eduardo Almeida
0001916d89 propagation: Fix a6a97ab5 and redeclare DoCalcRxPower() as private 2021-12-28 08:51:10 -08:00
Eduardo Almeida
8569864c6b Fix .editorconfig trim_trailing_whitespace rule 2021-12-28 08:49:37 -08:00
Peter D. Barnes, Jr
5398e79dc4 doxy: put warnings built docs in separate directory html-warn 2021-12-28 08:47:40 -08:00
Tom Henderson
447bf043d1 stats: Simplify dia figures 2021-12-28 08:29:37 -08:00
Peter D. Barnes, Jr
d689d74798 doc: refactor Manual, add Simulator, Time and Scheduler sections 2021-12-28 06:53:15 -08:00
Tom Henderson
15e5a7915a wifi: Rescan python bindings 2021-12-27 18:36:11 -08:00
Tom Henderson
da5cdff2da click: Rescan python bindings 2021-12-27 18:04:58 -08:00
Eduardo Almeida
64099b3e50 doc: Fix typo in coding style doc 2021-12-27 20:04:54 +00:00
Stefano Avallone
2eef1471c9 wifi: (fixes #507) Set CS Required field according to 802.11ax specs 2021-12-27 15:07:44 +00:00
Peter Barnes
3dd74f2017 core: refactor ObjectBase::ConstructSelf 2021-12-24 00:08:09 +00:00
Peter Barnes
7f3d883f75 core: fix doxy warnings 2021-12-21 17:06:57 +00:00
Gabriel Ferreira
6d665d5901 build: fix ns3 path resolution when running waf executables
When waf output directory is different from the default
2021-12-21 13:21:31 -03:00
Peter Barnes
0e685cbdbb Use [[maybe_unused]] attribute directly, instead of NS_UNUSED 2021-12-21 10:32:43 +00:00
Tom Henderson
38ec28bf50 documentation: Update obsolete links in manual 2021-12-20 21:42:33 -08:00
Peter Barnes
1d0c81dea4 core: pre-event hook, to facilitate chaining SimulatorImpls 2021-12-20 21:59:44 +00:00
Gabriel Ferreira
715232ea96 build: fix dependency checks for the test module
And formatting fixes
2021-12-19 11:43:47 -03:00
Tom Henderson
aad79536bf bindings: Rescan all APIs 2021-12-18 16:41:52 -08:00
Eduardo Almeida
1b6a5c0508 Update coding style for deleted constructors and operators 2021-12-18 16:41:52 -08:00
Eduardo Almeida
96ec88cd59 core: Remove NonCopyable class 2021-12-18 16:41:39 -08:00
Eduardo Almeida
4ebdc0c6c6 Mark deleted ctors and operator= with delete keyword 2021-12-18 15:22:44 -08:00
Stefano Avallone
a4626d178a wifi: Set TXOP holder when receiving a Trigger Frame 2021-12-18 18:36:27 +01:00
Eduardo Almeida
158bf67696 editorconfig: Add rules for trim trailing whitespaces, CMake and ns3 script 2021-12-17 17:52:01 -08:00
Tommaso Pecorella
da7e53148b CI: fix Yaml for clang tests 2021-12-18 01:42:46 +00:00
Tommaso Pecorella
9b1b8feb81 CI: fix Yaml for clang tests 2021-12-18 01:32:44 +00:00
Tommaso Pecorella
98e3168d7e CI: fix Yaml for clang tests 2021-12-18 01:26:40 +00:00
Tom Henderson
f5bd038b86 build: Update minimum compiler versions to g++-8, clang++-6, Apple Clang 11 2021-12-17 17:18:58 -08:00
Tom Henderson
fa64e1e008 ci: Remove unsupported Fedora 31, 32 2021-12-17 15:55:50 -08:00
Tom Henderson
9588ad7fe6 internet: Update Python bindings 2021-12-17 15:46:55 -08:00
Tommaso Pecorella
2d3389005b internet: further NSC cleanup 2021-12-17 13:59:48 -08:00
Chandrakant jena
0510f36078 internet: change NS_ASSERT to NS_TEST_ASSERT* in tests 2021-12-17 19:45:36 +01:00
Peter D. Barnes, Jr
9c5fec6697 Define NS_DEPRECATED_3_36 2021-12-17 17:24:11 +00:00
Peter D. Barnes, Jr
ccb21e8887 Use C++-14 [[deprecated (msg)]], convert NS_DEPRECATED to function macro 2021-12-17 17:24:11 +00:00
Peter Barnes
6f319e48fc core: (bugzilla 2203) MakeEvent from a lambda 2021-12-17 17:23:45 +00:00
Stefano Avallone
a36733d8b1 doc: Document the TrafficControlHelper::Uninstall method 2021-12-17 17:49:34 +01:00
Stefano Avallone
3bbdd7bb59 traffic-control: Trace packets dropped by the traffic control layer 2021-12-17 17:47:22 +01:00
Stefano Avallone
7fd2d476ba traffic-control: Allow to disable flow control for devices supporting it 2021-12-17 17:47:07 +01:00
Peter Barnes
4dc0ec0682 core: (fixes #141) Print parent attributes from CommandLine --PrintAttributes 2021-12-17 01:04:14 +00:00
Peter Barnes
dd1d254a9f core: html-encode in CommandLine::PrintDoxygenUsage 2021-12-16 23:32:15 +00:00
Gabriel Ferreira
9d9f765ba6 build: additional CMake and ns3 bugfixes 2021-12-16 02:29:59 +00:00
Eduardo Almeida
bb46bcce1a build: Remove remaining NSC references from waf_workaround_fakeconfig.cmake 2021-12-15 15:10:55 +00:00
Gabriel Ferreira
a21a8fb7ab build: Remove unsupported flag NO_SOURCE_PERMISSIONS 2021-12-14 17:15:59 +00:00
Tommaso Pecorella
73fd4b87a4 build: fix Ubuntu 18.04 CI scripts 2021-12-14 00:28:16 +01:00
Peter Barnes
8b0d0e7044 core: symbolic names for EventId reserved Uid values 2021-12-13 23:04:15 +00:00
Gabriel Ferreira
69d4cce61b build: Fix ns3 --help 2021-12-13 18:16:33 +00:00
Tommaso Pecorella
532dadb1c3 build: update CI scripts to use gcc-8 2021-12-13 18:01:35 +01:00
Gabriel Ferreira
91e1ffbd87 doc: Remove ns3 verbose references 2021-12-11 12:04:15 -03:00