• R/O
  • SSH

StrMod: List of commits

The main repository for the StreamModule project.


RSS
Rev. Time Author
6934b9f00f3e 2002-03-23 08:31:43 Eric Hopper

Fleshed out the class a bit.

4f3da776dd76 2002-03-23 03:05:07 Eric Hopper

Preliminary, uninished cut of event glue between a Dispatcher
and a UnixEventRegistry.

b205706f5e09 2002-03-22 23:35:59 Eric Hopper

Ignore yet another executable.

e70e9d0b9430 2002-03-22 23:34:17 Eric Hopper

Moved using std::cerr outside of try block so catch statements can use
it. Mistake not caught by gcc-2.96

1cc7957ace3b 2002-03-22 08:46:57 Eric Hopper

More changes.

8e5a5f1cfd57 2002-03-22 08:45:38 Eric Hopper

More changes.

2eaa3abc03ce 2002-03-22 08:17:33 Eric Hopper

Changed TimerEvent to use Timer interface instead of unnecessarily
requiring UnixEventPoll interface.
Changed references to ::std::cerr to cerr because of using statement.
More consist state printing.
Removed commented out code for signal based timing.

b9f4f4dcf6dd 2002-03-22 08:15:23 Eric Hopper

Additionally derive from Debugable, and implement printState method.

8180e36b1a35 2002-03-22 08:14:14 Eric Hopper

Added methods to print out Timer::absolute_t and Timer::interval_t

7d4e82020bff 2002-03-22 08:12:47 Eric Hopper

Fixed stupid compare function bug.
Fixed another stupid bug where I pull the wrong value out of the map
when determining the chronological next event.
Added a printState method.

d58f36625f82 2002-03-22 08:11:08 Eric Hopper

Removed debugging prints. Added a call to the
TimerEventTracker::printState method in UnixEventPoll::printState.

f4a6146bc54a 2002-03-22 04:44:45 Eric Hopper

Added debugging prints.

aa214a17ea2e 2002-03-22 04:44:22 Eric Hopper

Minor cleanups and a small bug fix involving not returning maxtime sometimes.

a60271466a0e 2002-03-22 01:12:20 Eric Hopper

Added stuff to implement the Timer functionality by tying into
TimerEventTracker

b8a1e64bf5a5 2002-03-22 01:11:22 Eric Hopper

Implemented last remaining method, nextExpirationIn.

307e2fe10afb 2002-03-22 01:10:39 Eric Hopper

Added the operator - that the interface promises, but had not yet been
provided.

cd9e2c8a8b01 2002-03-22 01:09:52 Eric Hopper

Set up a new test for the timer portion of UnixEventPoll.

690ad4173e3a 2002-03-21 22:10:39 Eric Hopper

Added TimerEventTracker.cxx

02e52f998efd 2002-03-21 22:10:15 Eric Hopper

Added forward declaration of Dispatcher class. Was relying on one in
<UniEvent/Timer.h> before.

cce435071c55 2002-03-21 22:07:31 Eric Hopper

Fleshed out TimerEventTracker class, and implemented most methods.

65dba9d78a4c 2002-03-21 22:06:14 Eric Hopper

Added some class documentation.

37701af91e7e 2002-03-19 16:30:22 Eric Hopper

Initial class for inhereting an implementation from.

dec6032861af 2002-03-17 05:05:11 Eric Hopper

Added another signal test.

e0558ca1c4f4 2002-03-16 13:29:07 Eric Hopper

Added a small test for signal handling.

b80fe48a7a89 2002-03-16 13:28:53 Eric Hopper

Added all the code needed to make signal handling work.
Maybe I'll split out the signal handling code to a separate file (though
not a separate class) someday.

d665ee98be38 2002-03-15 14:01:47 Eric Hopper

Partway towards functional signal handling.

7a232959fce0 2002-03-15 14:00:49 Eric Hopper

Added a couple of common static member variables that all subclasses
will need to share.

4c66f3ae8e4a 2002-03-15 00:48:38 Eric Hopper

Whee, more changes.

254f249a27da 2002-03-15 00:34:36 Eric Hopper

Inherit from Timer interface and make printState useful:

UnixEventPoll is going to implement Timer later.
Moved dispatcher_ down here from parent class.

d5b4be428843 2002-03-15 00:22:47 Eric Hopper

Changes! Skipped a whole lot of ChangeLog entries because I hadn't been
maintaining it well for awhile.

Show on old repository browser