mutouyun
|
f8691a3a80
|
fix: expected ‘)’ before string constant
|
2022-11-27 23:00:56 +08:00 |
|
mutouyun
|
89ba7c762f
|
upd: replace {fmt} with imp::fmt
|
2022-11-27 22:58:06 +08:00 |
|
mutouyun
|
31e4c4d5e4
|
add: [imp] tag_invoke for fmt
|
2022-11-27 21:45:52 +08:00 |
|
mutouyun
|
bbbb03408d
|
add: [imp] fmt
|
2022-11-27 21:04:25 +08:00 |
|
mutouyun
|
44fe8ce8da
|
upd: LIBIMP_ => LIBIMP
|
2022-11-27 16:41:52 +08:00 |
|
mutouyun
|
8540de7797
|
add: [concur] ut for prod-cons
|
2022-11-26 17:48:18 +08:00 |
|
mutouyun
|
4981ce7b9c
|
del: 3rdparty
|
2022-11-26 14:57:36 +08:00 |
|
mutouyun
|
5a46c3d93e
|
upd: try-catch
|
2022-11-20 14:33:45 +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
|
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
|
a392b88787
|
upd: [pmr] helper trait for allocator
|
2022-11-14 21:32:00 +08:00 |
|
mutouyun
|
efe1fe61dd
|
fix: [pmr] missed exception handling
|
2022-11-13 19:13:31 +08:00 |
|
mutouyun
|
6bd967323d
|
add: [pmr] new_delete_resource & ut
|
2022-11-13 18:54:18 +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
|
bde06d7b0d
|
upd: [ipc] posix shm shouldn't ftruncate when st_size > 0
|
2022-10-30 17:04:35 +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
|
938ba67c7a
|
upd: [imp] using the win api corresponds to the character set conversion in win
|
2022-10-30 14:55:15 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
c704aef5f1
|
modify: adjust result so that it adjusts the output based on the type
|
2022-05-15 18:15:39 +08:00 |
|
mutouyun
|
7d6eac4e6b
|
add: libimp for utilities
|
2022-04-23 18:30:43 +08:00 |
|
mutouyun
|
e5f722937e
|
add 'result'
|
2022-04-17 11:42:04 +08:00 |
|