7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a few more tests for the Time class
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
Initial simple.tcl file More... almost 18 years ago
fix EventId::IsExpired and Simulator::IsExpired, add EventId::IsRunning, add relevant tests, replace Seconds, MilliSeconds, MicroSeconds, and, NanoSeconds classes by functions named similarly
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
Make tags more robust with regard to lack of tag registration
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
allow you to specify extra link flags for each module
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
add ns3::Ptr<T>::operator * with a few tests
mathieu_lacage
as Mathieu Lacage
More... almost 18 years ago
add smart pointer sample code
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
more tests, fix bugs uncovered by tests
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
smart pointer tests. no bugs for now
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
initial go at smart pointer implementation
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
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
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
make sure we reset the simulator configuration for each run
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
add command-line options to simulator benchmark
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
remove now unused internal iterator from EventImpl class
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
remove empty tests
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
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
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
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.
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
allow the user to specify microseconds and nanoseconds in 64bit units.
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
Log format is defined in units of nano seconds rather than seconds.
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
fix the Simulation event replayer: make it build
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
optmize std::map comparison
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
optmize binary heap comparison
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
optimize other all comparison operators
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
optimize Binary Heap comparison operator
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
fix warnings for optimized build
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
add small perl utility to generate static sample distributions
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
fix coding style
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
add help output to simulator bench/tester
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
add empty binary heap test
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago
remove now-unimplemented IsValid method
mathieu_lacage
as Mathieu Lacage
More... about 18 years ago