src/simulator/event-impl.h
2009-11-12 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2008-10-15 remove event locking
2008-09-08 Detect the pthread.h header file and automatically disable components that cannot build without it.
2008-08-26 ifdef out ability to feed real-time through simulator
2008-08-26 add realtime simulator and associated tests
2008-05-30 doxygen
2008-05-29 Doxygen organization
2008-03-16 get rid of unneeded object-base include
2008-03-16 do not use ObjectBase as a base class.
2008-01-30 introduce ObjectBase
2007-10-08 remove 'All rights reserved' mention
2007-07-27 optimize EventImpl refcounting
2007-07-27 add refcounting to EventImpl
2007-02-01 fix EventId::IsExpired and Simulator::IsExpired, add EventId::IsRunning, add relevant tests, replace Seconds, MilliSeconds, MicroSeconds, and, NanoSeconds classes by functions named similarly
2006-12-15 remove now unused internal iterator from EventImpl class
2006-11-01 fix coding style
2006-10-20 change emacs mode to new NS3 elisp mode
2006-10-06 fix coding style
2006-10-02 fix emacs tab mode (reported by george)
2006-09-05 change indent to be 4 spaces
2006-09-05 variable/method/function coding style update
2006-09-05 member variables coding style change
2006-09-03 first cut at george's ideas on api
2006-08-29 change yans namespace to ns3
2006-08-29 import from yans