aboutsummaryrefslogtreecommitdiff
path: root/libs/libev
Commit message (Collapse)AuthorAge
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libev: Bump to version 4.22Karl Palsson2016-03-08
| | | | | | Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* libev: Fix compatibility with libevent2 includesTed Hess2015-12-11
| | | | | | | | | | Packages building with libev and want to include event.h from libev need to be modified to include ev_event_compat.h instead. The are no known packages which need to be fixed at this time. The normal include is ev.h for this package. Signed-off-by: Ted Hess <thess@kitschensync.net>
* libev: Update to 4.20Karl Palsson2015-06-21
| | | | | | | | | | | Minor release, changes from upstream: - prefer noexcept over throw () with C++ 11. - update ecb.h due to incompatibilities with c11. - fix a potential aliasing issue when reading and writing watcher callbacks. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* libev: Import from management, with path fixesKarl Palsson2015-05-27
Imports the latest version from the management feed, and fixes the install paths. All example code, and desktop linux expects and installs libev's headers to /usr/include/<ev.h> not under a subdirectory. Signed-off-by: Karl Palsson <karlp@tweak.net.au>