Commit Graph

972 Commits

Author SHA1 Message Date
Mitch Watrous
e2fec417ea Bug 1493 - test.py --list should show the test type 2012-09-12 14:59:21 -07:00
Mitch Watrous
5ef163d11a Bug 1284 - ./test.py performance tests do not exist 2012-09-10 17:15:07 -07:00
Mitch Watrous
6957990c9e lround is not a member of std namespace 2012-09-05 12:18:17 -07:00
Vedran Miletić
71e380b55e Bug 1237 - code cleanups related to includes 2012-09-01 20:57:21 +02:00
Tom Henderson
21738c603d update documentation: SeedManager->RngSeedManager 2012-08-30 20:30:52 -07:00
Tom Henderson
70a40a4dba Make bound use a default argument 2012-08-25 21:12:50 -07:00
Peter D. Barnes, Jr.
835940f8ec test-runner reports times in seconds, not ms 2012-08-24 15:03:13 -07:00
Mitch Watrous
da1cf74f90 Replace various instances of RandomVariable with RandomVariableStream 2012-08-20 14:25:35 -07:00
Peter D. Barnes, Jr.
e931a8f423 Document preferred usage of NS_LOG_FUNCTION() and
NS_LOG_FUNCTION_NOARGS()
2012-08-20 11:54:03 -07:00
Mitch Watrous
b1f7508525 Bug 1476: TestCase::GetName () should not be private 2012-07-24 17:11:01 -07:00
Tom Henderson
2796d4ce3f rescan bindings 2012-07-11 21:07:41 -07:00
Mitch Watrous
73b5363a43 Bug 1464 - ConfigStore Save + Load => Could not set default value for ns3::UdpSocketImpl::IcmpCallback 2012-07-11 10:26:41 -07:00
Tom Henderson
698f11371d rescan bindings 2012-07-10 23:08:50 -07:00
Tom Henderson
53784d6370 helper to use config paths to assign streams 2012-07-10 21:52:31 -07:00
Mitch Watrous
3c3123dc4a update wscript 2012-07-10 21:51:44 -07:00
Mitch Watrous
00878e317d examples for RandomVariableStream implementations 2012-07-10 21:51:08 -07:00
Mitch Watrous
b8160d6a96 test suite for RandomVariableStream implementations 2012-07-10 21:48:32 -07:00
Mitch Watrous
1a637751d3 Port remaining RandomVariable implementations to RandomVariableStream 2012-07-10 21:47:16 -07:00
Mathieu Lacage
7fa5a5d5d8 initial patch to fix rng variability 2012-07-10 21:31:47 -07:00
Nicola Baldo
31ae5da80a merge 2012-05-16 17:50:13 +02:00
Jaume Nin
c743ac2a5a Fixed valgrind errors in attribute system. Fixed typo in AttributeMap test. Fixed Get() method for elements not present in the map 2012-05-14 18:15:22 +02:00
Jaume Nin
8f44cc7392 fixed Resolver::DoArrayResolve after bug 1352 fix 2012-05-11 14:02:54 +02:00
Jaume Nin
a479c64051 Fixed bug 1352 (Object attribute map / vector issue) 2012-05-09 12:03:54 +02:00
Gustavo J. A. M. Carneiro
17c1bad598 Python threading fixes 2012-04-24 17:29:28 +01:00
Tom Henderson
4789d43a7a Remove Ns2CalendarScheduler event scheduler 2012-04-18 10:21:35 -07:00
Tom Henderson
b19dc3a980 test code to support previous three commits 2012-04-18 10:10:33 -07:00
Tom Henderson
a298bc7548 rescan bindings 2012-05-12 21:14:01 -07:00
Mathieu Lacage
9cbf9055ad support type specifier without brackets 2012-01-16 05:53:04 -08:00
Mathieu Lacage
a8d4b47568 fix bug in ObjectFactory::Set() attribute value 2012-01-18 07:34:57 -08:00
Mathieu Lacage
8ed4a31c7f Support PointerValue::DeserializeFromString() 2012-04-18 09:35:58 -07:00
Tom Henderson
7bebe48f82 only test threaded-simulator cases appropriate for the configuration 2012-04-10 16:07:39 -07:00
Tom Henderson
e37603163f Remove Ns2CalendarScheduler from threaded-test-suite 2012-04-10 15:52:32 -07:00
Tom Henderson
220d3e5a5f disable faulty test in threaded-simulator 2012-04-06 15:25:43 -07:00
Mathieu Lacage
4f265eef23 bug 1387: CRASH in threaded-simulator 2012-04-01 09:51:05 -04:00
Mathieu Lacage
fc6a5aa51d more extensive test coverage 2012-04-01 09:47:46 -04:00
Mathieu Lacage
365de5d1fa bools are bools 2012-04-01 09:47:33 -04:00
Tom Henderson
a182a722c0 rescan core bindings 2012-03-26 06:04:54 -07:00
Mathieu Lacage
7bad629683 bug 603: Simulator::Next is useless 2012-03-26 08:02:24 -04:00
Mathieu Lacage
a3b21502c1 bug 631: RealtimeSimulatorImpl does not handle Ctrl-C with python bindings 2012-03-26 06:18:00 -04:00
Mathieu Lacage
db064e1f69 bug 1000: Make RealtimeSimulatorImpl last until stop 2012-03-26 06:13:16 -04:00
Mathieu Lacage
cb11c5b5a7 rescan 2012-03-23 23:50:52 -07:00
Tom Goff
8bc5c5294d bug 1000: typo in FlushStreams 2012-03-23 04:33:02 -04:00
Mathieu Lacage
1dc29395b8 merge with HEAD 2012-03-23 08:38:57 +01:00
Mathieu Lacage
617c57a450 Handle the case where '*' is used against the name of an attribute in a configuration path 2012-03-23 07:38:42 +01:00
Mathieu Lacage
2e0ea381c6 use new API 2012-03-22 15:09:40 -04:00
Alina Quereilhac
efe4c2ed68 Finally enable a thread-safe ScheduleWithContext 2012-03-22 18:05:13 +01:00
Alina Quereilhac
ef36bcce9e add API to know which thread we are in 2012-03-22 15:33:56 +01:00
Mathieu Lacage
87309ec7f0 remove abstraction that is going to be broken 2012-03-22 15:27:50 +01:00
Mathieu Lacage
1b38d7634f kill unused code 2012-03-22 15:01:45 +01:00
Vedran Miletić
0083b436d0 Additional static casts needed for gcc-4.7 compilation 2012-03-08 21:50:10 -08:00