223 Commits

Author SHA1 Message Date
mutouyun
87279a1299 fix: ‘u’ was not declared in this scope 2022-11-19 22:37:49 +08:00
mutouyun
16c16ad3d0 fix: error C2535 for vs2015 2022-11-19 22:33:59 +08:00
mutouyun
093597ca66 upd: [imp] optimized log implementation 2022-11-19 22:10:42 +08:00
mutouyun
6c9926bb93 add: [concur] producer-consumer implementation (TBD) 2022-11-19 17:16:11 +08:00
mutouyun
4d5939c513 upd: adjusting error output 2022-11-19 17:13:52 +08:00
mutouyun
890492a3b9 fix: [pmr] explicit specialization in non-namespace scope ‘class pmr::allocator’ 2022-11-18 21:55:08 +08:00
mutouyun
1fd5b3825e add: [pmr] allocator & ut 2022-11-18 21:25:14 +08:00
mutouyun
cc17980b97 add: [pmr] is_memory_resource 2022-11-15 09:30:48 +08:00
mutouyun
a392b88787 upd: [pmr] helper trait for allocator 2022-11-14 21:32:00 +08:00
mutouyun
6bd967323d add: [pmr] new_delete_resource & ut 2022-11-13 18:54:18 +08:00
mutouyun
15d89aed5c add: [imp] byte & ut 2022-11-12 16:29:38 +08:00
mutouyun
2e0f074287 add: [concur] define concurrent algorithms separately 2022-11-07 22:57:20 +08:00
mutouyun
8e40adc1f1 add: [ipc] concurrent (TBD) 2022-11-07 21:29:19 +08:00
mutouyun
03dce063f9 upd: [ipc] allow shm error codes to be passed out 2022-11-06 18:22:36 +08:00
mutouyun
375c25bd1e upd: [imp] improve interface of system 2022-11-06 17:57:07 +08:00
mutouyun
94cae29b42 upd: [imp] improve interface of result 2022-11-06 17:39:08 +08:00
mutouyun
0a88c53aeb upd: [imp] sys::error formatter 2022-10-30 20:37:12 +08:00
mutouyun
26c5078d1b upd: add [TBD] comment 2022-10-30 17:09:55 +08:00
mutouyun
d55d9f549f add: [ipc] shared_memory object 2022-10-30 16:09:02 +08:00
mutouyun
d003e94076 add: [imp] sys::error object 2022-10-30 15:21:45 +08:00
mutouyun
7d39e5395a upd: [ipc] yield 2022-10-30 12:26:43 +08:00
mutouyun
2dd85adc52 add: [imp] comments 2022-10-29 19:46:39 +08:00
mutouyun
0e66c9a9bd fix: [imp] error C3259: 'constexpr' functions can only have one return statement 2022-10-29 19:32:51 +08:00
mutouyun
a0076f6bfb add: [imp] span ut 2022-10-29 19:19:11 +08:00
mutouyun
a0271041ee upd: [imp] span improved 2022-10-29 15:47:12 +08:00
mutouyun
595c1e4112 fix: [imp] VS2015 error C2610 2022-10-16 21:40:54 +08:00
mutouyun
3a3168b6f4 upd: [imp] span (TBD) 2022-10-16 20:23:04 +08:00
mutouyun
081e20bfd6 add: [imp] span (TBD) 2022-10-16 20:10:41 +08:00
mutouyun
4e4f22e3a8 upd: [ipc] spin lock 2022-10-15 18:39:36 +08:00
mutouyun
9e625b603b add: [ipc] implementation of memory mapping (TBD) 2022-09-04 21:57:05 +08:00
mutouyun
e4add79508 upd: [imp] optimize imp namespace macro 2022-08-19 12:10:10 +08:00
mutouyun
db2b2b38ec add: [system] sys::conf page_size for win 2022-08-14 22:01:49 +08:00
mutouyun
c604fadbea add: [system] (TBD) sys::conf page_size 2022-08-14 21:55:44 +08:00
mutouyun
64a3ba24e7 upd: [system] adjust the output format of the error message 2022-08-14 13:45:21 +08:00
mutouyun
c51395c033 upd: [log] completion annotation 2022-08-14 12:52:21 +08:00
mutouyun
12f415fd19 fix: [log] generic constructor may shadow the default copy constructor 2022-08-14 00:34:50 +08:00
mutouyun
01c28816a2 add: [system] add features 2022-08-13 18:02:25 +08:00
mutouyun
8231d6f89e add: [codecvt] support for char8_t, char16_t, and char32_t 2022-08-13 17:52:00 +08:00
mutouyun
9f333c8b0f fix: [log] error C2440: 'initializing': cannot convert from '...' to '... noexcept' 2022-08-07 22:45:14 +08:00
mutouyun
ce52a1176c add: [codecvt] character set encoding conversion interface 2022-08-07 22:29:11 +08:00
mutouyun
56ee0e12df add: [log] exception handling for log printing 2022-08-07 17:51:30 +08:00
mutouyun
3522061321 upd: [def] adjusting predefined macros 2022-08-07 17:49:52 +08:00
mutouyun
6617033a63 add: [detect-plat] add the Apple platform detection macro 2022-08-07 15:20:26 +08:00
mutouyun
df3890d0c5 fix: [log] adjust code interface and fix bugs 2022-05-29 17:58:37 +08:00
mutouyun
e1de7f9638 add: [log] a simple implementation to be optimized 2022-05-23 00:19:07 +08:00
mutouyun
0b504f7b48 fix: expected ( before ; token 2022-05-22 20:34:56 +08:00
mutouyun
82072214d8 fix: fatal error span 2022-05-22 18:31:33 +08:00
mutouyun
fcca475076 add: [log] implement simple log function (TBD) 2022-05-22 18:29:18 +08:00
mutouyun
c1557a72ac fix: [vs2015] error C3250: 'u': declaration is not allowed in 'constexpr' function body 2022-05-15 19:58:53 +08:00
mutouyun
d129e6221a fix: ‘detail_result’ does not name a type 2022-05-15 19:40:58 +08:00