Mercurial
Mercurial
>
ns-3.24
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-120
+120
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
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, by Mathieu Lacage
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, by Mathieu Lacage
allow the user to specify microseconds and nanoseconds in 64bit units.
2006-12-13, by Mathieu Lacage
Log format is defined in units of nano seconds rather than seconds.
2006-12-13, by Mathieu Lacage
fix the Simulation event replayer: make it build
2006-12-12, by Mathieu Lacage
optmize std::map comparison
2006-12-12, by Mathieu Lacage
optmize binary heap comparison
2006-12-12, by Mathieu Lacage
optimize other all comparison operators
2006-12-12, by Mathieu Lacage
optimize Binary Heap comparison operator
2006-12-12, by Mathieu Lacage
fix warnings for optimized build
2006-12-12, by Mathieu Lacage
add small perl utility to generate static sample distributions
2006-12-12, by Mathieu Lacage
fix coding style
2006-12-12, by Mathieu Lacage
add help output to simulator bench/tester
2006-12-12, by Mathieu Lacage
add empty binary heap test
2006-12-11, by Mathieu Lacage
remove now-unimplemented IsValid method
2006-12-11, by Mathieu Lacage
make SchedulerHeap not use the internal iterator void *
2006-12-11, by Mathieu Lacage
do not use internal iterator void *. fix valgrind warnings
2006-12-11, by Mathieu Lacage
std::map::find triggers this assert on purpose. So, the assert is wrong.
2006-12-11, by Mathieu Lacage
do not forget to update the key arg upon sucessful return
2006-12-11, by Mathieu Lacage
do not use internal iterator void * pointer in SchedulerList
2006-12-11, by Mathieu Lacage
fix memory leaks
2006-12-11, by Mathieu Lacage
remove purity from virtual destructor in Header and Trailer
2006-12-05, by Mathieu Lacage
merge
2006-12-04, by Mathieu Lacage
even more tests
2006-12-04, by Mathieu Lacage
a bunch of tests
2006-12-04, by Mathieu Lacage
more tests for Time class
2006-12-04, by Mathieu Lacage
improve the precision of the multiplication operator
2006-12-04, by Mathieu Lacage
fix 128 bit to/from double conversions
2006-12-04, by Mathieu Lacage
add dep on math library
2006-12-04, by Mathieu Lacage
fix div and mul operators
2006-12-04, by Mathieu Lacage
make sure cairo internal header is installed when needed.
2006-12-04, by Mathieu Lacage
implement 128 bit arithmetic with cairo's internal types
2006-12-04, by Mathieu Lacage
fix typo and make sure we use uint64 native type by default.
2006-12-04, by Mathieu Lacage
split high precision implementations in different files
2006-12-04, by Mathieu Lacage
fix some warnings
2006-12-04, by Mathieu Lacage
fix obvious bugs in some cairo exotic functions
2006-12-04, by Mathieu Lacage
add needed configure magic and header includes
2006-12-04, by Mathieu Lacage
import cairo code
2006-12-04, by Mathieu Lacage
rename Time::ApproximateTo methods to Time::Get
2006-11-21, by Mathieu Lacage
make Time relative instead of Absolute
2006-11-21, by Mathieu Lacage
more tests for Time classes
2006-11-03, by Mathieu Lacage
fix Simulator doxygen warnings
2006-11-03, by Mathieu Lacage
add doxygen dox for Time classes
2006-11-03, by Mathieu Lacage
implement Scalar::GetDouble
2006-11-03, by Mathieu Lacage
add a bunch of tests for Time classes
2006-11-03, by Mathieu Lacage
new Time implementation
2006-11-03, by Mathieu Lacage
add Abs/Max/Min non-member functions
2006-11-03, by Mathieu Lacage
add ns3 namespace to HighPrecision class
2006-11-03, by Mathieu Lacage
Add HighPrecision class used for external Time bookkeeping
2006-11-03, by Mathieu Lacage
fix python indent.
2006-11-03, by Mathieu Lacage
add Scale/Min/Max/Abs non-member functions
2006-11-01, by Mathieu Lacage
fix coding style
2006-11-01, by Mathieu Lacage
merge
2006-11-01, by Mathieu Lacage
fix build
2006-10-28, by Mathieu Lacage
implement ScheduleNow and ScheduleDestroy methods
2006-10-28, by Mathieu Lacage
implement overloads for ScheduleNow and ScheduleDestroy
2006-10-28, by Mathieu Lacage
start of work to re-implement Schedule* methods
2006-10-28, by Mathieu Lacage
fix Time::ApproximateTo* return type
2006-10-28, by Mathieu Lacage
new Time implementation
2006-10-28, by Mathieu Lacage
move event generation to MakeEvent methods
2006-10-28, by Mathieu Lacage
patch to build documentation from paul@cravenfamily.com
2006-11-16, by Mathieu Lacage
add documentation for the inheritenv option
2006-11-06, by Mathieu Lacage
obey inheritenv variable on scons command-line (patch from Gustavo Carneiro)
2006-11-06, by Mathieu Lacage
make coding style two space indent
2006-10-28, by Mathieu Lacage
import RPATH handling on posix systems. Based on patch by Nicola Baldo <baldo@dei.unipd.it>
2006-10-23, by Mathieu Lacage
make python code more Pep8 conformant (patch from Gustavo Carneiro)
2006-10-23, by Mathieu Lacage
fix coding style
2006-10-21, by Mathieu Lacage
fix coding style
2006-10-21, by Mathieu Lacage
fix coding style
2006-10-20, by Mathieu Lacage
fix coding style
2006-10-20, by Mathieu Lacage
change emacs mode to new NS3 elisp mode
2006-10-20, by Mathieu Lacage
merge
2006-10-20, by Mathieu Lacage
fix coding style
2006-10-18, by Mathieu Lacage
fix python tab indent
2006-10-16, by Mathieu Lacage
apply python changes
2006-10-14, by Tom Henderson
remove reference to Chunk class
2006-10-13, by Tom Henderson
a few wordsmithing changes
2006-10-13, by Tom Henderson
add magic emacs incantation for python
2006-10-14, by Mathieu Lacage
improve the IsExpired documentation
2006-10-06, by Mathieu Lacage
fix coding style
2006-10-06, by Mathieu Lacage
remove unused variable
2006-10-03, by mlacage
make destructor public to avoid compiler warning.
2006-10-03, by mlacage
fix 64 bit warning
2006-10-03, by mlacage
document gcov/lcov targets
2006-10-03, by Mathieu Lacage
fix lcov report output
2006-10-03, by Mathieu Lacage
add lcov support
2006-10-03, by Mathieu Lacage
allow the user to provide project-wide compilation and link flags
2006-10-03, by Mathieu Lacage
test each default event scheduler
2006-10-02, by Mathieu Lacage
tweak doxygen output
2006-10-02, by Mathieu Lacage
remove reference to Chunk
2006-10-02, by Mathieu Lacage
try to get rid of tabs which sneaked in
2006-10-02, by Mathieu Lacage
fix emacs tab mode (reported by george)
2006-10-02, by Mathieu Lacage
add Simulator::enableParallelSimulation method
2006-10-02, by Mathieu Lacage
rename time.h to nstime.h
2006-10-02, by Mathieu Lacage
add trailer
2006-10-02, by Mathieu Lacage
remove chunk
2006-10-02, by Mathieu Lacage
small doc fix
2006-10-02, by Mathieu Lacage
add header
2006-10-02, by Mathieu Lacage
fix typo
2006-09-30, by Mathieu Lacage
rename Chunk::print to Chunk::printTo
2006-09-30, by Mathieu Lacage
add documentation on build system
2006-09-30, by Mathieu Lacage
change Time into Time const &
2006-09-29, by Mathieu Lacage
merge
2006-09-28, by Mathieu Lacage
test of cron email setup
2006-09-20, by Mathieu Lacage
test 2 of emails
2006-09-20, by Mathieu Lacage
test of emails
2006-09-20, by Mathieu Lacage
fix build for optimized case
2006-09-25, by Mathieu Lacage
add Constants section to doxygen documentation
2006-09-25, by Mathieu Lacage
implement new tag identification scheme
2006-09-15, by Mathieu Lacage
document packet uid, fix build
2006-09-08, by Mathieu Lacage
add packet uid
2006-09-08, by Mathieu Lacage
replace pointers with references
2006-09-08, by Mathieu Lacage
fix distcheck
2006-09-08, by Mathieu Lacage
add comment on rpath
2006-09-08, by Mathieu Lacage
beautify build instructions
2006-09-08, by Mathieu Lacage
move around code to implementation section
2006-09-07, by Mathieu Lacage
doc typo
2006-09-07, by Mathieu Lacage
integrate sample code
2006-09-07, by Mathieu Lacage
add inria copyright and gpl statement on build.py
2006-09-07, by Mathieu Lacage
fix doc typo
2006-09-07, by Mathieu Lacage
less
more
|
(0)
-120
+120
+1000
+3000
+10000
tip