eventxx is a simple, direct, one-header inline C++ wrapper for libevent.
Yes, it's just one header file, so if you want to use it you can just
copy the file to your project and you are set (well, you'll need to link
to libevent too ;).

It's designed to be as close to use to libevent (without compromising
modern C++ programming techniques) and efficient (since all
implementation is trivial and inline, theoretically, it imposes no
overhead at all) as possible.

You can download eventxx 0.2 from:
http://www.llucax.com.ar/~luca/eventxx/releases/eventxx-0.2.tar.gz

Summary of changes:
* Several documentation improvements and fixes.
* C-like callbacks now make the void* arg parameter optional (since it
uses NULL as default).
* Test are now not compiled with EVENT_BASE_FREE_FIX as default.

For a more detailed changelog please visit the darcsweb interace[7].

Please visit the eventxx website[1] for the latest documentation.

You can always get the current[2] release from the release directory[3]
or grab the most up to date sources[4] from the darcs[5] repository.

You can also take a look the the darcsweb[6] interface to see the latest
changes online[7] or subscribe to its RSS feed[8] to follow the development.

I hope you find it useful.

PS: Please let me know if you find this announcements off topic.

[1] http://www.llucax.com.ar/~luca/eventxx/
[2] http://www.llucax.com.ar/~luca/eventxx/releases/eventxx.tar.gz
[3] http://www.llucax.com.ar/~luca/eventxx/releases/
[4] http://www.llucax.com.ar/~luca/repos/eventxx/
[5] http://www.darcs.net/
[6] http://auriga.wearlab.de/~alb/darcsweb/
[7] http://www.llucax.com.ar/~luca/repos/darcsweb/?r=eventxx
[8] http://www.llucax.com.ar/~luca/repos/darcsweb/?r=eventxx;a=rss

--
Leandro Lucarella
Integratech S.A.
4571-5252
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to