Commit Graph

94 Commits

Author SHA1 Message Date
Mohit P. Tahiliani
5cb339106e Bug 2246 - Some DSR LogComponents and classes are not defined in a unique way 2015-12-19 23:55:00 +01:00
Tom Henderson
dee782d182 update DSR for Ipv4Address changes in changeset 11755 2015-11-09 13:58:48 -08:00
Tom Henderson
1db7dce4dc rescan bindings 2015-10-20 13:26:36 -07:00
Tom Henderson
9c5e9b5cf5 rescan bindings 2015-10-11 11:15:57 -07:00
Tom Henderson
55b0e0147e rescan bindings 2015-09-07 11:04:33 -07:00
Saswat Mishra
b1d413cb3a Update AODV and DSR for static ARP support 2015-09-06 22:58:26 -07:00
Sébastien Deronne
ba299a9270 rescan bindings 2015-09-03 23:57:43 +02:00
Peter D. Barnes, Jr.
b1976b6366 Merge 2015-08-18 16:59:27 -07:00
Peter D. Barnes, Jr.
61f2fbd415 [doxygen] Revise TracedCallback function signatures for const. 2015-08-18 16:46:10 -07:00
Tom Henderson
95ffc4d89b rescan bindings 2015-08-14 08:00:38 -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
3bbda53949 rescan bindings 2015-05-06 17:33:08 -07:00
Tom Henderson
92d33e8c9e rescan bindings 2015-05-05 21:29:58 -07:00
Tom Henderson
3720eeeef9 SetGroupName for dsr module 2015-05-05 18:42:46 -07:00
Tom Henderson
9bddf4b972 rescan bindings 2015-02-01 22:21:11 -08:00
Tom Henderson
e1108928f1 rescan bindings 2014-12-19 16:22:49 -08:00
Peter D. Barnes, Jr.
4cb9c7b916 TracedCallback function signatures, the simple ones.
These are TracedCallback function signatures for traces sources
using a single argument.
2014-10-03 02:24:42 -07:00
Peter D. Barnes, Jr.
ee641c723b [Doxygen] Remove inappropriate uses of @internal 2014-11-03 12:33:13 -08:00
Tom Henderson
31d2a3aad7 rescan bindings 2014-10-14 11:36:00 -07:00
Tom Henderson
c41ba4e79a rescan bindings 2014-10-13 21:25:21 -07:00
Peter D. Barnes, Jr.
6254c4b242 [Doxygen] Remove trivial and/or misused groupings 2014-10-08 20:58:33 -07:00
Tom Henderson
d471d382ac rescan bindings 2014-10-07 12:19:52 -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
Tom Henderson
c994aa10d8 rescan remaining bindings 2014-09-15 20:51:08 -07:00
Tommaso Pecorella
31f05a6594 Bug 1941 - [cont.] Remove unnecessary dependency on Application module in other modules 2014-06-28 12:35:08 +02:00
Tom Henderson
50cb988c49 bug 1920 - remove DSR attribute that was conflicting with config store 2014-06-06 10:47:21 -07:00
Tom Henderson
70f3450c5e update bindings 2014-05-30 10:07:22 -07:00
Yufei Cheng
ea04312f27 Bug 1872 and 1895 - DSR model improvements (credits also to Tomasz Seweryn <tomasz.seweryn7@gmail.com>) 2014-05-02 16:38:06 +02:00
Peter D. Barnes, Jr.
9193ac9dd7 r10652 inadvertently undid part of these earlier commits:
r10646 src/internet/model/ipv4-l3-protocol.cc
r10636 src/dsr/model/dsr-options.cc
r10636 src/internet/model/icmpv6-header.cc
r10636 src/internet/model/ipv4-header.cc
2014-04-08 14:07:33 -07:00
Peter D. Barnes, Jr.
cd3da7143d [doxygen] Revert r10410, r10411, r10412 2014-03-05 17:06:59 -08:00
Peter D. Barnes, Jr.
3c032987f0 [Bug 1868] Optimized builds are sensitive to -fstrict-overflow 2014-03-02 00:42:05 -08:00
Tom Henderson
727fa3f326 bindings rescan (another try) 2014-02-23 13:49:13 -08:00
Tommaso Pecorella
b24df55aa8 [Python Bindings] rescan bindings 2014-02-23 08:45:57 +01:00
Peter D. Barnes, Jr.
dd3118a745 Update Time scaling usage to use new functions.
With out this patch these locations will become
broken by the upcoming fix to bug 1768.
2014-01-29 17:46:21 -08:00
Vedran Miletić
6acf41814e Move tests outside ns3 namespace 2014-01-02 18:34:30 +01:00
Daniel Lertpratchya
ef51173b0f [doxygen] dsr module (fix only trivial warnings) 2013-12-13 10:28:25 -05:00
Peter D. Barnes, Jr.
16219843f0 [sphinx] Use :rfc:6284 to create links to RFCs 2013-12-12 15:12:11 -08:00
Daniel Lertpratchya
d72152fb05 Changed GetTypeID to GetTypeId in dsr-network-queue.* (plus re-scan binding) 2013-12-12 15:31:11 -05: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
Tommaso Pecorella
2fa1712985 Doxygen fixes to Topology-read, Ipv6, and tcp-socket 2013-11-14 22:43:53 +01:00
Tom Henderson
df6271a1da rescan bindings 2013-11-13 09:06:10 -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
Peter D. Barnes, Jr.
8695d856a1 Link to bug num in bug database with \bugid{num} 2013-08-15 12:01:57 -07:00
Mitch Watrous
bf886d696f Updatemany modules' Python bindings 2013-07-04 14:27:35 -07:00
Peter D. Barnes, Jr.
e3611c4078 Doxygenate todo's 2013-07-03 14:43:10 -07:00
Peter D. Barnes, Jr.
198d9f8ce9 Automated merge with file:///Users/barnes26/Code/netsim/ns3/repos/ns-3-dev 2013-06-26 17:32:03 -07:00
Peter D. Barnes, Jr.
351249c559 [Coverity] "erase" invalidates iterator 2013-06-26 17:26:56 -07:00
Peter D. Barnes, Jr.
397b75c1b4 Merge 2013-06-26 16:43:20 -07:00