113 Commits

Author SHA1 Message Date
mutouyun
25ea4e016c add LIBIMP_INLINE_CONSTEXPR 2024-09-28 20:41:23 +08:00
mutouyun
f38d77beb9 Refactor default_traits to include support for enum types 2024-09-21 18:57:02 +08:00
mutouyun
8c643308dd refactor: horrible_cast implementation 2024-09-01 15:32:23 +08:00
mutouyun
9f44298350 Fix exception handling and logging in the code 2024-03-10 13:38:28 +08:00
mutouyun
1407d1815e Refactor logging functions and add exception handling 2024-03-10 00:49:24 +08:00
mutouyun
9206e674c1 Refactor naming convention in new and delete functions. 2024-03-10 00:11:18 +08:00
mutouyun
174d5e41df Fixed possible errors in memory allocation greater than 64K. 2024-03-09 19:54: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
f3ecf7c61c Refactor logging code and update test cases 2024-01-13 18:39:57 +08:00
mutouyun
30e5af90b3 Refactor log class names and function names 2024-01-13 18:20:53 +08:00
mutouyun
2cffe55ee1 Update constants to use static constexpr 2024-01-13 16:20:06 +08:00
mutouyun
891e161e82 Prepare for monotonic_buffer_resource implementation. 2023-09-16 20:35:54 +08:00
mutouyun
1c76f92687 [MSVC] error C2039: "uninitialized_move_n" 2023-09-16 14:29:30 +08:00
mutouyun
9bef0a7b18 Optimization of the storage behavior for small_storage. 2023-09-16 14:11:39 +08:00
mutouyun
c503812c6f [MSVC 19] error C2440: cannot convert to 'void (__cdecl *)(void *,std::size_t) noexcept' 2023-09-09 13:35:47 +08:00
mutouyun
2d75c87672 Fixed ut error on win. 2023-09-09 13:25:47 +08:00
mutouyun
d0af950071 Adjust the default behavior of result. 2023-09-09 12:27:15 +08:00
mutouyun
3d4e92a9c5 Remove the custom error_code. 2023-09-09 12:13:56 +08:00
mutouyun
6b22006897 Continue to update holders. 2023-09-03 18:11:12 +08:00
mutouyun
5fec1f80ff Fix compilation errors. 2023-09-03 13:54:52 +08:00
mutouyun
a50bc78678 Continue to update holders. 2023-09-03 13:43:32 +08:00
mutouyun
cd545653c4 upd: [pmr] optimize allocator implementation 2023-09-02 14:10:51 +08:00
mutouyun
bad1ff4696 fix: [imp] dataof/countof's SFINAE may be invalid 2023-07-29 13:18:46 +08:00
mutouyun
f657fd1c7e upd: [ipc] optimizes the return value of shm_close 2023-07-23 18:33:44 +08:00
mutouyun
f6af394195 add: basic mt ut for queue 2023-05-28 13:54:29 +08:00
mutouyun
af96a09e36 upd: [imp] output interface of the log should be const 2023-05-28 13:01:09 +08:00
mutouyun
9be0651ae8 fix: warning C4138 '*/' found outside of comment 2023-05-27 21:23:50 +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
3c1fec6058 upd: [imp] span 2023-05-27 16:18:18 +08:00
mutouyun
07c13f1b3a add: [imp] dataof 2023-05-27 15:53:52 +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
7e1f9f306e fix: [imp] ‘T’ was not declared in this scope. 2023-04-02 21:06:35 +08:00
mutouyun
43021c1aba add: [imp] copy_cvref 2023-04-01 18:01:33 +08:00
mutouyun
b75022b4a4 add: [imp] expected ut 2023-03-05 18:34:53 +08:00
mutouyun
0883929918 upd: [imp] improve expected 2023-02-25 16:44:57 +08:00
mutouyun
3b781db42e upd: [imp] improve expected 2023-02-12 16:28:52 +08:00
mutouyun
18e8a79242 add: [imp] expected (TBD) 2023-02-05 19:54:48 +08:00
mutouyun
4624610e45 fix: ‘to_string’ is not a member of ‘imp::log’ 2023-01-01 16:38:27 +08:00
mutouyun
983673266e upd: [imp] optimize log performance 2023-01-01 16:26:55 +08:00
mutouyun
013b2011a8 fix: unexpected tokens following preprocessor directive 2022-12-25 22:09:01 +08:00
mutouyun
ee04080e29 add: [imp] LIBIMP_ASSUME 2022-12-25 14:27:24 +08:00
mutouyun
f8fdfb0f57 fix: ‘storage_t’ has not been declared 2022-12-25 13:58:31 +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
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