木头云
17eaa573ca
chore(test): archive existing test cases to test/archive
...
- Move all existing test files (*.cpp, *.h) to test/archive/
- Rename CMakeLists.txt to CMakeLists.txt.old in archive
- Prepare for comprehensive unit test refactoring
2025-11-30 04:04:10 +00:00
Craig Carnell
72c4b5abc4
mingw: use lower case windows.h
2025-11-17 09:56:49 +00:00
mutouyun
5e5b347636
Complete the implementation of the clean interface and add unit tests
2024-12-01 19:06:50 +08:00
mutouyun
acea9d74da
Fix ut
2024-11-17 17:51:18 +08:00
mutouyun
29678f1d41
Added a cleanup interface for queue
2024-11-17 17:36:09 +08:00
mutouyun
5071fb5db6
Added a cleanup interface for shared memory handles
2024-11-17 17:35:29 +08:00
mutouyun
fafa5e85f7
Fixed memory access exception in multithreading.
2023-10-28 16:44:16 +08:00
mutouyun
2e35ab7685
Added QNX support
2022-01-02 17:54:07 +08:00
mutouyun
3344bbf799
impl robust mutex & condition (using alephzero's mtx implementation)
2021-10-23 19:06:33 +08:00
mutouyun
96551d5fcb
fix compilation errors caused by paths
2021-10-23 17:27:55 +08:00
mutouyun
d946ad0948
modify interface of sync.condition
2021-10-23 17:27:08 +08:00
mutouyun
a457a8975f
using 'signal' to quit waiting explicitly
2021-09-21 13:09:59 +08:00
mutouyun
f6bd578c8a
reduce the number of recheck times for the sleep function
2021-09-20 23:29:30 +08:00
mutouyun
7a536b6e9c
impl quit_waiting
2021-09-20 22:18:27 +08:00
mutouyun
b8f5e2ba6f
validate close in waiter
2021-09-20 22:03:36 +08:00
mutouyun
ed8b1fd608
fix some bugs for linux-mutex
2021-09-20 20:31:08 +08:00
mutouyun
04fda1cc3d
use sync to refactor waiter
2021-09-20 15:59:44 +08:00
mutouyun
c1ceaa657a
实现condition_win
2021-09-19 22:26:32 +08:00
mutouyun
0cccdac868
merge issue-61; add condition for linux
2021-09-19 17:21:39 +08:00
mutouyun
4ca300b3e5
Merge branch 'issue-61' into develop
2021-09-19 16:29:31 +08:00
mutouyun
be6f16f87f
revert some changes
2021-09-19 16:29:06 +08:00
mutouyun
94ad05ce35
调整ut
2021-09-18 00:11:11 +08:00
mutouyun
d37a6740ea
add ut for sync::semaphore
2021-09-12 21:48:22 +08:00
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