616 Commits

Author SHA1 Message Date
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
e91abf7af5 upd: [ipc] pause 2022-10-15 18:45:22 +08:00
mutouyun
4e4f22e3a8 upd: [ipc] spin lock 2022-10-15 18:39:36 +08:00
mutouyun
985ef22f64 add: [ipc] implementation of shm 2022-10-15 15:33:47 +08:00
mutouyun
daa63049fe upd: [test] ut 2022-10-15 14:19:47 +08:00
mutouyun
57d8c7a850 add: [ipc] implementation of shm (TBD) 2022-09-18 17:27:14 +08:00
mutouyun
9f9b57cb51 upd: update comments 2022-09-17 21:56:37 +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
fa3469efe6 fix: [cmake] symbol exports for dynamic libraries 2022-08-19 12:03:25 +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
6329d6c66b add: [system] obtained the string describing error number in Linux 2022-08-14 13:25: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
0541e45b92 fix: ‘dummy’ may be used uninitialized 2022-08-14 00:31:42 +08:00
mutouyun
0a439427ee fix: [test] error_msg for linux 2022-08-13 18:39:47 +08:00
mutouyun
d40f8db307 fix: [test] error_msg for linux 2022-08-13 18:36:57 +08:00
mutouyun
cbda80e4b8 add: [system] error_msg for linux 2022-08-13 18:35:29 +08:00
mutouyun
bd198cb6e2 upd: [system] adjust the error_msg error print in Windows 2022-08-13 18:28:19 +08:00
mutouyun
9cbdcbd54f fix: [test] system.error_msg for Windows 2022-08-13 18:16:01 +08:00
mutouyun
2abfebd2a0 add: [test] try to print system error code 2022-08-13 18:05:43 +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
e9742ab28a add: [codecvt] conversion for the same character type 2022-08-13 15:23:23 +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
6bd377cf3d Merge branch 'refactoring' of github.com:mutouyun/cpp-ipc into refactoring 2022-05-22 18:29:32 +08:00
mutouyun
fcca475076 add: [log] implement simple log function (TBD) 2022-05-22 18:29:18 +08:00
木头云
114cef7de9
Update README.md 2022-05-15 20:05:55 +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
mutouyun
29188f939c add: [mmap] add interface declarations 2022-05-15 19:35:58 +08:00
mutouyun
e21da4fe2d add: [result] an additional status code can be returned on failure to return a pointer 2022-05-15 19:20:30 +08:00
mutouyun
9e170999a1 add: additional notes 2022-05-15 18:24:51 +08:00
mutouyun
c704aef5f1 modify: adjust result so that it adjusts the output based on the type 2022-05-15 18:15:39 +08:00
mutouyun
4efb50070d add benchmark 2022-05-15 16:38:20 +08:00
mutouyun
7d6eac4e6b add: libimp for utilities 2022-04-23 18:30:43 +08:00
mutouyun
2fb49eb3c4 add ut 2022-04-17 12:23:01 +08:00