Andrey Mazo
|
892d5e3f3d
|
spell check, mostly in comments.
|
2010-04-23 15:09:31 +04:00 |
|
Mathieu Lacage
|
3ccf6c8ee7
|
coding style
|
2010-04-08 13:39:07 +02:00 |
|
Mathieu Lacage
|
4218e9690e
|
coding style
|
2010-04-08 13:28:54 +02:00 |
|
Mathieu Lacage
|
b32ce16c67
|
coding style
|
2010-04-08 13:25:00 +02:00 |
|
Mathieu Lacage
|
992a77cb0a
|
bug 863: Wrong Scalar arithmetics
|
2010-04-08 13:19:28 +02:00 |
|
Mathieu Lacage
|
97fef32b22
|
deprecate simulator API
|
2010-04-08 10:49:59 +02:00 |
|
Josh Pelkey
|
5afc6bd374
|
Merge distributed simulation code
|
2010-03-08 21:07:31 -05:00 |
|
Craig Dowell
|
fab79d5875
|
infinite recursion isn't a good idea
|
2010-02-19 16:29:40 -08:00 |
|
Faker Moatamri
|
c31cfcf164
|
Update Simulator::SetScheduler doxygen
|
2010-01-22 16:09:13 +01:00 |
|
Faker Moatamri
|
c0be5c00b3
|
Bug 793: no creation of a new simulator when calling simulator::cancel or remove or IsExpired
|
2010-01-19 17:02:38 +01:00 |
|
Mathieu Lacage
|
18f632d498
|
It is not legal to call Dispose from within a destructor
|
2009-12-27 13:55:04 +01:00 |
|
Mathieu Lacage
|
67ab621e29
|
Min was calculating Max. doh.
|
2009-12-04 16:15:59 +01:00 |
|
Craig Dowell
|
a0d11b0209
|
Get emu working again: Add Dix/Llc option, add and use contextual realtime schedule ops, don't refcount realtime simulator impl
|
2009-11-30 18:22:10 -08:00 |
|
Andrey Mazo
|
e4cb79a343
|
bug 701: optimize Max (hp, hp)
|
2009-11-24 10:45:08 +01:00 |
|
Guillaume Seguin
|
94cf348701
|
Print node context in log messages
|
2009-11-14 17:47:05 +01:00 |
|
Guillaume Seguin
|
5ce9ad2d78
|
Introduce Simulator::ScheduleWithContext* and Simulator::GetContext
|
2009-11-14 17:47:05 +01:00 |
|
Guillaume Seguin
|
0289746207
|
Simulator::SetScheduler now takes an ObjectFactory
|
2009-11-12 13:19:35 +01:00 |
|
Mathieu Lacage
|
1668a400c9
|
replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
|
2009-11-12 13:01:01 +01:00 |
|
Guillaume Seguin
|
fa3ec32522
|
set the implementation Scheduler after setting the implementation
|
2009-11-10 10:31:51 +01:00 |
|
fmoatamr
|
6e7d010e52
|
Fix the compiling error: \"Cannot find definitions for fixed-width integral types (uint8_t, uint32_t, etc.)\" under Cygwin
|
2009-10-09 16:07:20 +02:00 |
|
fmoatamr
|
ed159f7cbf
|
Fix the compiling error: \"Cannot find definitions for fixed-width integral types (uint8_t, uint32_t, etc.)\" under MacOS
|
2009-10-08 12:56:47 +02:00 |
|
Mathieu Lacage
|
c23ef899ea
|
disable test to avoid compiler failures
|
2009-10-05 16:18:24 +02:00 |
|
Mathieu Lacage
|
b63393d355
|
remove un-needed code
|
2009-09-30 13:32:48 +02:00 |
|
Andrey Mazo
|
f4ab1d87c6
|
Add explicit typecasts for gcc-4.1.2
|
2009-09-30 13:15:16 +02:00 |
|
Mathieu Lacage
|
1d515320dc
|
fix old bug: canceled destroy events are expired
|
2009-09-30 11:09:18 +02:00 |
|
Mathieu Lacage
|
f7e39fc9f3
|
bug 675: convert unit tests to new test framework
|
2009-09-30 11:08:57 +02:00 |
|
Mathieu Lacage
|
88185c4b33
|
bug 675: convert unit tests to new test framework
|
2009-09-29 16:46:41 +02:00 |
|
Mathieu Lacage
|
65e4c20ca2
|
forgot to add template testcase
|
2009-09-29 16:30:38 +02:00 |
|
Mathieu Lacage
|
40904e24ad
|
bug 675: convert unit tests to new test framework
|
2009-09-29 16:26:40 +02:00 |
|
Mathieu Lacage
|
ae88f3d16f
|
bug 675: convert unit tests to new test framework
|
2009-09-29 16:04:27 +02:00 |
|
Mathieu Lacage
|
06c72254f1
|
I know why we need to return false uncondtionally
|
2009-09-29 15:49:37 +02:00 |
|
Mathieu Lacage
|
7b2f633033
|
bug 675: convert unit tests to new test framework
|
2009-09-29 15:47:41 +02:00 |
|
Sebastien Vincent
|
9f16bba32e
|
Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf.
|
2009-09-18 22:18:06 +02:00 |
|
Guillaume Seguin
|
7f407e72a7
|
bug 604: Simulator::SetImplementation buggy
|
2009-06-26 08:58:05 +02:00 |
|
Mathieu Lacage
|
6282187a57
|
kill unused method
|
2009-06-19 08:36:48 +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
|
a6df997965
|
bug 583: Simulator::SetImplementation not implemented
|
2009-06-08 13:44:51 +02:00 |
|
Tom Henderson
|
71272db683
|
initialize timer in Timer unit tests
|
2009-05-21 06:46:38 -07:00 |
|
Fabian Mauchle
|
9c63493280
|
bug 568: Timer's default destroy policy not set.
|
2009-05-19 15:41:01 +02:00 |
|
Mathieu Lacage
|
2f0944386f
|
bug 560: remove deprecated methods.
|
2009-05-19 15:34:20 +02:00 |
|
Faker Moatamri
|
99df5ad589
|
improve internals documentation
|
2009-04-23 10:34:24 +02:00 |
|
Faker Moatamri
|
f38772431e
|
bug 533: Multiplication of Scalar variables does not give expected result
|
2009-04-23 09:35:16 +02:00 |
|
Gustavo J. A. M. Carneiro
|
21914357fb
|
Upgrade to WAF 1.5.5
|
2009-04-20 17:39:54 +01:00 |
|
Timo Bingmann
|
eb8ca704b4
|
bug 486: patches for icc compilation.
|
2009-02-24 08:29:36 +01:00 |
|
Gustavo J. A. M. Carneiro
|
a88ba4fd5b
|
librt is need not for threading primitives but for the real time scheduler
|
2009-01-24 18:47:47 +00:00 |
|
Mathieu Lacage
|
c7222e4a09
|
bug 472: fix build with gcc 3.4.6
|
2009-01-18 12:14:32 +01:00 |
|
Mathieu Lacage
|
edc5b803a0
|
add missing include
|
2009-01-16 09:06:59 +01:00 |
|
Mathieu Lacage
|
d14c6a670d
|
add missing copyright/license statement
|
2009-01-16 08:58:17 +01:00 |
|
Mathieu Lacage
|
7604c76fd4
|
ns-2 calendar code
|
2009-01-15 20:56:06 +01:00 |
|
Mathieu Lacage
|
14fdfbf4b2
|
test calendar+ns2calendar schedulers
|
2009-01-15 20:55:34 +01:00 |
|