Commit grafiek

12 Commits

Auteur SHA1 Bericht Datum
Christian Göttsche
b29b85055e [Minor] Explicit specify order of binary operations
../contrib/libev/ev.c: In function ‘ev_io_start’:
../contrib/libev/ev.c:4396:34: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
 4396 |   fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
      |                        ~~~~~~~~~~^~~~~~~~~~~~~
2020-04-11 14:16:30 +02:00
Christian Göttsche
7eb5d24c90 [Minor] Avoid nested opening comment sequences
../contrib/libev/ev.c: At top level:
../contrib/libev/ev.c:5660:27: warning: "/*" within comment [-Wcomment]
 5660 | /* EV_STAT     0x00001000 /* stat data changed */
      |
../contrib/libev/ev.c:5661:27: warning: "/*" within comment [-Wcomment]
 5661 | /* EV_EMBED    0x00010000 /* embedded event loop needs sweep */
      |
2020-04-11 14:16:30 +02:00
Christian Göttsche
765813e908 [Minor] silence warnings about unused function results
GCC does not respect `(void) func()`
2020-04-11 14:16:25 +02:00
Vsevolod Stakhov
4aad801ba8 [Minor] Add missing function 2020-03-30 12:18:47 +01:00
Vsevolod Stakhov
a9efb618f8 [Minor] Fix usage of signalfd and timerfd 2020-03-26 17:05:02 +00:00
Vsevolod Stakhov
4610fcee93 [Feature] Update libev to 4.33
Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_33
2020-03-24 16:36:43 +00:00
Vsevolod Stakhov
0194245dcd [Minor] Add method ev_now_update_if_cheap 2019-11-01 12:32:14 +00:00
Vsevolod Stakhov
04a1060f45 [Minor] Add better support for non-Linux systems 2019-10-31 13:43:56 +00:00
Vsevolod Stakhov
0c75651faf [Minor] Use CLOCK_MONOTONIC_COARSE where suitable 2019-10-31 13:19:06 +00:00
Vsevolod Stakhov
7c4eb706c1 [Project] Another try to deal with final events 2019-06-22 10:57:29 +01:00
Vsevolod Stakhov
390620fc35 [Rework] Rework children operations 2019-06-22 10:57:29 +01:00
Vsevolod Stakhov
5376c8a252 [Project] Bundle libev 2019-06-22 10:57:29 +01:00