Release Notes: A test for 64-bit machines was fixed. A missing include statement for a test was added. The documentation was improved.
Release Notes: This release hides the dispatcher copy-constructor and operator=. The main example in the documentation has been fixed. Some code cleanup has been done. No new features are planned.
Release Notes: Small documentation fixes and improvements were made. git is now used for version control.
Release Notes: Uses event_base_free() by default since libevent 1.3b fixes the bug that caused the assertion. Minor documentation changes.
Release Notes: This release fixes multiple definitions of operator| for eventxx::type when linking.
Release Notes: This release fixes infinite recursion when using operator| for eventxx::type. Using 0.3 is extremely discouraged.
Release Notes: This release adds a member function wrapper so that you can use an arbitrary member function as an event handler. There are some minor bugfixes related to eventxx::type vs. short usage.
Release Notes: Documentation fixes and improvements were made. C-like callbacks now make the void* arg parameter optional (since it uses NULL as default).
Release Notes: