Commit Graph

801 Commits

Author SHA1 Message Date
Mathieu Lacage
fca6b52fba random walk position model (untested) 2007-07-02 14:07:51 +02:00
Mathieu Lacage
04ebac2279 forgot to add TypeName implementation for float and double 2007-07-02 14:07:27 +02:00
Mathieu Lacage
fb968dccdf forgot to add missing constructor implementation 2007-07-02 14:02:57 +02:00
Mathieu Lacage
1271ada6e1 TimeDefaultValue class 2007-07-02 14:02:02 +02:00
Mathieu Lacage
7a86a8a8e7 make default constructor private to avoid potential problems 2007-07-02 14:01:49 +02:00
Mathieu Lacage
e9ee638ae9 grid topology 2007-07-02 12:14:24 +02:00
Mathieu Lacage
965e14c3f9 add cid support 2007-07-02 12:14:12 +02:00
Mathieu Lacage
a2ca638f47 add cid support to position subclasses 2007-07-02 11:29:54 +02:00
Mathieu Lacage
0197e59eb1 DoSet should not be const 2007-07-02 11:29:27 +02:00
Mathieu Lacage
418adb52a4 add Position::DoSet et al. 2007-07-02 10:50:18 +02:00
Mathieu Lacage
8894524474 add floating point support to type names 2007-07-02 10:50:07 +02:00
Mathieu Lacage
6ec6318d5f position models 2007-06-29 09:41:37 +02:00
Gustavo J. A. M. Carneiro
7c1e148ffa WAF: add a warning to the --high-precision-as-double option help text saying they it works in configure. 2007-06-21 12:33:50 +01:00
Gustavo J. A. M. Carneiro
ffa52a935a WAF: simplify --debug-level option to only have debug and optimized as possible values (debug becomes the former ultradebug); Add a warning to some options help text saying they only work in configure. 2007-06-21 12:26:46 +01:00
Gustavo J. A. M. Carneiro
4b4b121366 WAF: be careful not to set gcc-specific flags (like -Werror) when using a non-gcc compiler. 2007-06-21 11:59:55 +01:00
Gustavo J. A. M. Carneiro
3012f74206 WAF: configure dynamic path for the cygwin platform. 2007-06-21 00:38:58 +01:00
Gustavo J. A. M. Carneiro
91aa5250de Add Ipv4Address operator <, to allow Ipv4Address to be used in std::set; Closes #39. 2007-06-19 16:59:44 +01:00
Mathieu Lacage
75d762c0b9 fix small typos 2007-06-18 19:31:27 +02:00
Gustavo J. A. M. Carneiro
67454b117b Add Ipv4Mask == and != operators, similarly to Ipv4Address. 2007-06-18 18:01:28 +01:00
Gustavo J. A. M. Carneiro
3b96881ba2 Bug 37: NS_TEST_ASSERT_EQUAL 2007-06-18 15:55:47 +01:00
Mathieu Lacage
0dfdcfbdc3 add test and fix buggy assert 2007-06-01 12:42:29 +02:00
Gustavo J. A. M. Carneiro
5f48c4e7f3 add waf.bat for convenience (waf itself still has to be manually copied from outside, though) 2007-06-18 10:53:48 +01:00
Tom Henderson
5e703c70f7 Added tag release ns-3.0.3 for changeset 38099dd26e94 2007-06-17 16:04:52 -07:00
Tom Henderson
e9ae18f809 bump VERSION number 2007-06-17 16:04:12 -07:00
Tom Henderson
396c76892c release_steps.txt document 2007-06-17 14:17:22 -07:00
Mathieu Lacage
c329d7dd4e improve Packet Header/Trailer API dox 2007-06-16 17:15:58 +02:00
Tom Henderson
ca3871e4f6 Backed out changeset 767 for the release (not ready) 2007-06-15 13:30:40 -07:00
Tom Henderson
d1c6c9a348 back out unfinished p2p changes 2007-06-15 13:19:57 -07:00
Gustavo J. A. M. Carneiro
d5260811dc Add a Packet::AddAtEnd unit test. 2007-06-15 18:10:40 +01:00
Gustavo J. A. M. Carneiro
ce155b4d35 WAF: remove debugging print accidentally left in. 2007-06-15 15:25:01 +01:00
Gustavo J. A. M. Carneiro
65aca43f3f WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list. 2007-06-15 15:19:38 +01:00
Gustavo J. A. M. Carneiro
96418f577d re-sync cairo-wideint.c with upstream cairo's version (also fixes the recent compiler warning, but in a different way) 2007-06-14 13:09:56 +01:00
Gustavo J. A. M. Carneiro
2ee9064175 merge 2007-06-14 12:55:24 +01:00
George F. Riley
4042681e83 Simplification to p2p-net-device and p2p-channel (work in progress) 2007-06-14 10:41:47 +02:00
Tom Henderson
cdf13df87d Add main-query-interface.cc sample file 2007-06-13 23:13:21 -07:00
Gustavo J. A. M. Carneiro
50037ae611 Fix compilier warning/error: src/simulator/cairo-wideint.c:789: warning: comparison between signed and unsigned integer expressions. 2007-06-13 18:40:38 +01:00
Gustavo J. A. M. Carneiro
e38244e7c0 WAF: add -Wall and -Werror to CXXFLAGS, like in the SCons build. 2007-06-13 18:34:05 +01:00
Mathieu Lacage
4f0eae4a6d add a rationale for the way Trailers work 2007-06-13 16:37:04 +02:00
Gustavo J. A. M. Carneiro
da531b4aef WAF: process --run and --shell command-line options sooner, before running the build, since we may need a shell before the build finishes, in case the program to debug is part of the build itself. 2007-06-12 19:04:38 +01:00
Gustavo J. A. M. Carneiro
4772e79fee Define env['NS3_MODULE_PATH'] in configure rather than build. 2007-06-12 18:52:58 +01:00
Gustavo J. A. M. Carneiro
72622c0755 Re-sync WAF build with the latest SConstruct changes. 2007-06-12 14:05:01 +01:00
Mathieu Lacage
f34463d1cc add release notes 2007-06-12 11:37:56 +02:00
Mathieu Lacage
76b31adc2f fix bug 29 2007-06-12 11:04:00 +02:00
Mathieu Lacage
641ecb2736 fix bug 28 2007-06-12 10:53:38 +02:00
Mathieu Lacage
3dbf735aeb fix main dox entry point 2007-06-11 17:54:06 +02:00
Mathieu Lacage
33a493fe5d IIpv4 -> Ipv4 2007-06-11 17:50:16 +02:00
Mathieu Lacage
1ec3ab4a1f merge with HEAD 2007-06-11 17:47:49 +02:00
Gustavo J. A. M. Carneiro
005d9c9877 Add my institutional email address (gjc@inescporto.pt), in addition to the GMail one. 2007-06-08 18:58:34 +01:00
Mathieu Lacage
f5ce4791d2 IUdp -> Udp 2007-06-06 10:54:58 +02:00
Mathieu Lacage
967b3f34e9 IIpv4 -> Ipv4 2007-06-04 18:25:43 +02:00