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 |
|
木头云
|
64f4104b74
|
Update CMakeLists.txt
|
2020-09-07 11:03:04 +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
|
3a175529d6
|
Policy CMP0077 is not set
|
2020-09-06 21:46:30 +08:00 |
|
mutouyun
|
e8b339d25b
|
使用 gtest 替换 qtest,测试不再依赖 qt
|
2020-09-06 21:33:15 +08:00 |
|
木头云
|
b4b7aa0637
|
Update LICENSE
|
2020-09-03 12:11:15 +08:00 |
|
mutouyun
|
0aeaa0f1f1
|
修正: 1. 无接收者时, send 可能返回 true; 2. Windows + MSVC 下分配器的内存异常
|
2020-08-11 22:54:21 +08:00 |
|
mutouyun
|
19f471b07c
|
[Windows] CreateFileMapping/CreateSemaphore with LPSECURITY_ATTRIBUTES.
|
2020-07-11 15:29:20 +08:00 |
|
zhangyi
|
5a92ea3031
|
update elem_def.h
|
2020-03-30 11:11:01 +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
|
6850b47e3a
|
push shouldn't return false after force_push has been called
|
2020-03-28 22:19:37 +08:00 |
|
zhangyi
|
9b2bd3787a
|
update src/prod_cons.h
|
2020-03-28 15:00:20 +08:00 |
|
mutouyun
|
91cc1b7767
|
update tls_pointer_win.cpp
|
2020-03-28 13:55:34 +08:00 |
|
木头云
|
e87d516b1d
|
Update tls_pointer.h
|
2020-03-20 12:20:28 +08:00 |
|
zhangyi
|
bbefef4a37
|
clock_gettime => gettimeofday
|
2020-03-18 11:56:56 +08:00 |
|
木头云
|
f01438c369
|
Update README.md
|
2020-03-17 21:34:46 +08:00 |
|
zhangyi
|
0323f31b2b
|
fix compiling error of vs2015
|
2020-03-17 21:15:53 +08:00 |
|
zhangyi
|
8112a04833
|
fix compiling error of vs2015
|
2020-03-17 21:08:08 +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 |
|
mutouyun
|
b9cc885568
|
adjust constant definition
|
2020-03-04 13:24:43 +08:00 |
|
mutouyun
|
17c0bc76c3
|
buffer::data<T>()->T* => buffer::get<T>()->T
|
2020-03-04 12:37:48 +08:00 |
|
mutouyun
|
64c29f079f
|
fine-tune
|
2019-12-14 15:14:13 +00:00 |
|
mutouyun
|
6d6047f742
|
fix compilation errors for vs2015
|
2019-11-17 17:31:40 +08:00 |
|
mutouyun
|
792a9b3339
|
fix compilation error
|
2019-10-31 23:34:00 +08:00 |
|
zhangyi
|
4f46e5a95f
|
eliminate error for old compilers
|
2019-10-24 12:54:26 +08:00 |
|
zhangyi
|
0b88505cb1
|
warning C4814
|
2019-10-24 12:32:58 +08:00 |
|
zhangyi
|
dbe6d6d3c6
|
fix bugs of large message buffer cache & recycle
|
2019-10-24 12:23:52 +08:00 |
|
zhangyi
|
80452b574b
|
warning C4267
|
2019-10-23 16:50:18 +08:00 |
|
zhangyi
|
d4bf94c2a3
|
use big message cache
|
2019-10-23 16:23:07 +08:00 |
|
zhangyi
|
8da0b32d0b
|
optimize memory management and recycle strategy
|
2019-10-21 13:32: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
|
f3eb6ba55a
|
fix: attempting to reference a deleted function
|
2019-10-07 11:51:37 +00:00 |
|
mutouyun
|
448a4883f6
|
optimize the memory allocator
|
2019-10-07 11:23:31 +00:00 |
|
mutouyun
|
45bf1a7b38
|
use 'replenish' for async_wrapper
|
2019-10-05 03:54:17 +00:00 |
|
mutouyun
|
56484c0c8f
|
optimize the memory allocator
|
2019-10-05 03:48:24 +00:00 |
|
mutouyun
|
659989fd31
|
fix tls's defect
|
2019-09-21 14:21:57 +00:00 |
|
zhangyi
|
c8cedf11cf
|
optimize memory allocator for big size memory
|
2019-07-05 18:53:30 +08:00 |
|
zhangyi
|
981124520c
|
use make -j
|
2019-07-05 10:37:21 +08:00 |
|
木头云
|
ab1624c0fe
|
suppress warning C4814
|
2019-07-04 16:58:02 +08:00 |
|
木头云
|
bd2097e608
|
Update resource.h
|
2019-07-04 16:45:34 +08:00 |
|
zhangyi
|
6b7c561496
|
fix tls bugs (win); modify data structure
|
2019-07-04 16:37:00 +08:00 |
|
mutouyun
|
9bc6604faa
|
may have memory leak (TBD)
|
2019-07-03 23:14:43 +08:00 |
|
mutouyun
|
b3ef1ed760
|
modify chunk size
|
2019-07-03 14:26:45 +00:00 |
|