Commit Graph

19651 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
fab9df7825 Use 'const Ptr<T>' rather than 'Ptr<T> const' 2007-10-08 14:13:58 +01:00
Mathieu Lacage
0873562023 add MacStations::LookupNonUnicast 2007-10-08 14:43:53 +02:00
Mathieu Lacage
ca890b509a add Mac48Address::IsBroadcast/IsMulticast 2007-10-08 14:43:29 +02:00
Mathieu Lacage
59fc14c57c move mac-station code in mac-stations 2007-10-08 14:33:29 +02:00
Mathieu Lacage
907ad64f96 merge with HEAD 2007-10-08 10:28:52 +02:00
Tom Henderson
c96ad24a35 Add support for non-unit-cost metrics for Ipv4Interfaces (for use in routing); add example script simple-alternate-routing.cc 2007-10-06 21:21:07 -07:00
Craig Dowell
9a7694f32a deal with static constructor problem 2007-10-12 13:41:24 -07:00
Craig Dowell
73e9110b64 branch merge 2007-10-12 12:31:29 -07:00
Craig Dowell
90439fc8c4 env var changes 2007-10-12 12:30:19 -07:00
Mathieu Lacage
1a480445c9 make sure we cleanup after ourselves in DefaultValueTests 2007-10-12 15:49:04 +02:00
Gustavo J. A. M. Carneiro
adf066acdd Add a missing const. 2007-10-11 18:34:15 +01:00
Gustavo J. A. M. Carneiro
a2d11d8100 Optimize EventGarbageCollector by using std::multiset with EventIds sorted by expiration time. 2007-10-11 17:26:32 +01:00
Gustavo J. A. M. Carneiro
f77b8a9137 Make EventGarbageCollector private to the olsr module; adapt olsr to Timer API changes. 2007-10-11 16:17:27 +01:00
Gustavo J. A. M. Carneiro
ad0241047d merge 2007-10-11 15:51:36 +01:00
Gustavo J. A. M. Carneiro
6218b00486 Bug #88 (Ipv4Address operator ==, !=, < should be inline for performance reasons) 2007-10-11 15:39:39 +01:00
Mathieu Lacage
4585f14b5f bug 87: do not export the garbage collection facility from the Timer class. 2007-10-11 17:59:59 +02:00
Gustavo J. A. M. Carneiro
c0af9c2bf1 merge 2007-10-09 13:25:30 +01:00
Craig Dowell
bf2adc6861 log verbosity changes 2007-10-08 18:13:26 -07:00
Gustavo J. A. M. Carneiro
743a4eaf02 Adapt the OLSR agent code to use the new Timer class. 2007-10-08 11:37:03 +01:00
Gustavo J. A. M. Carneiro
4df07ae61f merge 2007-10-08 11:24:16 +01:00
Gustavo J. A. M. Carneiro
6c1d1db4b4 Fix typo 2007-10-08 11:23:53 +01:00
Craig Dowell
11ac94d449 exercise 2007-10-05 18:52:22 -07:00
Craig Dowell
a84a41bc75 add seed calls 2007-10-05 18:17:18 -07:00
Craig Dowell
5f61c348c2 prototype address and network allocation 2007-10-05 16:00:04 -07:00
Gustavo J. A. M. Carneiro
ffdc440926 Add operator < to Ptr smart pointers, to make them behave well with STL containers. 2007-10-05 19:13:36 +01:00
Gustavo J. A. M. Carneiro
3457fcb48b Fix race condition in mobility-visualizer-view; reduce refresh rate to 30fps. 2007-10-04 11:24:05 +01:00
Mathieu Lacage
f70700c330 add Timer::GetDelayLeft 2007-10-04 09:22:05 +02:00
Mathieu Lacage
b28727ef8c make the timer a tristate object 2007-10-04 09:14:16 +02:00
Craig Dowell
3af33c8b75 enable log prefix 2007-10-03 13:34:06 -07:00
Craig Dowell
9059dd7e3e log changes 2007-10-03 12:41:17 -07:00
Gustavo J. A. M. Carneiro
2d0f686964 Compile mobility-visualizer with -fno-strict-aliasing to avoid GNOME bug #316221 2007-10-03 19:38:03 +01:00
Gustavo J. A. M. Carneiro
cf896e8064 Use GStaticMutex instead of G_DEFINE_LOCK 2007-10-03 19:36:56 +01:00
Gustavo J. A. M. Carneiro
2422ec276d Fix a couple more warnings in OLSR 2007-10-03 19:11:46 +01:00
Gustavo J. A. M. Carneiro
c00aa2d807 Fix unused variable warning in optimized build. 2007-10-03 19:06:31 +01:00
Gustavo J. A. M. Carneiro
ab400de069 merge 2007-10-03 17:54:38 +01:00
Gustavo J. A. M. Carneiro
829a28c986 merge 2007-10-03 17:38:49 +01:00
Gustavo J. A. M. Carneiro
666850a6bc Hide the velocity vector if it is null. 2007-10-03 17:38:05 +01:00
Gustavo J. A. M. Carneiro
89ff51cc09 mereg 2007-10-03 17:33:45 +01:00
Gustavo J. A. M. Carneiro
c0ea316f44 Draw the velocity vector 2007-10-03 17:29:27 +01:00
Gustavo J. A. M. Carneiro
7fae03e300 Add a small mobility model visualization tool 2007-10-03 16:38:17 +01:00
Mathieu Lacage
728d858f15 add CrMacStations to build 2007-10-03 15:46:28 +02:00
Mathieu Lacage
2029981f00 build MacParameters 2007-10-03 15:44:02 +02:00
Gustavo J. A. M. Carneiro
3e2e67d88d hg ignore doc/trace-source-list.h 2007-10-03 13:59:32 +01:00
Gustavo J. A. M. Carneiro
4fd5e3dc74 Now run doxygen again before the build, but the doc/trace-source-list.h is generated during waf check; make doxygen less verbose, and give a warning when doc/trace-source-list.h is missing. 2007-10-03 13:58:01 +01:00
Mathieu Lacage
17a02b8fbb install header 2007-10-03 14:22:41 +02:00
Mathieu Lacage
75a174bc7b no need for ns3 prefix 2007-10-03 14:22:03 +02:00
Mathieu Lacage
086e01fcb8 no need for ns3 prefix 2007-10-03 14:21:19 +02:00
Mathieu Lacage
a219428887 add missing header 2007-10-03 14:20:07 +02:00
Mathieu Lacage
ca86b0acf9 add missing header 2007-10-03 14:19:54 +02:00
Mathieu Lacage
f20df8a492 build WifiMacTrailer 2007-10-03 14:19:24 +02:00