ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev++.h
Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat May 17 12:15:30 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-3_33, rel-3_4, rel-3_41, rel-3_42, rel-3_43, rel-3_431, rel-3_44
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
*** empty log message ***

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Apr 15 04:34:07 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-3_3, rel-3_31
Changes since 1.38: +32 -8 lines
Diff to previous 1.38
*** empty log message ***

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 11:43:37 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-3_1, rel-3_2
Changes since 1.37: +0 -3 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 15:45:08 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
Changes since 1.36: +8 -8 lines
Diff to previous 1.36
*** empty log message ***

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 18:09:23 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
Changes since 1.35: +15 -15 lines
Diff to previous 1.35
indent, don't throw in loop_ref, make urxvt compile again

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 17:57:17 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Use #if !EV_MULTIPLICITY instead of #ifndef because it should be defined always.

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 17:56:54 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.33: +1 -3 lines
Diff to previous 1.33
Remove remaining EV_THROW macro calls.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 17:56:29 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.32: +7 -5 lines
Diff to previous 1.32
loop_ref constructor don't throw anything if EV_MULTIPLICITY is false.

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 00:49:06 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
Changes since 1.31: +26 -40 lines
Diff to previous 1.31
make excptions mandatory but stdexcept.h not, make \!EV_MULTIPLICITY compile

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 00:39:38 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
Changes since 1.30: +79 -77 lines
Diff to previous 1.30
throw declarations are fine any time

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:15:35 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.29: +111 -78 lines
Diff to previous 1.29
Add exceptions support to C++ interface.

Add exception specification and a ev::bad_loop exception that is thrown
when a loop can't be initialized.

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:15:01 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.28: +5 -0 lines
Diff to previous 1.28
Add missing ev_time () to ev namespace, but renamed as now ().

Note there is no colission with ev_now (), which is a member function of
loop_ref named in the C++ interface.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:14:41 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.27: +315 -14 lines
Diff to previous 1.27
Add loop wrappers to C++ interface.

3 new classes are provided: loop_ref, dynamic_loop and default_loop.

loop_ref has value semantics and is just a pointer wrapper (but with
reference syntax). You can change a ev_loop* for a loop_ref and
vice-versa without notice. You can create (or asign) a loop_ref from
a ev_loop* and you can cast a loop_ref to a ev_loop*. You can check
for equality between loop_refs and ev_loop pointers. No clean-up is done
by a loop_ref.

dynamic_loop and default_loop have both reference semantics (they are
non-copiable and non-assignable), and provide automatic destruction.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:14:23 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
Add missing feed_event () method to base watchers class.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:13:57 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.25: +40 -0 lines
Diff to previous 1.25
Add missing free functions to ev namespace.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:13:40 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.24: +25 -0 lines
Diff to previous 1.24
Add missing constants to ev namespace.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:13:21 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.23: +20 -19 lines
Diff to previous 1.23
Move typedef and constant to the top.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:12:42 2008 UTC (16 years, 3 months ago) by llucax
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22
Remove private implementation of watcher's copy ctor and operator=.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 06:00:55 2008 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 25 07:05:45 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_01
Changes since 1.20: +39 -0 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Dec 20 08:17:57 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.19: +5 -1 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 17:47:52 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_85, rel-1_86
Changes since 1.18: +17 -0 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 03:18:33 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_8, rel-1_81
Changes since 1.17: +8 -8 lines
Diff to previous 1.17
fucked up++ watchers again

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 8 14:27:38 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_72
Changes since 1.16: +13 -16 lines
Diff to previous 1.16
fix c++ interface

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Dec 7 20:13:08 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
document c++ callbacks!

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 5 00:09:35 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_6, rel-1_71
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
applied fix by chris brody

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 17:08:05 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 16:23:29 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.12: +82 -60 lines
Diff to previous 1.12
complete c++ overhaul

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Nov 29 17:36:35 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.11: +3 -9 lines
Diff to previous 1.11
fix bug reported by chris brody

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Nov 27 22:31:52 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_5
Changes since 1.10: +11 -24 lines
Diff to previous 1.10
great idea. radically simplify the method callbacks

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Nov 27 11:06:03 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_4
Changes since 1.9: +6 -0 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Nov 27 10:59:10 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
docs

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 27 08:20:41 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.7: +36 -15 lines
Diff to previous 1.7
update c++ if

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 09:48:37 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_3
Changes since 1.6: +30 -3 lines
Diff to previous 1.6
document c++ api

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 06:08:13 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_9, rel-1_1, rel-1_2
Changes since 1.5: +8 -9 lines
Diff to previous 1.5
use a static method as thunk, saving codesize and better hiding. didn't know this was possible

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 04:45:07 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
fix ev++

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 16:58:25 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_8
Changes since 1.3: +27 -19 lines
Diff to previous 1.3
do away with ev++.C

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 01:07:35 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.2: +7 -0 lines
Diff to previous 1.2
fix bug

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 00:05:59 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.1: +15 -0 lines
Diff to previous 1.1
make timers best-effort non-drifting

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 21:19:30 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
first rough cut at c++ interface

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-3_41: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a