Mathieu Lacage
|
48ae43c61e
|
optimize Time arithmetic operations.
|
2007-02-02 19:37:16 +01:00 |
|
Mathieu Lacage
|
57b398139b
|
fix trace output
|
2007-02-02 19:29:55 +01:00 |
|
Mathieu Lacage
|
548b20f75a
|
added useless Time::Seconds method when doing testing for the removal of the Seconds class. Remove it.
|
2007-02-02 19:14:16 +01:00 |
|
Mathieu Lacage
|
99848bfcd9
|
add a few more tests for the Time class
|
2007-02-02 15:39:47 +01:00 |
|
Tom Henderson
|
9665e33445
|
Initial simple.tcl file
|
2007-02-02 00:04:48 -08:00 |
|
Mathieu Lacage
|
19e32b1d0c
|
fix EventId::IsExpired and Simulator::IsExpired, add EventId::IsRunning, add relevant tests, replace Seconds, MilliSeconds, MicroSeconds, and, NanoSeconds classes by functions named similarly
|
2007-02-01 18:52:55 +01:00 |
|
Mathieu Lacage
|
8ef4881f88
|
Make tags more robust with regard to lack of tag registration
|
2007-02-01 18:50:58 +01:00 |
|
Mathieu Lacage
|
6bb4175d83
|
allow you to specify extra link flags for each module
|
2007-02-01 18:50:19 +01:00 |
|
Mathieu Lacage
|
041fcd1752
|
add ns3::Ptr<T>::operator * with a few tests
|
2007-01-31 20:14:23 +01:00 |
|
Mathieu Lacage
|
b37a9d44e8
|
add smart pointer sample code
|
2006-12-22 09:03:09 +01:00 |
|
Mathieu Lacage
|
735a076eb3
|
more tests, fix bugs uncovered by tests
|
2006-12-18 14:25:33 +01:00 |
|
Mathieu Lacage
|
3a88bb5f32
|
smart pointer tests. no bugs for now
|
2006-12-18 13:28:29 +01:00 |
|
Mathieu Lacage
|
4c0c225a19
|
initial go at smart pointer implementation
|
2006-12-18 13:17:08 +01:00 |
|
Mathieu Lacage
|
8138e1f91c
|
make Heap scheduler remove operation first perform a linear search to find the target location and then perform a correct remove through a top-down heapification
|
2006-12-18 11:39:48 +01:00 |
|
Mathieu Lacage
|
05852215dc
|
make sure we reset the simulator configuration for each run
|
2006-12-15 13:51:56 +01:00 |
|
Mathieu Lacage
|
311c6ce026
|
add command-line options to simulator benchmark
|
2006-12-15 10:19:49 +01:00 |
|
Mathieu Lacage
|
fb50c9bf5e
|
remove now unused internal iterator from EventImpl class
|
2006-12-15 10:08:22 +01:00 |
|
Mathieu Lacage
|
a9e5c1ee3a
|
remove empty tests
|
2006-12-15 10:06:55 +01:00 |
|
Mathieu Lacage
|
e28e55aea8
|
make the event replay code actually work. Stop using deques and use std::vector instead. plus a bunch of other fixes to deal correctly with removes
|
2006-12-15 10:05:28 +01:00 |
|
Mathieu Lacage
|
6aa35066f2
|
We need to make sure that the uid of the first event generated is different from the uid of the simulator when no events have yet been run.
|
2006-12-15 10:01:23 +01:00 |
|
Mathieu Lacage
|
3cab375630
|
allow the user to specify microseconds and nanoseconds in 64bit units.
|
2006-12-13 15:20:03 +01:00 |
|
Mathieu Lacage
|
9052010557
|
Log format is defined in units of nano seconds rather than seconds.
|
2006-12-13 15:19:06 +01:00 |
|
Mathieu Lacage
|
bdc613c1df
|
fix the Simulation event replayer: make it build
|
2006-12-12 14:59:13 +01:00 |
|
Mathieu Lacage
|
262d09de55
|
optmize std::map comparison
|
2006-12-12 14:41:52 +01:00 |
|
Mathieu Lacage
|
6e0bc0ef9b
|
optmize binary heap comparison
|
2006-12-12 14:41:39 +01:00 |
|
Mathieu Lacage
|
873367522a
|
optimize other all comparison operators
|
2006-12-12 14:31:16 +01:00 |
|
Mathieu Lacage
|
cd7c70b0a1
|
optimize Binary Heap comparison operator
|
2006-12-12 14:30:44 +01:00 |
|
Mathieu Lacage
|
671b1cdf4e
|
fix warnings for optimized build
|
2006-12-12 14:17:00 +01:00 |
|
Mathieu Lacage
|
19d2e21aaf
|
add small perl utility to generate static sample distributions
|
2006-12-12 14:02:07 +01:00 |
|
Mathieu Lacage
|
3473e1cb60
|
fix coding style
|
2006-12-12 13:53:30 +01:00 |
|
Mathieu Lacage
|
b34af189e6
|
add help output to simulator bench/tester
|
2006-12-12 13:50:35 +01:00 |
|
Mathieu Lacage
|
3fb6ed332a
|
add empty binary heap test
|
2006-12-11 19:43:46 +01:00 |
|
Mathieu Lacage
|
2fe5076375
|
remove now-unimplemented IsValid method
|
2006-12-11 19:37:53 +01:00 |
|
Mathieu Lacage
|
394c26b05b
|
make SchedulerHeap not use the internal iterator void *
|
2006-12-11 19:36:48 +01:00 |
|
Mathieu Lacage
|
0dacd8bfda
|
do not use internal iterator void *. fix valgrind warnings
|
2006-12-11 19:14:38 +01:00 |
|
Mathieu Lacage
|
a29dd08cd0
|
std::map::find triggers this assert on purpose. So, the assert is wrong.
|
2006-12-11 19:14:24 +01:00 |
|
Mathieu Lacage
|
5540a3de6d
|
do not forget to update the key arg upon sucessful return
|
2006-12-11 19:13:35 +01:00 |
|
Mathieu Lacage
|
c2a68da13e
|
do not use internal iterator void * pointer in SchedulerList
|
2006-12-11 19:07:25 +01:00 |
|
Mathieu Lacage
|
dcd8c74ae8
|
fix memory leaks
|
2006-12-11 18:56:11 +01:00 |
|
Mathieu Lacage
|
7d8437b78f
|
remove purity from virtual destructor in Header and Trailer
|
2006-12-05 10:08:27 +01:00 |
|
Mathieu Lacage
|
5993280585
|
merge
|
2006-12-04 13:51:42 +01:00 |
|
Mathieu Lacage
|
776392cee4
|
even more tests
|
2006-12-04 13:49:28 +01:00 |
|
Mathieu Lacage
|
25fa4c6c83
|
a bunch of tests
|
2006-12-04 13:45:46 +01:00 |
|
Mathieu Lacage
|
40c7810080
|
more tests for Time class
|
2006-12-04 13:42:31 +01:00 |
|
Mathieu Lacage
|
ad9f80c1c5
|
improve the precision of the multiplication operator
|
2006-12-04 13:25:51 +01:00 |
|
Mathieu Lacage
|
b6acf05f80
|
fix 128 bit to/from double conversions
|
2006-12-04 12:51:57 +01:00 |
|
Mathieu Lacage
|
a912bad39d
|
add dep on math library
|
2006-12-04 12:33:54 +01:00 |
|
Mathieu Lacage
|
5d99ccd05a
|
fix div and mul operators
|
2006-12-04 11:04:49 +01:00 |
|
Mathieu Lacage
|
90d2fc50e9
|
make sure cairo internal header is installed when needed.
|
2006-12-04 10:34:02 +01:00 |
|
Mathieu Lacage
|
16e62faea8
|
implement 128 bit arithmetic with cairo's internal types
|
2006-12-04 10:33:02 +01:00 |
|