kc3-lang/libevent/test/bench_cascade.c

Branch :


Log

Author Commit Date CI Message
fb42e0fa 2018-10-28 02:00:16 bench_cascase: include getopt.h only for _WIN32 (like in other places) Fixes: #561
77ec05e5 2017-01-28 16:28:57 test/bench*: prefix event-config.h macros after 0dda56a48e94
4e143958 2014-01-21 11:30:27 Change all uses of WIN32 to _WIN32
78da644f 2013-12-16 11:35:31 Fix bench_cascade program on Windows.
dbf2b517 2013-12-16 11:26:29 Use evutil_closesocket instead.
e415196a 2013-12-09 18:05:32 Initial CMake commit.
7080d55c 2013-08-06 19:28:53 Use void casts to suppress some "unchecked return value" warns
0dda56a4 2013-02-03 19:08:37 Preliminary changes for Minix3.
2e6a9850 2012-11-01 18:12:07 Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_compilation Conflicts: event.c http.c sample/event-read-fifo.c test/regress_bufferevent.c
94866c27 2012-11-01 17:38:34 Compile without warnings on mingw64 This is mostly a matter of catching cases where we were still assuming that evutil_socket_t could be used as an int.