Tue, 08 Apr 2014 14:07:33 -0700 r10652 inadvertently undid part of these earlier commits:
Peter D. Barnes, Jr. <barnes26@llnl.gov> [Tue, 08 Apr 2014 14:07:33 -0700] rev 10691
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
Sat, 05 Apr 2014 07:53:58 +0200 [Python bindings] rescan core module
Tommaso Pecorella <tommaso.pecorella@unifi.it> [Sat, 05 Apr 2014 07:53:58 +0200] rev 10690
[Python bindings] rescan core module
Mon, 17 Mar 2014 20:01:49 +0100 RIPng implementation
Tommaso Pecorella <tommaso.pecorella@unifi.it> [Mon, 17 Mar 2014 20:01:49 +0100] rev 10689
RIPng implementation
Wed, 02 Apr 2014 18:47:04 -0700 Simplify output of Times in a specific unit; see Time::As ()
Peter D. Barnes, Jr. <barnes26@llnl.gov> [Wed, 02 Apr 2014 18:47:04 -0700] rev 10688
Simplify output of Times in a specific unit; see Time::As ()
Sun, 23 Mar 2014 19:08:54 +0400 Bug 1170: Formulate best practices for dealing with unused debug variables.
Andrey Mazo <ahippo@yandex.com> [Sun, 23 Mar 2014 19:08:54 +0400] rev 10687
Bug 1170: Formulate best practices for dealing with unused debug variables. Fixed clang-3.4 unused function warnings in optimized builds like the following: """ ../examples/energy/energy-model-example.cc:39:1: error: unused function 'PrintReceivedPacket' [-Werror,-Wunused-function] PrintReceivedPacket (Address& from) ^ 1 error generated. """ Implemented "if (false)" trick inside NS_LOG* macros for optimized builds. "sizeof()" trick might be a little better but it produces the following warning with clang-3.4: """ ../examples/energy/energy-model-example.cc:39:1: error: function 'PrintReceivedPacket' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration] PrintReceivedPacket (Address& from) ^ 1 error generated. """ Macros from log.h, that depend on NS3_LOG_ENABLE, were moved to log-macros-enabled.h and log-macros-disabled.h to make log.h smaller.
Sat, 29 Mar 2014 18:16:59 +0100 Bug 1877 - constructor missing for <something>PropagationLossModels
Scott Carpenter <scarpen@ncsu.edu> [Sat, 29 Mar 2014 18:16:59 +0100] rev 10686
Bug 1877 - constructor missing for <something>PropagationLossModels
Thu, 27 Mar 2014 16:31:06 +0400 whitespace fix after 20ce79766233.
Andrey Mazo <ahippo@yandex.com> [Thu, 27 Mar 2014 16:31:06 +0400] rev 10685
whitespace fix after 20ce79766233.
Wed, 26 Mar 2014 23:47:30 +0100 Bug 1888 - COST231 propagation loss model: corrections
Biljana Bojović <biljana.bojovic@gmail.com> [Wed, 26 Mar 2014 23:47:30 +0100] rev 10684
Bug 1888 - COST231 propagation loss model: corrections
Wed, 26 Mar 2014 23:39:32 +0100 Bug 1889 - PointToPointNetDevive: In some cases MacTxDrop trace is not called
Eugene Chemeritskiy <echemeritskiy@arccn.ru> [Wed, 26 Mar 2014 23:39:32 +0100] rev 10683
Bug 1889 - PointToPointNetDevive: In some cases MacTxDrop trace is not called
Wed, 26 Mar 2014 23:20:13 +0100 Bug 1890 - UdpClientTrace: MPEG frame size is squeezed into (insufficient) 16 bit integer
Eugene Chemeritskiy <echemeritskiy@arccn.ru> [Wed, 26 Mar 2014 23:20:13 +0100] rev 10682
Bug 1890 - UdpClientTrace: MPEG frame size is squeezed into (insufficient) 16 bit integer
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip