Commit Graph

1133 Commits

Author SHA1 Message Date
zhengshuxin
037f55fbb9 There're some bugs in gcc4.2.1 of FreeBSD, so we should be suitable for it. 2018-01-08 04:32:28 +08:00
zhengshuxin
a8c4b5b057 Build ok on FreeBSD. 2018-01-07 17:40:15 +08:00
郑树新
c29d1bd199 test QtFiber demo 2024-09-23 22:03:00 +08:00
郑树新
baa76b07d9 test qtfiber demo. 2024-09-22 22:08:02 +08:00
郑树新
d7b569c102 Optimize and test QtFiber demo. 2024-09-22 15:17:25 +08:00
郑树新
e4465673d1 Optimize and test QtFiber demo. 2024-09-22 09:39:59 +08:00
zhengshuxin
90eb67e6a3 Test aio_server in fiber mode. 2024-09-16 23:16:53 +08:00
zhengshuxin
6c230591e6 Add cmake for demo 2024-09-16 12:37:05 +08:00
zhengshuxin
92c40f8baa Add read/write waiting timeout for IO stream. 2024-09-16 12:26:57 +08:00
zhengshuxin
1896764723 Merge branch 'master' of gitee:zsxxsz/acl 2024-09-15 22:19:31 +08:00
zhengshuxin
faf8a24027 test fiber demo. 2024-09-15 22:14:18 +08:00
郑树新
0cd5506a43 Test gui fiber demo 2024-09-14 23:16:21 +08:00
郑树新
699e6b5ca3 Optimize fiber module for Windows GUI. 2024-09-11 22:56:29 +08:00
郑树新
ec45752b7f Merge branch 'master' of https://gitee.com/zsxxsz/acl into gitee-zsx-master 2024-09-09 09:46:24 +08:00
郑树新
80602947cf Optimize and test fiber for QT UI. 2024-09-09 09:45:38 +08:00
zhengshuxin
edf1d9f805 test fiber 2024-09-08 18:23:49 +08:00
郑树新
1247f1d8dd Add fiber demo for QT on Windows platform. 2024-09-07 15:32:44 +08:00
郑树新
b19af9809d Optimize building process by cmake on Windows platforms. 2024-08-31 21:10:21 +08:00
shuxin   zheng
7729ab3fe5 Fixed some compiling errors on MaxOS. 2024-08-19 16:23:14 +08:00
zhengshuxin
af36b29bff Seperate samples with c and c++ for fiber module. 2024-08-18 23:13:27 +08:00
zhengshuxin
bdcaad04c7 test fiber. 2024-08-12 20:37:56 +08:00
zhengshuxin
896b92f75a Optimize and test fiber module in sharing stack mode. 2024-08-11 18:51:48 +08:00
郑树新
d95db6f8a4 fiber cond supports being canceled by other fiber. 2024-07-29 14:44:15 +08:00
zhengshuxin
40618b8d93 Add API for getting the fiber's status. 2024-07-29 11:10:30 +08:00
zhengshuxin
0facec821d Use USE_POLL_WAIT conditional compiling in fiber_io.cpp. 2024-07-28 18:57:22 +08:00
zhengshuxin
84095ebbf9 Add test codes for timer handler. 2024-07-28 09:51:58 +08:00
zhengshuxin
22d4e2265c Use poll wait for handling IO readwrite timeout. 2024-07-28 09:46:59 +08:00
郑树新
43cc154927 Optimize and test fiber IO. 2024-07-27 23:17:52 +08:00
郑树新
09a56d0903 Fixed one memory alloc bug and optimize codes. 2024-07-27 22:21:14 +08:00
zhengshuxin
f45b5a92c2 event oper can't be cached only in directly mode. 2024-07-26 16:18:54 +08:00
zhengshuxin
5ce851d299 test fiber. 2024-07-26 14:40:58 +08:00
zhengshuxin
a4b4bc0cc6 Optimize and test IO timeout by setsockopt in fiber. 2024-07-26 11:00:21 +08:00
zhengshuxin
bd9e5c0d52 Don't cache directly EVENT operations. 2024-07-25 18:13:39 +08:00
zhengshuxin
79fda265b1 test fiber. 2024-07-25 13:37:05 +08:00
zhengshuxin
b563e34dc4 Hook getsockopt for get socket's IO timeout in fiber module. 2024-07-23 14:39:42 +08:00
郑树新
ebeb2e02cb Supports building for ARMEC64. 2024-07-18 14:43:29 +08:00
郑树新
7e33f21589 Supports vc2022 and Arm64. 2024-07-17 18:19:27 +08:00
郑树新
9daf4738b8 Add compiling options for supporting c++11 in vc2019. 2024-07-17 14:50:33 +08:00
郑树新
7fe7af7555 Compiling on Windows ARM64 2024-07-17 14:49:48 +08:00
zhengshuxin
25d9ca09b8 Format codes. 2024-06-26 14:18:25 +08:00
zhengshuxin
741296c661 Format codes. 2024-06-26 14:09:34 +08:00
郑树新
fc6a460252
Merge pull request #342 from ChrisCatCP/master
refactor wait_group
2024-06-26 13:45:46 +08:00
Bai Miao
9ae2351ce6
add comment for wait_group 2024-06-26 11:00:37 +08:00
白喵
919c8a68fa check state before wait 2024-06-25 12:39:04 +08:00
白喵
25b59ab47b refactor wait_group 2024-06-24 19:37:43 +08:00
zhengshuxin
b542433453 Fixed one conditional building in fiber module. 2024-06-23 18:19:26 +08:00
zhengshuxin
279301f6bf Fixed bugs in fiber module when calling recv/recvfrom/recvmsg with flags MSG_PEEK or MSG_DONTWAIT. 2024-06-21 14:29:24 +08:00
郑树新
353186995c Fixed compiling warning on windows. 2024-06-21 09:41:00 +08:00
zhengshuxin
68a8e932ac Use acl_fiber_yield() when calling acl_fiber_delay(0). 2024-06-19 11:37:54 +08:00
郑树新
59ba4c140d Build Windows GUI demos. 2024-06-16 18:47:26 +08:00