Commit Graph

107 Commits

Author SHA1 Message Date
Tom Henderson
caa195a49b bindings: Rescan all APIs 2018-12-09 20:56:55 -08:00
Alexander Krotov
8d1b7b1391 Spellcheck the rest of ns-3 2018-06-28 12:51:39 +03:00
Tom Henderson
7d9b54aac9 rescan bindings 2018-05-28 22:00:09 -07:00
Sébastien Deronne
79310da82f wifi: Cleanup usage of SupportedPcapDataLinkTypes 2017-11-21 12:29:15 +01:00
Tom Henderson
ab8735f403 bindings: Update all 32-bit bindings 2017-09-27 21:42:46 -07:00
Tom Henderson
7f00a95f65 bindings: Rescan all 64-bit bindings 2017-09-27 18:51:23 -07:00
Tom Henderson
efc2d4fa60 click: Rescan python bindings 2017-03-10 15:48:44 -08:00
Alexander Krotov
79358fffac click: add corresponding va_end to va_start 2016-12-20 20:52:12 +03:00
Tommaso Pecorella
f552e0a63d bindings: Rescan bindings 2016-11-05 02:38:37 +01:00
Robert Ammon
bf956783aa routing: (fixes #2527) Extend PrintRoutingTable to specify the time unit for the report. 2016-11-05 02:38:15 +01:00
Tommaso Pecorella
971ace1bfd Rescan Python bindings 2016-07-16 23:29:23 +02:00
Tommaso Pecorella
afa5de4a78 internet: (fixes #231) Remove SocketAddressTag
SocketAddressTag was a long-standing API glitch. It was used to replicate the RecvFrom effect (i.e., to know the source address of packet) without calling RecvFrom.
This option is more harmful than useful, because in case of tunnels the new tag needs to replace the old one. Moreover, there is no real need to create a new API when there is a perfectly working one (i.e., RecvFrom).
2016-06-02 01:16:39 +02:00
Lalith Suresh
a893350e83 click: fixes Bug 2290 - cannot run click examples from test.py 2016-02-10 13:31:30 +01:00
Tommaso Pecorella
61e4f41506 internet + click: Virtualized some functions common to both modules. 2016-02-09 21:16:53 +01:00
Tom Henderson
44c93c49ab click: align Ipv4L3ClickProtocol with ae25cc3a0f89
this commit also fixes a bug uncovered by the more strict parsing
of Ipv4Address strings.  In Ipv4ClickRouting::RouteOutput(), it is
possible for the string from the click routing table to contain
just a single entry, but the code was assuming a space-delimited
pair.  If only a single entry is returned, the destination is now
set to "0.0.0.0".
2016-02-08 23:06:43 -08:00
Tom Henderson
4b3323ead4 click: temporarily disable running of click example 2016-02-08 23:02:08 -08:00
Tom Henderson
9be85824a6 click: Fix detection of Waf configuration variable 2016-02-08 22:43:32 -08:00
Tom Henderson
b04d1388a9 Fix click examples from commit ae504de1efb0 2016-02-07 09:07:37 -08:00
Tom Henderson
e476598d18 wifi: Bindings and examples for commit 7c60a9f8f271 2016-02-05 19:45:20 -08:00
Sébastien Deronne
4f54ca4f1e wifi: (fixes #2116 and #2213) Refactor helpers and APIs 2016-02-05 21:48:25 +01:00
Peter D. Barnes, Jr.
61f2fbd415 [doxygen] Revise TracedCallback function signatures for const. 2015-08-18 16:46:10 -07:00
Tom Henderson
dc3667a937 bug 2125: subclasses must chain up to their base class NotifyNewAggregate() method (patch due to nlmills) 2015-06-24 21:36:15 -07:00
Tom Henderson
15b8c704a9 SetGroupName for click module 2015-04-16 20:58:18 -07:00
Peter D. Barnes, Jr.
ee641c723b [Doxygen] Remove inappropriate uses of @internal 2014-11-03 12:33:13 -08:00
Tom Henderson
c9f4bc4e68 bug 1551 postfix: enable logging for functions outside namespace ns3 2014-10-01 20:50:46 -07:00
Peter D. Barnes, Jr.
bfdb6ef10a [Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 15:51:00 -07:00
Peter D. Barnes, Jr.
cd3da7143d [doxygen] Revert r10410, r10411, r10412 2014-03-05 17:06:59 -08:00
Peter D. Barnes, Jr.
4a5acb6109 One waf to rule them all. 2014-02-07 17:00:28 -08:00
Tom Henderson
4ef03c0719 update click bindings 2014-02-02 11:03:06 -08:00
Vedran Miletić
6acf41814e Move tests outside ns3 namespace 2014-01-02 18:34:30 +01:00
Peter D. Barnes, Jr.
d75ff3559e doxygen] Suppress "warning: Member NS_OBJECT_ENSURE_REGISTERED is not documented" 2013-11-14 16:58:28 -08:00
Peter D. Barnes, Jr.
1c3e6149ab Models source highlighting 2013-11-14 16:57:21 -08:00
Vedran Miletić
f781366d2e Fix compilation with Clang 3.2 and newer versions, including Apple Clang 5.0
Clang 3.2 requires all class members to be used in the code; this patch either removes class members that are not used or adds NS_UNUSED/NS_UNUSED_GLOBAL around them. Thanks to Andrey Mazo and Tommaso Pecorella for review.
2013-10-20 12:46:27 +02:00
Tom Henderson
aa99130b08 update bindings 2013-08-27 19:08:05 -07:00
Alexander D'souza
ac7c84ab0b Follow up patch for Click: Bug 760 - IP address removal can be painful 2013-07-18 14:07:56 +02:00
Tom Henderson
d17fd41e3b update click bindings 2013-07-05 14:01:51 -07:00
Peter D. Barnes, Jr.
e3611c4078 Doxygenate todo's 2013-07-03 14:43:10 -07:00
Mitch Watrous
6b5386116e Look for click in bake's build directory first (Bug 1632 partial fix) 2013-04-26 10:09:32 -07:00
Lalith Suresh
c2122bd624 Update Click build instructions to point to Click github repository 2013-04-25 22:08:40 +02:00
Vedran Miletić
53ec6a479e Rename Start and DoStart methods to Initialize and DoInitialize
The goal of this patch is to allows us to differentiate the Start/Stop
functionality present in some classes from Initialize/Dispose functionality.
2013-04-19 22:39:55 +02:00
Vedran Miletić
bbdb4231b3 Upgrade waf to 1.7.10 and fix included wscripts
This is a massive upgrade removing almost all pre-waf 1.6 script code. In addition, this does away with custom pkgconfig.py script for making .pc files and replaces it with waf's builtin mechanism.

Massive thanks to Alex Afanasyev for ideas and bugfixing, to Alina Quereilhac for bugfixing and testing, and to Tom Henderson for thorough testing.
2013-04-01 22:33:46 +02:00
Nicola Baldo
b69928a648 bug 1563: get rid of default argument value in AddTestCase 2013-03-22 13:14:38 +01:00
Sascha Alexander Jopen
ddfd9131e8 Allow Click defines to be handled from ns-3 2013-02-07 10:47:31 +01:00
Sascha Alexander Jopen
6f03fdaf7e Allow Click to pull random numbers from ns-3 2013-02-07 10:47:08 +01:00
Mitch Watrous
261dc3b45a Replace more instances of RandomVariable with RandomVariableStream 2012-08-20 19:08:45 -07:00
Lalith Suresh
2c514e7fbf Rescan click module python bindings 2012-07-27 14:28:45 +02:00
Lalith Suresh
d93d26500c Remove stale doxygen from Ipv4L3ClickProtocol and Ipv4L3Protocol 2012-07-26 16:08:23 +02:00
Lalith Suresh
3718389e85 Bug 1477: Click doesn't work with raw sockets 2012-07-26 15:54:30 +02:00
Tom Henderson
350a4b7330 rescan bindings 2012-05-02 11:05:28 -07:00
Tom Henderson
25736177dc rescan bindings 2012-04-14 18:09:25 -07:00