438 Commits

Author SHA1 Message Date
mutouyun
9f44298350 Fix exception handling and logging in the code 2024-03-10 13:38:28 +08:00
mutouyun
d6f40f44d3 Refactor noexcept specifier for monotonic_buffer_resource 2024-03-10 00:26:38 +08:00
mutouyun
9206e674c1 Refactor naming convention in new and delete functions. 2024-03-10 00:11:18 +08:00
mutouyun
2a1d8fa5fa Update CMakeLists.txt and expected.h, remove unused files, and improve thread safety in block_pool.cpp 2024-03-09 19:14:41 +08:00
mutouyun
f615f200df Remove synchronized_pool_resource class and its implementation 2024-01-13 19:05:43 +08:00
mutouyun
2cffe55ee1 Update constants to use static constexpr 2024-01-13 16:20:06 +08:00
mutouyun
5aaa78a8a5 Add comments and refine the implementation. 2024-01-07 22:43:21 +08:00
mutouyun
fc60c75ac4 [TBD] add global object creation function 2024-01-01 18:04:53 +08:00
mutouyun
3be10b67bc upd: [pmr] improve block_pool 2023-12-23 16:34:47 +08:00
mutouyun
872b97f1d3 Add -fsanitize=address for memory leak and out-of-bounds detection. 2023-10-22 17:39:43 +08:00
mutouyun
ec602f50af fix ut 2023-09-18 00:11:30 +08:00
mutouyun
eee15dda02 Add unit tests for monotonic_buffer_resource. 2023-09-17 16:59:32 +08:00
mutouyun
665a347447 fix some bugs 2023-09-17 14:44:48 +08:00
mutouyun
47b8f605f5 add: [pmr] implementation for monotonic_buffer_resource 2023-09-17 13:44:41 +08:00
mutouyun
891e161e82 Prepare for monotonic_buffer_resource implementation. 2023-09-16 20:35:54 +08:00
mutouyun
a56a0cd643 Adjust the parameter error of the existing api implementation. 2023-09-09 12:42:14 +08:00
mutouyun
3d4e92a9c5 Remove the custom error_code. 2023-09-09 12:13:56 +08:00
mutouyun
cd545653c4 upd: [pmr] optimize allocator implementation 2023-09-02 14:10:51 +08:00
mutouyun
774a3c9af7 fixed a stupid bug in benchmark 2023-09-02 10:52:37 +08:00
mutouyun
f930dfe34d continue adding event ut 2023-07-30 16:09:29 +08:00
mutouyun
08b6649946 add: [ipc] add Windows implementation of event 2023-07-29 12:53:17 +08:00
mutouyun
f657fd1c7e upd: [ipc] optimizes the return value of shm_close 2023-07-23 18:33:44 +08:00
mutouyun
ca78e3511b upd: [imp] optimized log interface implementation 2023-05-27 21:19:25 +08:00
mutouyun
19cb391624 fix: [imp] fmt issue 2023-05-27 16:40:43 +08:00
mutouyun
1014baf821 upd: [imp] a little optimization of fmt 2023-05-27 16:29:05 +08:00
mutouyun
ce04c79112 upd: [imp] enum_cast => underlyof 2023-05-20 17:06:16 +08:00
mutouyun
426b7c3768 add: [concur] queue and simple ut 2023-05-20 16:58:42 +08:00
mutouyun
983673266e upd: [imp] optimize log performance 2023-01-01 16:26:55 +08:00
mutouyun
d17aeaae1e add: [imp] result<void> 2022-12-25 13:48:06 +08:00
mutouyun
649a5ee02a upd: [imp] optimize result interface and fix some bugs 2022-12-25 13:25:29 +08:00
mutouyun
19edc54f6e fix: linux error 2022-12-24 21:24:01 +08:00
mutouyun
7571a6fa40 fix: linux error 2022-12-24 21:21:51 +08:00
mutouyun
e7262af0db upd: [imp] rearrange the relationship between result and error_code 2022-12-24 21:20:18 +08:00
mutouyun
424bb73c94 upd: comment style 2022-12-24 19:26:06 +08:00
mutouyun
1f5dd46339 fix: result error 2022-12-18 20:15:31 +08:00
mutouyun
fc6f28a886 upd: [imp] modify interface of the system header file 2022-12-18 18:16:08 +08:00
mutouyun
e60f856295 add: [imp] error_category.name 2022-12-18 17:57:07 +08:00
mutouyun
3aac7bea08 add: [imp] error_code 2022-12-18 17:38:24 +08:00
mutouyun
ff250cd7ac upd: [imp] optimize result 2022-12-18 14:20:36 +08:00
mutouyun
9f51c017e7 upd: [imp] optimize the size of the fmt context 2022-12-06 23:14:23 +08:00
mutouyun
6ca5d39a0c fix: [imp] fmt buffer failsafe 2022-12-04 19:50:09 +08:00
mutouyun
8a79e9a86b fix: [imp] long string formatting output 2022-12-04 19:50:09 +08:00
mutouyun
b687e27a0a upd: [imp] fmt_context 2022-12-04 19:50:09 +08:00
mutouyun
c39b0fc18c upd: ut 2022-12-03 18:13:10 +08:00
mutouyun
d258e00710 upd: [imp] fmt performance optimization 2022-12-03 17:59:03 +08:00
mutouyun
f2e981c538 upd: [imp] optimizes two formatting operations for short strings for fmt 2022-12-03 16:53:02 +08:00
mutouyun
73443ee0a6 upd: [imp] optimize the performance of fmt a little bit 2022-12-03 16:16:55 +08:00
mutouyun
7ba65c6f18 upd: benchmark cmake 2022-11-28 22:27:07 +08:00
mutouyun
03d352c238 upd: [imp] remove {fmt} completely 2022-11-28 22:22:22 +08:00
mutouyun
f8691a3a80 fix: expected ‘)’ before string constant 2022-11-27 23:00:56 +08:00