Commit Graph

2289 Commits

Author SHA1 Message Date
shuxin   zheng
93f9d6eb83 build for ndk9d ok by using *.mk for Android 2019-11-22 16:14:20 +08:00
zhengshuxin
8bc1bc4c44 add demo 2019-11-22 10:07:46 +08:00
shuxin   zheng
03c4c9de7c add -flto=thin for xcode 2019-11-19 11:38:04 +08:00
shuxin   zheng
262c025505 optimize libs' size for ios 2019-11-12 18:10:26 +08:00
shuxin   zheng
3a487fb7cb test 2019-11-10 14:37:21 +08:00
shuxin   zheng
d60d9cb4d7 add test sample 2019-11-10 14:29:46 +08:00
shuxin   zheng
c2a345d567 add one test 2019-11-10 14:28:12 +08:00
shuxin   zheng
c3373e8b61 remove ACL_CLIENT_ONLY compiling condition in acl_aio.c 2019-11-09 23:02:02 +08:00
shuxin   zheng
74d9f5aabb format code. 2019-11-09 23:00:28 +08:00
shuxin   zheng
fba11d437e fixed comments error 2019-11-09 22:39:43 +08:00
shuxin   zheng
4f700a849f fd limits set to a large value for Android other the fixed value 1024 2019-11-05 13:21:20 +08:00
shuxin   zheng
8d8e5574ac format c++ code 2019-11-04 17:35:00 +08:00
郑树新
c38bd371e3 !2 redis_stream xread 语法格式错误
Merge pull request !2 from wfeii1980/master
2019-11-04 17:30:34 +08:00
Wii
97368e630f bug fixed in redis_stream xread 2019-11-02 23:15:22 +08:00
shuxin   zheng
ebbc9a1ac3 fixed bugs for Android ndk r16b when using atomic in acl_atomic.c 2019-11-01 18:01:38 +08:00
shuxin   zheng
3ac237c2c3 use android-14 for the minsdk 2019-11-01 15:13:01 +08:00
shuxin   zheng
fcefb9a217 add -g when builing by cmake 2019-11-01 11:09:20 +08:00
zhengshuxin
300524a8f0 fixed bug in http_aclient.cpp that memory may leak. 2019-10-31 16:51:41 +08:00
shuxin   zheng
e97ec5a2ca bug fixed in acl::aio_handle::dns_empty() 2019-10-29 10:00:58 +08:00
shuxin   zheng
a67ad8cf1a build for xcode 2019-10-28 18:20:36 +08:00
shuxin   zheng
98a1e650b6 optimize size for ios 2019-10-25 16:11:15 +08:00
shuxin   zheng
bfdf0e600c optimize size for IOS 2019-10-25 15:21:42 +08:00
shuxin   zheng
581a3124c8 enable build for x86 in Android 2019-10-18 16:43:32 +08:00
zhengshuxin
bda63febae fatal if fbase->event_in is invalid in fbase_event::fbase_event_open 2019-10-18 10:07:26 +08:00
zhengshuxin
5f415f1302 add ssl enable/disable switch for http_aclient 2019-10-18 10:03:52 +08:00
zhengshuxin
76ba04380d add ssl enable/disable switch for http_aclient 2019-10-18 10:02:22 +08:00
shuxin   zheng
2998681abc build shared acl can be set from cmake args 2019-10-17 16:58:44 +08:00
郑树新
6aeeb6dc8c optimize cmake for Android Studio that can use c++_shared and gnustl_shared 2019-10-17 16:39:52 +08:00
郑树新
a94862962c building by ndk16b 2019-10-16 17:45:01 +08:00
郑树新
02d11796ed Merge https://github.com/acl-dev/acl into HEAD 2019-10-16 16:17:08 +08:00
shuxin   zheng
42b69691b5 modify project for Android studio 2019-10-15 21:54:17 +08:00
shuxin   zheng
49ec082487 optimize xmake.lua 2019-10-15 18:39:19 +08:00
shuxin   zheng
d3ab857d3b optimize projects for xmake and cmake 2019-10-15 16:52:02 +08:00
郑树新
aad02c78d5
Merge pull request #180 from waruqi/optflags
optimize flags
2019-10-14 10:17:33 +08:00
ruki
d17dcd22bc uses mode rules 2019-10-14 10:12:26 +08:00
ruki
e3ffee6d95 optimize flags 2019-10-14 10:06:37 +08:00
郑树新
4dbf68e934
Merge pull request #179 from waruqi/export_public
update xmake.lua: export public includedirs
2019-10-14 10:05:15 +08:00
ruki
1c0ff5d208 update xmake.lua: export public includedirs 2019-10-14 09:34:37 +08:00
zhengshuxin
d5d33dede8 build with xmake 2019-10-13 21:04:46 +08:00
shuxin   zheng
57c49eb154 xmake build 2019-10-13 20:52:51 +08:00
zhengshuxin
68add9648d build acl by xmake 2019-10-13 16:02:18 +08:00
郑树新
ed5799d77d Merge https://github.com/acl-dev/acl into HEAD 2019-10-09 09:24:09 +08:00
zhengshuxin
354be8a1f5 modify xbuild.sh 2019-10-08 17:58:16 +08:00
zhengshuxin
a47a20359e build ok for Android with xmake 2019-10-08 17:55:22 +08:00
zhengshuxin
8d4dff9f18 building with xmake 2019-10-08 16:36:16 +08:00
shuxin   zheng
14bd0b9ce7 android studio project 2019-10-08 14:08:49 +08:00
shuxin   zheng
d80e0be148 use gnu-stl for android studio 2019-10-08 11:34:01 +08:00
郑树新
f4ecd2213f add Android Studio setting for Windows 2019-10-08 09:52:15 +08:00
郑树新
fd7abba2e2 Merge https://github.com/acl-dev/acl into HEAD 2019-10-08 09:01:20 +08:00
shuxin   zheng
a26e39e27b Merge https://github.com/acl-dev/acl into HEAD 2019-10-04 11:32:40 +08:00