[root] / trunk / core / base / src / TSysEvtHandler.cxx Repository:
ViewVC logotype

Log of /trunk/core/base/src/TSysEvtHandler.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
File length: 7445 byte(s)
Diff to previous 21270
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

Revision 21270 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 7 12:15:24 2007 UTC (7 years, 1 month ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 7445 byte(s)
Diff to previous 20877
From Matevz:
implementation of TStdExceptionHandler deriving from TSysEvtHandler.
Whenever a std::exception is thrown it will be intercepted in
TSystem::Run where all TStdExceptionHandlers will be processed. Just like
how signals are handled. std::exceptions are thrown by Eve so now they
can be properly handled without aborting the system.

Revision 20877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:17:07 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 5742 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 5742 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 5797 byte(s)
Diff to previous 10794
remove :$ from tag line

Revision 10794 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 15 16:04:57 2004 UTC (10 years, 1 month ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 5807 byte(s)
Diff to previous 8612
From Gerri:
base/inc/TSysEvtHandler.h
 - add new protected member fReadyMask to TFileHandler to
   indicate readiness in read, write or both
 - add set of public methods to read/manipulate fReadyMask
 - add method SetInterest to set the interest mask fMask

base/src/TSysEvtHandler.cxx
 - add implementation for new method SetInterest()

base/inc/TSystem.h
 - add two public methods Select() to allow select on file
   descriptors outside the main event loop

base/src/TSystem.cxx
 - add abstract implentation of the new methods Select().

unix/inc/TUnixSystem.h
 - add two new methods Select()

unix/src/TUnixSystem.cxx
 - add implementation for the new methods Select()

winnt/inc/TWinNTSystem.h
 - add the new methods Select()

winnt/src/TWinNTSystem.cxx
 - add implementation for the new methods Select()

Revision 8612 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 20 09:27:03 2004 UTC (10 years, 9 months ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 5568 byte(s)
Diff to previous 3883
fix problem that caused system to hang (i.e. waiting for keyboard input) after
executing a command. The problem was that we removed and added the
keyboard input handler before and after processing a command. However
the re-adding of the handler caused it to be added at the end of the list
of handlers and to be executed again. When purely using the command line
the problem was not visible because as soon as a key was hit the system
was back to its normal state. However, GUI actions would be blocked
till a key was hit. Now instead of removing and adding the handler we
de-activate and activate the handler (add fIsActive flag to TSysEvtHandler).
and check for this is-active flag when looping over the file handlers.

Revision 3883 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 6 11:51:00 2002 UTC (12 years, 11 months ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 4655 byte(s)
Diff to previous 882
correct comments on usage of read and write flags.

Revision 882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 17 10:26:03 2000 UTC (14 years, 2 months ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 4445 byte(s)
Diff to previous 3
TSysEvtHandler now derives from TQObject instead of only TTimer.
This gives signal/slot capability to all event handlers.
Also added abstract method Add() to TSysEvtHandler and implementation
to the concrete handlers. Add() complements the already existing Remove()
method.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/base/src/TSysEvtHandler.cxx
File length: 3496 byte(s)
Copied from: branches/rdm/base/src/TSysEvtHandler.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/base/src/TSysEvtHandler.cxx
File length: 3496 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9