Tue, 12 Dec 2006 13:53:30 +0100 Mathieu Lacage fix coding style
Tue, 12 Dec 2006 13:50:35 +0100 Mathieu Lacage add help output to simulator bench/tester
Mon, 11 Dec 2006 19:43:46 +0100 Mathieu Lacage add empty binary heap test
Mon, 11 Dec 2006 19:37:53 +0100 Mathieu Lacage remove now-unimplemented IsValid method
Mon, 11 Dec 2006 19:36:48 +0100 Mathieu Lacage make SchedulerHeap not use the internal iterator void *
Mon, 11 Dec 2006 19:14:38 +0100 Mathieu Lacage do not use internal iterator void *. fix valgrind warnings
Mon, 11 Dec 2006 19:14:24 +0100 Mathieu Lacage std::map::find triggers this assert on purpose. So, the assert is wrong.
Mon, 11 Dec 2006 19:13:35 +0100 Mathieu Lacage do not forget to update the key arg upon sucessful return
Mon, 11 Dec 2006 19:07:25 +0100 Mathieu Lacage do not use internal iterator void * pointer in SchedulerList
Mon, 11 Dec 2006 18:56:11 +0100 Mathieu Lacage fix memory leaks
Tue, 05 Dec 2006 10:08:27 +0100 Mathieu Lacage remove purity from virtual destructor in Header and Trailer
Mon, 04 Dec 2006 13:51:42 +0100 Mathieu Lacage merge
Mon, 04 Dec 2006 13:49:28 +0100 Mathieu Lacage even more tests
Mon, 04 Dec 2006 13:45:46 +0100 Mathieu Lacage a bunch of tests
Mon, 04 Dec 2006 13:42:31 +0100 Mathieu Lacage more tests for Time class
Mon, 04 Dec 2006 13:25:51 +0100 Mathieu Lacage improve the precision of the multiplication operator
Mon, 04 Dec 2006 12:51:57 +0100 Mathieu Lacage fix 128 bit to/from double conversions
Mon, 04 Dec 2006 12:33:54 +0100 Mathieu Lacage add dep on math library
Mon, 04 Dec 2006 11:04:49 +0100 Mathieu Lacage fix div and mul operators
Mon, 04 Dec 2006 10:34:02 +0100 Mathieu Lacage make sure cairo internal header is installed when needed.
Mon, 04 Dec 2006 10:33:02 +0100 Mathieu Lacage implement 128 bit arithmetic with cairo's internal types
Mon, 04 Dec 2006 10:17:53 +0100 Mathieu Lacage fix typo and make sure we use uint64 native type by default.
Mon, 04 Dec 2006 08:39:11 +0100 Mathieu Lacage split high precision implementations in different files
Mon, 04 Dec 2006 08:11:44 +0100 Mathieu Lacage fix some warnings
Mon, 04 Dec 2006 08:05:34 +0100 Mathieu Lacage fix obvious bugs in some cairo exotic functions
Mon, 04 Dec 2006 08:03:28 +0100 Mathieu Lacage add needed configure magic and header includes
Mon, 04 Dec 2006 07:33:45 +0100 Mathieu Lacage import cairo code
Tue, 21 Nov 2006 15:53:32 +0100 Mathieu Lacage rename Time::ApproximateTo methods to Time::Get
Tue, 21 Nov 2006 15:50:09 +0100 Mathieu Lacage make Time relative instead of Absolute
Fri, 03 Nov 2006 11:07:24 +0100 Mathieu Lacage more tests for Time classes
Fri, 03 Nov 2006 10:22:55 +0100 Mathieu Lacage fix Simulator doxygen warnings
Fri, 03 Nov 2006 10:22:45 +0100 Mathieu Lacage add doxygen dox for Time classes
Fri, 03 Nov 2006 09:28:29 +0100 Mathieu Lacage implement Scalar::GetDouble
Fri, 03 Nov 2006 09:26:48 +0100 Mathieu Lacage add a bunch of tests for Time classes
Fri, 03 Nov 2006 09:22:07 +0100 Mathieu Lacage new Time implementation
Fri, 03 Nov 2006 09:17:13 +0100 Mathieu Lacage add Abs/Max/Min non-member functions
Fri, 03 Nov 2006 09:07:43 +0100 Mathieu Lacage add ns3 namespace to HighPrecision class
Fri, 03 Nov 2006 09:05:58 +0100 Mathieu Lacage Add HighPrecision class used for external Time bookkeeping
Fri, 03 Nov 2006 09:04:12 +0100 Mathieu Lacage fix python indent.
Wed, 01 Nov 2006 13:27:32 +0100 Mathieu Lacage add Scale/Min/Max/Abs non-member functions
Wed, 01 Nov 2006 13:11:30 +0100 Mathieu Lacage fix coding style
Wed, 01 Nov 2006 13:00:34 +0100 Mathieu Lacage merge
Sat, 28 Oct 2006 21:25:00 +0200 Mathieu Lacage fix build
Sat, 28 Oct 2006 21:21:55 +0200 Mathieu Lacage implement ScheduleNow and ScheduleDestroy methods
Sat, 28 Oct 2006 21:21:53 +0200 Mathieu Lacage implement overloads for ScheduleNow and ScheduleDestroy
Sat, 28 Oct 2006 21:21:51 +0200 Mathieu Lacage start of work to re-implement Schedule* methods
Sat, 28 Oct 2006 21:21:48 +0200 Mathieu Lacage fix Time::ApproximateTo* return type
Sat, 28 Oct 2006 21:21:34 +0200 Mathieu Lacage new Time implementation
Sat, 28 Oct 2006 17:44:15 +0200 Mathieu Lacage move event generation to MakeEvent methods
Thu, 16 Nov 2006 12:04:36 +0100 Mathieu Lacage patch to build documentation from paul@cravenfamily.com
Mon, 06 Nov 2006 14:25:35 +0100 Mathieu Lacage add documentation for the inheritenv option
Mon, 06 Nov 2006 14:23:58 +0100 Mathieu Lacage obey inheritenv variable on scons command-line (patch from Gustavo Carneiro)
Sat, 28 Oct 2006 21:32:17 +0200 Mathieu Lacage make coding style two space indent
Mon, 23 Oct 2006 15:21:31 +0200 Mathieu Lacage import RPATH handling on posix systems. Based on patch by Nicola Baldo <baldo@dei.unipd.it>
Mon, 23 Oct 2006 09:24:36 +0200 Mathieu Lacage make python code more Pep8 conformant (patch from Gustavo Carneiro)
Sat, 21 Oct 2006 11:35:34 +0200 Mathieu Lacage fix coding style
Sat, 21 Oct 2006 11:35:02 +0200 Mathieu Lacage fix coding style
Fri, 20 Oct 2006 15:09:24 +0200 Mathieu Lacage fix coding style
Fri, 20 Oct 2006 14:21:33 +0200 Mathieu Lacage fix coding style
Fri, 20 Oct 2006 14:17:03 +0200 Mathieu Lacage change emacs mode to new NS3 elisp mode
(0) -100 -60 +60 +100 +300 +1000 +3000 tip