mutouyun
|
415be36477
|
ipc::sync::mutex for linux
|
2021-09-11 15:52:48 +08:00 |
|
木头云
|
78be14be37
|
Merge branch 'develop' into master
|
2021-08-29 11:05:24 +08:00 |
|
mutouyun
|
df3cf1b4c4
|
modify to_tchar test
|
2021-08-15 15:10:29 +08:00 |
|
mutouyun
|
e8cf471615
|
modify to_tchar test
|
2021-08-15 14:42:47 +08:00 |
|
mutouyun
|
619f84cacc
|
还原最朴素的写法
|
2021-08-15 14:18:09 +08:00 |
|
mutouyun
|
3c7e94a167
|
modify cmakelists options
|
2021-08-15 13:23:43 +08:00 |
|
mutouyun
|
c9d92b5364
|
CP_ACP => CP_UTF8
|
2021-08-15 12:40:32 +08:00 |
|
mutouyun
|
8170836534
|
utf-8 for test cpp
|
2021-08-07 18:37:23 +08:00 |
|
mutouyun
|
df8bca22c3
|
codecvt_utf8_utf16/std::wstring_convert is deprecated
|
2021-08-07 18:33:45 +08:00 |
|
winsoft666
|
43179d6ea0
|
Add USE_STATIC_CRT option to support static CRT(/MT).
|
2021-07-30 17:50:02 +08:00 |
|
mutouyun
|
d0f965359d
|
recycle storage for large message
|
2021-07-11 15:56:30 +08:00 |
|
mutouyun
|
57a62bc073
|
fix some bugs
|
2021-07-11 13:13:31 +08:00 |
|
mutouyun
|
e3c8f8edc1
|
adjust test, chunk_storages revert to static
|
2021-07-11 13:13:31 +08:00 |
|
mutouyun
|
98a3449865
|
fix some bugs, adjust the test cases
|
2021-07-11 13:13:30 +08:00 |
|
mutouyun
|
7bedfbfb5b
|
fix: large message cache may not be recycled with multiple receivers
|
2021-07-11 13:11:24 +08:00 |
|
mutouyun
|
69e1586b5a
|
remove tls
|
2021-07-10 14:22:31 +08:00 |
|
mutouyun
|
a970ace446
|
using IPC_OS_* in test
|
2021-06-20 23:50:39 +08:00 |
|
mutouyun
|
455c0b479d
|
add sync::mutex for windows/linux
|
2021-06-20 23:50:39 +08:00 |
|
mutouyun
|
85342dcaa6
|
test/profiler
|
2021-06-20 23:50:39 +08:00 |
|
mutouyun
|
563aabfe4b
|
add profiler from adah1972
|
2021-06-20 23:50:39 +08:00 |
|
mutouyun
|
ef2988b6e1
|
add test for robust(windows)
|
2021-06-06 18:50:24 +08:00 |
|
mutouyun
|
6746e1a740
|
add test for robust
|
2021-06-06 18:23:18 +08:00 |
|
mutouyun
|
f07fc84cb8
|
add options for cmake
|
2021-06-05 18:39:31 +08:00 |
|
mutouyun
|
6163618433
|
针对不同类型的策略,增加不同的sender/receiver个数检查。
- is_multi_producer:sender无限制;否则仅允许一个
- is_multi_consumer:receiver个数上限依赖is_broadcast指定;否则仅允许一个
- is_broadcast:receiver个数上限为32(uint_t<32>位数);否则无限制(uint_t<32>大小)
行为变更:
1. 在连接时根据模式检查sender/receiver是否超出上限,超出则返回false
2. 在send时确认是否允许发送(对receiver模式来说,send之前不会尝试确认sender个数)
3. 修正若干bug
|
2021-01-03 12:52:03 +08:00 |
|
mutouyun
|
c4617a2290
|
'elem-array::connect' should always return 0 when the connection-slot is full.
|
2021-01-01 13:28:25 +08:00 |
|
mutouyun
|
7545e17084
|
简化接口
|
2020-09-20 12:20:55 +08:00 |
|
mutouyun
|
523d38d247
|
调整目录结构,隔离include路径,修正tls在win下的问题
|
2020-09-13 17:29:14 +08:00 |
|
木头云
|
94c1043025
|
Update test_ipc.cpp
|
2020-09-13 15:49:25 +08:00 |
|
木头云
|
f21ebccbb2
|
disable TEST(Memory, *)
|
2020-09-13 15:22:47 +08:00 |
|
木头云
|
a75333f644
|
Update test_mem.cpp
|
2020-09-13 15:18:05 +08:00 |
|
mutouyun
|
326bc10b2d
|
优化ut,修正tls中的bug
|
2020-09-13 15:06:47 +08:00 |
|
mutouyun
|
e2d53359f6
|
EXPECT_STREQ
|
2020-09-06 21:56:28 +08:00 |
|
mutouyun
|
be82cfb322
|
disable TEST(Memory, pool_alloc)
|
2020-09-06 21:47:48 +08:00 |
|
mutouyun
|
e8b339d25b
|
使用 gtest 替换 qtest,测试不再依赖 qt
|
2020-09-06 21:33:15 +08:00 |
|
zhangyi
|
d762634380
|
add impl of force_push for single-single-unicast; make test_circ works
|
2020-03-29 14:28:53 +08:00 |
|
zhangyi
|
0323f31b2b
|
fix compiling error of vs2015
|
2020-03-17 21:15:53 +08:00 |
|
zhangyi
|
3eeeec88a0
|
fix bugs of force_push; set PTHREAD_MUTEX_ROBUST to mutex in linux
|
2020-03-17 20:58:54 +08:00 |
|
zhangyi
|
dbe6d6d3c6
|
fix bugs of large message buffer cache & recycle
|
2019-10-24 12:23:52 +08:00 |
|
zhangyi
|
d4bf94c2a3
|
use big message cache
|
2019-10-23 16:23:07 +08:00 |
|
zhangyi
|
a20a10c590
|
warning: comparison of integers of different
|
2019-10-08 09:45:14 +08:00 |
|
mutouyun
|
d3afbdedc6
|
revert async_pool_alloc
|
2019-10-07 12:32:12 +00:00 |
|
mutouyun
|
1fd8e27994
|
void automatic memory recovery
|
2019-10-07 12:18:26 +00:00 |
|
mutouyun
|
448a4883f6
|
optimize the memory allocator
|
2019-10-07 11:23:31 +00:00 |
|
mutouyun
|
56484c0c8f
|
optimize the memory allocator
|
2019-10-05 03:48:24 +00:00 |
|
zhangyi
|
c8cedf11cf
|
optimize memory allocator for big size memory
|
2019-07-05 18:53:30 +08:00 |
|
zhangyi
|
6b7c561496
|
fix tls bugs (win); modify data structure
|
2019-07-04 16:37:00 +08:00 |
|
mutouyun
|
b3ef1ed760
|
modify chunk size
|
2019-07-03 14:26:45 +00:00 |
|
zhangyi
|
a4a6a9ca66
|
fix some bugs; improve memory allocators
|
2019-07-03 18:41:46 +08:00 |
|
mutouyun
|
fbf3c622e8
|
fine-tune
|
2019-07-02 23:07:39 +08:00 |
|
zhangyi
|
15e71bd1a1
|
add IPC_CONSTEXPR_;
add variable_wrapper instead of fixed_alloc_policy
|
2019-07-01 17:28:02 +08:00 |
|