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
Peter D. Barnes, Jr.
86109ec9b5
Fix vector index range.
2013-05-24 12:50:44 -07:00
Peter D. Barnes, Jr.
666bcc699f
Merge Coverity fixes
2013-05-22 17:58:58 -07:00
Peter D. Barnes, Jr.
258eba0cf3
Add duration to test cases.
2013-05-22 17:22:49 -07:00
Peter D. Barnes, Jr.
4fc79291b9
Use PacketTagList::TagData::MAX_SIZE in DeviceNameTag
2013-05-22 12:57:58 -07:00
Peter D. Barnes, Jr.
572eaccd20
[Coverity] Unchecked return value from library (CHECKED_RETURN)
2013-05-16 11:18:20 -04:00
Peter D. Barnes, Jr.
3bc4f0efd0
[Coverity] Overflowed return value (INTEGER_OVERFLOW)
2013-05-16 10:52:29 -04:00
Peter D. Barnes, Jr.
80b15ea83f
[Coverity] Unchecked return value (CHECKED_RETURN)
2013-05-15 16:26:46 -04:00
Peter D. Barnes, Jr.
a8745360c4
[Coverity] Overflowed return value (INTEGER_OVERFLOW)
2013-05-15 10:10:26 -04:00
Tom Henderson
89e67bbb33
update python bindings
2013-04-08 12:48:36 -07:00
Vedran Miletić
44e8b40ac9
Rename SequenceNumber TestSuite to sequence-number for consistency
2013-04-06 17:54:20 +02:00
Hajime Tazaki
792e59bf38
Bug 1409: Add an attribute "SystemId" to configure the ID for MPI
2013-04-06 23:08:13 +09: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
Tom Henderson
d999b6f255
add documentation for error models
2013-03-18 22:29:43 -07:00
Tom Henderson
676215d236
move error model test suite to network module
2013-03-18 22:24:11 -07:00
Tommaso Pecorella
5e2d3e7604
Bug 1568 - Deserialized Addresses are implicitly marked as Mac48Address
2013-03-11 23:06:41 +01:00
Brian Swenson
80ca7c14a3
bug 1569 droptail_vs_red example fix
2013-02-01 10:57:36 -05:00
frederic.
b936760604
fix bug on previous commit
2013-01-10 18:29:32 +01:00
frederic.
81e8199503
Add some tags to packets passing through PacketSocket.
2013-01-09 13:45:23 +01:00
Peter D. Barnes, Jr.
a1a1c6d36d
Delete _fp suffix, per code review
2012-11-14 00:07:50 -08:00
Peter D. Barnes, Jr.
6a0691f121
Undo whitespace-only changes, to ease review
2012-11-14 00:03:41 -08:00
Peter D. Barnes, Jr.
8a5e56e414
Measure micro-benchmark timing.
2012-11-13 23:56:26 -08:00
Peter D. Barnes, Jr.
06addb49e0
Minor doc corrections
2012-11-13 23:52:34 -08:00
Peter D. Barnes, Jr.
a10b29e1fd
Remove free list from PacketTagList.
2012-11-13 23:51:56 -08:00
Peter D. Barnes, Jr.
2ecedb3e87
Trim excess copies from PacketTagList::Remove, add PacketTagList::Replace, documentation.
2012-11-13 23:44:58 -08:00
Tom Henderson
a6f30c16a6
assign streams to burst error model test case
2013-05-01 06:29:57 -07:00
Tom Henderson
7d87d6b3cf
burst error model uses two random variables
2013-05-01 06:14:51 -07:00
Tommaso Pecorella
1cd5127d1c
bug 1661 - Variable ub1 defined but not used in ipv6-address.cc
2013-04-29 19:52:58 +02:00
Mitch Watrous
b72c268305
Update Python bindings
2013-04-19 17:17:35 -07: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
Anh Nguyen
14506d5d6e
Add BurstErrorModel class
2013-04-19 12:58:25 -07:00
Mitch Watrous
51b1212de9
Remove more log messages from operators and copy constructors
2012-12-14 14:07:33 -08:00
Mitch Watrous
858f0702d9
Remove log messages from some operators and copy constructors
2012-12-13 17:02:39 -08:00
Tom Henderson
53931dd4ca
bug 1549: remove logging statements causing stack overflows
2012-12-12 22:43:49 -08:00
Tom Henderson
61f9323e32
update bindings
2012-12-12 13:14:40 -08:00
Tom Henderson
54ccc7ad0f
remove logging that leads to stack overflow
2012-12-12 10:23:05 -08:00
Maja Grubišić
19b51bfe74
Fix printing of uint8_t data in NS_LOG_FUNCTION introduced by 9144:6a15c50388bc Clean up function logging of network module.
2012-12-01 20:05:49 +01:00
Daniel Lertpratchya
b69e3c1278
Bug 1361 - Set TOS from Application level (sockets)
2012-11-20 17:52:39 -05:00
Maja Grubišić
6c6e275ec2
Clean up function logging of network module.
2012-11-16 22:27:18 +01:00