Commit Graph

197 Commits

Author SHA1 Message Date
Tom Henderson
1acbf3eb64 roll-up of many updates to models, tests, examples 2011-11-16 22:01:06 -08:00
Andrey Mazo
9afed6b932 make various implementation-specific tables static const.
This should prevent possible name collisions, clean up ns3 namespace a little
and allow compiler to place them in a sharable read-only data section.
Also make various global variables static not to pollute ns3 namespace and to
force use of Attribute framework where appropriate.
2014-03-26 14:51:14 +04:00
Tom Henderson
701d152d37 remove unnecessary forward declaration 2014-03-13 06:37:41 -07:00
Tommaso Pecorella
19db0e31cb [Doxygen] network module 2014-03-13 09:29:47 +01:00
Peter D. Barnes, Jr.
cd3da7143d [doxygen] Revert r10410, r10411, r10412 2014-03-05 17:06:59 -08:00
Tommaso Pecorella
4f03cb0b56 Bug 1870 - Remove unnecessary AsInt functions 2014-03-08 17:43:28 +01: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
Alexander Afanasyev
7daf507a80 Bug 1294 - New PeekU8 () and Read (Buffer::Iterator start, uint32_t size) methods in Buffer::Iterator 2014-02-21 09:12:38 +01:00
Peter D. Barnes, Jr.
4a5acb6109 One waf to rule them all. 2014-02-07 17:00:28 -08:00
Hajime Tazaki
341fcd0ce8 rescan bindings 2014-01-13 20:45:55 +09:00
Hajime Tazaki
5894f2b28b Bug 1826 - make ns3::Ipv6Interface independent from ns3::IPv6L3protocol
for DCE usage of ipv6 linux stack helper
2014-01-13 19:04:56 +09:00
Tom Henderson
88fd0f04eb rescan all bindings 2013-12-16 00:06:41 -08:00
Tommaso Pecorella
9499558186 Pretty-print IPv6 addresses and routing tables 2013-12-10 19:54:12 +01:00
Tommaso Pecorella
668d3df3e5 Fix ErrorChannel Add 2013-12-03 23:04:39 +01:00
Tommaso Pecorella
9106524e8c Fix ErrorChannel Send 2013-12-03 22:49:51 +01:00
Vedran Miletić
f1f6d27091 Fix doxygen errors in src/network, excluding 'is not documented' missing documentation 2013-12-02 23:02:39 +01:00
Tommaso Pecorella
dd20c79584 Bug 938 - missing Doxygen in ns-3 (internet model + helper) 2013-11-20 20:15:02 +01:00
Vedran Miletić
a3e7cb04e6 Remove unused consts to fix building with Clang 3.4 pre-release versions 2013-11-24 23:48:49 +01:00
Tom Henderson
c05f78550c postfix bug 1776; add missing files 2013-11-19 09:52:27 -08:00
Piotr Jurkiewicz
a3f979febf bug 1776: improve Csma CRC performance 2013-11-19 06:36:55 -08:00
Brian Swenson
4c879da5c3 Network Doxygen warnings start 2013-11-15 16:20:58 -05:00
Peter D. Barnes, Jr.
5a2488e6db [doxygen] Suppress "warning: Member NS_LOG_COMPONENT_DEFINE is not documented" 2013-11-14 16:58:56 -08: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.
cce3b82113 Remove extra ':'s 2013-11-14 16:57:49 -08:00
Peter D. Barnes, Jr.
1c3e6149ab Models source highlighting 2013-11-14 16:57:21 -08:00
Peter D. Barnes, Jr.
578f3a1f04 Fix doxygen module references 2013-11-14 16:52:11 -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
Tom Henderson
5c26030558 bug 1771: silence compiler warning about maybe-uninitialized data 2013-10-28 22:17:57 -07:00
Tom Henderson
aa99130b08 update bindings 2013-08-27 19:08:05 -07:00
Peter D. Barnes, Jr.
61903c64b2 Link to RFC num with \RFC{num} 2013-08-15 13:04:01 -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
Tom Henderson
45df4eb9d0 rescan bindings 2013-08-09 07:03:31 -07:00
Tom Henderson
d34a027551 fix module dependency 2013-08-09 06:35:28 -07:00
Tom Henderson
2a08426b17 data collection extensions for stats module 2013-08-08 06:40:41 -07:00
Peter D. Barnes, Jr.
3c12e54cb1 [Doxygen] use \internal 2013-07-24 16:31:58 -07:00
Tom Henderson
0303e6476b rescan network bindings 2013-07-16 07:16:43 -07:00
Tommaso Pecorella
d5e3a76b27 Mac16Address added, Mac64Address refactored, and Mac[16,64]Address can be used in IPv6 2013-07-13 12:35:55 +02:00
Tommaso Pecorella
6550570e50 RFC 3849 - IPv6 Address Prefix Reserved for Documentation 2013-07-10 00:06:35 +02:00
Vedran Miletić
9659c4528e Fix building with Clang 3.0 without extra CXXFLAGS
Clang identifies as GCC 4.2 to compilers which check for GCC version. This patch adds further check for clang and undefines __DEPRECATED macro in case Clang is detected. Newer versions of Clang are much stricter and still require CXXFLAGS for other warnings.
2013-07-05 13:15:22 +02:00
Mitch Watrous
bf886d696f Updatemany modules' Python bindings 2013-07-04 14:27:35 -07:00
Peter D. Barnes, Jr.
c35b78f59f Doc tweaks 2013-07-03 15:06:34 -07:00
Peter D. Barnes, Jr.
e3611c4078 Doxygenate todo's 2013-07-03 14:43:10 -07:00
Peter D. Barnes, Jr.
3e7b4c0636 Revert [Coverity] Logically dead code (DEADCODE)
NS_ASSERT vanishes in optimized builds, so return code check still needed.
2013-07-01 10:08:20 -07:00
Peter D. Barnes, Jr.
9d2bf09460 Backout changeset 581c9b2f52c842a06cd3692c1a043a64b85c0c36 2013-07-01 10:06:39 -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.
f14f746227 [Coverity] Logically dead code (DEADCODE) 2013-06-26 17:15:56 -07:00
Peter D. Barnes, Jr.
433a24d419 [Doxygen] use \deprecated 2013-06-11 17:27:05 -07:00
Peter D. Barnes, Jr.
1bca805862 [Doxygen] use \todo 2013-06-11 17:02:23 -07:00