Mathieu Lacage
74ceb06336
small typo
2007-09-07 17:39:18 +02:00
Mathieu Lacage
ee35d8ada2
move inline code from header to .cc file prior to rework of Buffer
2007-09-07 08:34:46 +02:00
Mathieu Lacage
0147e59899
move include to implementation file
2007-09-06 18:19:22 +02:00
Mathieu Lacage
fd8b0ba57d
an euclidian distance is always positive
2007-09-06 11:18:35 +02:00
Mathieu Lacage
b43e2f9190
add failing test and fix for assignment to self
2007-09-05 16:28:55 +02:00
Gustavo J. A. M. Carneiro
a2fb5d5cbe
merge
2007-08-29 12:32:18 +01:00
Gustavo J. A. M. Carneiro
0261a0b795
New WAF, avoids the bright yellow color (hard to read on light background terminals) problem.
2007-08-29 12:31:17 +01:00
Mathieu Lacage
3b2ffd1a07
merge with trunk
2007-08-29 09:36:28 +02:00
Mathieu Lacage
e20b40ee61
backout 9856d1175cbb:642d6798feaa:27dd3e15308a
2007-08-29 09:35:53 +02:00
Gustavo J. A. M. Carneiro
a882435757
Add some tweaks to enable building under emacs.
2007-08-28 16:54:07 +01:00
Gustavo J. A. M. Carneiro
afbb95d987
Build the ns3 library in the build/<variant> root, not in build/<variant>/src.
2007-08-28 16:53:01 +01:00
Raj Bhattacharjea
74f9163b24
Remove references to really-simple-point-to-point, fix build
2007-08-28 10:20:13 -04:00
George Riley
979da57982
Reconcile changes with Mathieu's latest
2007-08-28 09:55:21 -04:00
Mathieu Lacage
722fb64245
use more NodeList::Iterator types
2007-08-28 14:31:53 +02:00
Mathieu Lacage
9f6f56f3ff
use the NodeList::Iterator type
2007-08-28 14:09:52 +02:00
Mathieu Lacage
cc6d4c0c06
constify
2007-08-28 13:03:08 +02:00
Raj Bhattacharjea
bce75ae3a8
Removed SConstruct file
2007-08-24 16:05:17 -04:00
Raj Bhattacharjea
9bf17256fb
Fixed inet-socket-address's opening IFDEF to be consistent with the filename
2007-08-24 14:00:52 -04:00
Raj Bhattacharjea
027cd21aa1
Added GPL and emacs modeline to inet-socket-address.h/cc
2007-08-24 13:21:33 -04:00
George Riley
391b3eef11
Change the protocol stack processing to pass packets by non-const
...
reference, rather than const reference and value as was previously done.
Also change the queue semantics to return the packet on a deque, rather
than requiring a packet as a parameter. The problem with the original
approach was that packet UID's were getting skipped. The fix handles
the uid properly, and we get sequential packet uid's on the trace file.
2007-08-24 11:44:11 -04:00
Mathieu Lacage
490d38c9f1
fix last errors for new tests
2007-08-24 15:11:08 +02:00
Mathieu Lacage
02418f7498
fix first part of errors introduced by new tests
2007-08-24 15:05:34 +02:00
Mathieu Lacage
ca21c26638
add failing tests
2007-08-24 14:45:25 +02:00
Mathieu Lacage
00a9973ca8
use a Ptr<> where needed.
2007-08-24 12:45:45 +02:00
Mathieu Lacage
2ee1d5fca6
the protocol number field is a 16 bit integer, not a 32 bit integer
2007-08-24 10:33:58 +02:00
Mathieu Lacage
d8b046a69f
add missing include
2007-08-24 10:32:35 +02:00
Raj Bhattacharjea
08bcb4249d
clarified a comment
2007-08-22 12:02:42 -04:00
Gustavo J. A. M. Carneiro
35f5503e26
WAF: fix compatibility with Python 2.3
2007-08-21 18:04:48 +01:00
Tom Henderson
bea15392ec
Added tag release ns-3.0.5 for changeset 08046b6aef37
2007-08-15 23:31:51 -07:00
Tom Henderson
52de20c3b6
Add Emmanuelle to authors list
2007-08-15 23:03:06 -07:00
Tom Henderson
365e662472
update release_steps.txt
2007-08-15 22:50:31 -07:00
Tom Henderson
89758558cf
bump version number
2007-08-15 22:49:06 -07:00
Tom Henderson
8d5ddc0ddf
Release notes updated
2007-08-15 22:48:40 -07:00
Craig Dowell
9d2617d9a0
Fix bug 68. Implement IsMulticast
2007-08-14 12:00:03 -07:00
Tom Henderson
6c2a73ebda
cleanup valgrind errors
2007-08-13 23:06:25 -07:00
Tom Henderson
ad45701790
restore ns-2 .tr format
2007-08-13 22:53:20 -07:00
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
Tom Henderson
5da9cd2205
remove spurious examples/simple-p2p.cc
2007-08-10 13:49:41 -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
250109b215
remove old file
2007-08-09 15:58:13 -07: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