Commit Graph

1025 Commits

Author SHA1 Message Date
Tom Henderson
ad3b6a04cc Doxygen cleanup 2007-08-13 20:53:29 -07:00
Tom Henderson
915e34b32b fix optimized build; remove old comment 2007-08-12 14:24:49 -07:00
Tom Henderson
883d92940f global routing csma patch 2007-08-10 13:33:45 -07:00
Craig Dowell
f53e19589d merge ns-3-csma with tip 2007-08-10 10:52:30 -07:00
Craig Dowell
8e6b694d6e move m_rxTrace to trace enet header 2007-08-10 10:45:59 -07:00
Craig Dowell
c298892833 print length/type in hex 2007-08-10 10:44:02 -07:00
Mathieu Lacage
971997fbc1 use implicit conversion rather than private explicit conversion: fixes build 2007-08-10 19:18:19 +02:00
Mathieu Lacage
8b87d39c72 merge with trunk 2007-08-10 16:28:09 +02:00
Mathieu Lacage
8881f8bd91 avoid more spurious whitespaces during testing 2007-08-10 13:24:36 +02:00
Mathieu Lacage
ee2b9fc885 avoid output of spurious whitespaces during testing 2007-08-10 13:17:57 +02:00
Craig Dowell
aaa8a45658 rename to csma 2007-08-09 15:56:28 -07:00
Mathieu Lacage
23a116b96e merge with win32 tree 2007-08-09 13:42:42 +02:00
Mathieu Lacage
29014acd87 add missing space in default PacketPrinter 2007-08-09 13:38:04 +02:00
Mathieu Lacage
c4ccb4a8ca merge 2007-08-09 09:39:29 +02:00
Mathieu Lacage
b392b2a867 merge with trunk 2007-08-09 09:36:59 +02:00
Tom Henderson
a7de7bcf31 Removing (again?) src/devices/p2p 2007-08-08 20:56:59 -07:00
Craig Dowell
371b1b01cb fix race in csma-cd channel 2007-08-08 14:19:56 -07:00
Gustavo J. A. M. Carneiro
bac11af00e Build all modules as a single ns3 shared library. 2007-08-08 21:07:52 +01:00
Mathieu Lacage
69ccebd108 avoid initialization ordering problem 2007-08-08 23:23:24 +02:00
Mathieu Lacage
7f3f471f12 rename Bind to DefaultValue::Bind. fix bug 62 2007-08-08 16:41:59 +02:00
Mathieu Lacage
9f7eb9eecb merge 2007-08-08 16:29:26 +02:00
Gustavo J. A. M. Carneiro
86f50b36d6 merge 2007-08-08 15:25:00 +01:00
Gustavo J. A. M. Carneiro
0eca73234a WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file. 2007-08-08 15:10:36 +01:00
Mathieu Lacage
f346815b18 use fixed-width types to avoid portability problems 2007-08-08 15:59:08 +02:00
Mathieu Lacage
5e9325fad1 merge with trunk 2007-08-08 15:49:41 +02:00
Mathieu Lacage
d668f7749f use NS_TEST_ASSERT macros 2007-08-08 15:43:05 +02:00
Gustavo J. A. M. Carneiro
a34d15da01 Revert experimental code in src/wscript accidentally committed. 2007-08-08 14:11:29 +01:00
Mathieu Lacage
7bc4564029 merge with trunk 2007-08-08 14:00:45 +02:00
Gustavo J. A. M. Carneiro
f302d055e9 WAF: handle --doxygen before building; now only generates docs and does not build anything. 2007-08-08 12:36:59 +01:00
Mathieu Lacage
9cb258d920 doxygen API documentation for TraceContextElement base class 2007-08-08 13:13:24 +02:00
Mathieu Lacage
4b8e9cf7d1 use full reference for \relates tag 2007-08-08 13:13:09 +02:00
Mathieu Lacage
6ae06014c5 fix dox warning 2007-08-08 12:51:12 +02:00
Mathieu Lacage
32cd28829a fix dox warning 2007-08-08 12:34:18 +02:00
Mathieu Lacage
aceebd88bb fix dox warning 2007-08-08 12:33:33 +02:00
Mathieu Lacage
7ad0b27460 revert part of gustavo's patch for 'better breakpoints' 2007-08-08 12:33:14 +02:00
Mathieu Lacage
635374075f re-write header and trailer doxygen API doc 2007-08-08 12:18:11 +02:00
Mathieu Lacage
d3672ded33 beautify packet API doxygen 2007-08-08 11:27:17 +02:00
Mathieu Lacage
1bd35c2b55 make sure udp-header.h is exported for main-packet-printer 2007-08-08 11:20:35 +02:00
Mathieu Lacage
771bf92f78 Tag doxygen documentation 2007-08-08 11:19:39 +02:00
Mathieu Lacage
042f455113 add Packet::PrintTags and move tag documentation to tag.h 2007-08-08 11:19:19 +02:00
Mathieu Lacage
57464209b8 update reference to header sample code 2007-08-08 11:18:49 +02:00
Mathieu Lacage
d6f35d7c5c make sure we include a space between tag printed output 2007-08-08 11:16:41 +02:00
Mathieu Lacage
1f73d0d258 remove dead code 2007-08-08 11:16:11 +02:00
Mathieu Lacage
1e22e6d203 rework the NS_XX_ENSURE_REGISTERED macros and make sure we typecheck the input to TraceContext::Add and TraceContext::Get methods 2007-08-08 10:18:55 +02:00
Mathieu Lacage
496f1d91d0 TraceContextElement::Register -> TraceContextElement::AllocateUid 2007-08-08 10:06:58 +02:00
Mathieu Lacage
5a38178db2 Trailer::Register -> Trailer::AllocateUid and Header::Register -> Header::AllocateUid 2007-08-08 10:01:19 +02:00
Mathieu Lacage
55b4291df0 introduce Tag base class similar to Header and Trailer 2007-08-08 09:49:56 +02:00
Mathieu Lacage
5c419ea37f remove Chunk base class 2007-08-08 09:12:55 +02:00
Tom Henderson
02ccad8fbc add unreachable statement to solve gcc-4.0.x compiler bug for optimized builds on os x 2007-08-07 20:37:52 -07:00
Mathieu Lacage
9a8e9dc34b merge with trunk 2007-08-07 08:36:31 +02:00