Commit Graph

731 Commits

Author SHA1 Message Date
Pavel Boyko
ced9c50874 Use operator== instead of operator!= in NS_TEST_ASSERT_EQUAL 2009-07-13 09:07:02 +02:00
Mathieu Lacage
d90fd1db17 add StaticCast to mirror DynamicCast and ConstCast 2009-07-07 13:03:21 +02:00
Nicola Baldo
6bdfdc8dc5 implemented GlobalValue::GetValueByName () 2009-07-03 13:43:43 +02:00
Mathieu Lacage
db1bc136af use the new global value anchors to reference RngSeed and RndRun 2009-07-02 15:33:27 +02:00
Mathieu Lacage
2cb7749057 document how a GlobalValue can be set from the command-line and with an environment variable 2009-07-02 15:32:37 +02:00
Ma Keith
bd55dff429 bug 607: AttributeList::Deserialize buggy 2009-06-26 08:56:13 +02:00
Francesco Malandrino
de2872bf8b New Zipf random variable 2009-06-23 22:42:09 -07:00
Mathieu Lacage
0d5554a509 make CreateObject<> behave like Create<>: use positional constructor arguments rather than attribute lists. 2009-06-19 08:43:58 +02:00
Gustavo J. A. M. Carneiro
31af526c8b Run unit tests as indenpendent WAF tasks 2009-06-12 12:33:37 +01:00
Mathieu Lacage
77014e909b bug 561: CommandLine based programs should exit with non-zero return if bad parameters are given 2009-06-03 10:02:25 +02:00
Tom Henderson
81bde7afdf Doxygen cleanup 2009-05-30 15:20:56 -07:00
Tom Henderson
f2804fd500 src/ and utils/ changes for IPv4 routing rework 2009-05-28 21:37:25 -07:00
Gustavo J. A. M. Carneiro
21914357fb Upgrade to WAF 1.5.5 2009-04-20 17:39:54 +01:00
Mathieu Lacage
eb76ef65e9 bug 552: build with gcc 4.4 2009-04-17 15:22:41 +02:00
Nicola Baldo
22545849a4 bug 534: non-const Ptr<T>::operator * () returns const reference 2009-04-16 13:28:51 +02:00
Mathieu Lacage
d2631f6102 detect duplicate attributes, even in parent classes 2009-04-16 10:55:56 +02:00
Mathieu Lacage
c9c9a434d4 bug 544: TypeId::AddTraceSource should assert on duplicate trace source name 2009-04-16 10:27:55 +02:00
Timo Bingmann
9613fb839c bug 475: GammaVariable and ErlangVariable 2009-04-16 10:07:48 +02:00
Craig Dowell
4d1839e95f don't use pthread option under cygwin 2009-03-27 09:58:04 -07:00
Craig Dowell
4d17b00ad4 Make Names API return void not bool, rescan for Python Bindings 2009-03-26 17:39:20 -07:00
Timo Bingmann
7f8370b67e Adding UniformVariable::GetInteger and using it to fix bug in RealRandomStream::GetNext. 2009-03-04 18:55:32 +01:00
Mathieu Lacage
27c630de9c handle zero-size attribute list. 2009-03-03 16:07:16 +01:00
Mathieu Lacage
9a8bbc1985 move private method to public 2009-03-03 16:06:20 +01:00
Gustavo J. A. M. Carneiro
34c7ac0277 Bug 485: implement deserialization of normal/gaussian random variables 2009-03-03 10:57:42 +00:00
Tom Henderson
6caf2a0b2e clarify the working between SeedManager set/get seed and the underlying package seed, in comments 2009-03-01 11:17:30 -08:00
Mathieu Lacage
fa47453c53 let GlobalValue do RNG environment variable processing 2009-02-25 12:27:00 -05:00
Mathieu Lacage
1d6fe7685a add regression tests back 2009-02-25 13:40:06 +01:00
Mathieu Lacage
196177a74d improve coherency between UniformVariable and RandomVariable, explain why the extra overload is necessary. 2009-02-25 13:10:22 +01:00
Mathieu Lacage
952c1818e4 kill dead API 2009-02-25 11:00:42 +01:00
Raj Bhattacharjea
1a86859237 Merge in rng-changes branch 2009-02-24 19:24:09 -05:00
Mathieu Lacage
d698a38195 add support for NS_ATTRIBUTE_DEFAULT 2009-02-24 10:27:08 +01:00
Mathieu Lacage
a31ecc8772 remove uneeded blank line 2009-02-24 10:26:57 +01:00
Mathieu Lacage
04ba81354e implement NS_GLOBAL_VALUE 2009-02-24 09:59:21 +01:00
Mathieu Lacage
79297c4afa typo 2009-02-24 09:40:54 +01:00
Timo Bingmann
eb8ca704b4 bug 486: patches for icc compilation. 2009-02-24 08:29:36 +01:00
Raj Bhattacharjea
fc998323d4 Sync with ns-3-dev 2009-02-23 23:56:27 -05:00
Raj Bhattacharjea
d509a8ef15 Fix previous changeset 2009-02-23 23:49:17 -05:00
Raj Bhattacharjea
c8423550f5 Almost have env variable support for RNG right 2009-02-23 22:55:16 -05:00
Timo Bingmann
7e8d2be1da Missing include of stdlib.h for free() in callback.cc 2009-02-23 11:33:14 +01:00
Timo Bingmann
127064f21a Print demangled callback signatures if they mismatch. bug #507 2009-02-22 17:28:45 +01:00
Unknown
b16cf00eb7 Sync with dev 2009-02-17 14:49:22 -05:00
Unknown
3d6ecbd579 endless loops are not a good thing 2009-02-11 22:37:00 -08:00
Craig Dowell
69d60201c3 more dox for names 2009-02-10 11:28:40 -08:00
Craig Dowell
95951b0a4d a few tests, a little reorganization for clarity 2009-02-10 11:05:10 -08:00
Craig Dowell
998a5ba69a some naming changes suggested by Gustavo 2009-02-10 10:36:26 -08:00
Craig Dowell
b4cd636033 QueryObject comment changed to GetObject 2009-02-09 10:15:40 -08:00
Craig Dowell
8d696d8061 add a Rename function to the object name service to facilitate auto naming 2009-01-30 17:34:41 -08:00
Craig Dowell
b128c223c7 Testmeister Tom found a bug in Names::Add for his shortcut semantics 2009-01-30 10:30:07 -08:00
Raj Bhattacharjea
8c1b14ba99 Get/Set the package seed in a static variable 2009-01-28 15:04:28 -05:00
Craig Dowell
6b7eeeff77 branch merge 2009-01-27 12:39:43 -08:00