14 Commits

Author SHA1 Message Date
木头云
c44e9fadcd fix(test): Update test.h include paths after master rebase
After rebasing onto master, test.h was moved to test/archive/.
Updated include paths in test subdirectories:
- test/imp/*.cpp: "test.h" -> "../archive/test.h"
- test/mem/*.cpp: "test.h" -> "../archive/test.h"
- test/concur/*.cpp: "test.h" -> "../archive/test.h"

This ensures all test files can properly find the test header
after the directory reorganization in master branch.
2025-12-09 03:46:10 +00:00
mutouyun
c28b4a5066 Fix the issue caused by inconsistent lifecycle of the global IPC object. 2025-12-09 03:46:10 +00:00
mutouyun
e006ba3f84 Fix fmt function to handle null pointers and return empty string 2025-12-09 03:46:10 +00:00
mutouyun
c5a7a5de4a Fix fmt function to handle empty strings and update make_prefix template parameters 2025-12-09 03:46:10 +00:00
mutouyun
9e9052f76b Optimized partial implementation using fmt 2025-12-09 03:46:10 +00:00
mutouyun
3aba3a5fed Add system 2025-12-09 03:42:55 +00:00
mutouyun
8b433400f5 Add result 2025-12-09 03:42:55 +00:00
mutouyun
6ce508bac9 Add log 2025-12-09 03:42:55 +00:00
mutouyun
78b1d04da4 Add error 2025-12-09 03:42:55 +00:00
mutouyun
a4b48e9a94 Added fmt support for byte 2025-12-09 03:42:55 +00:00
mutouyun
d32252b0a2 Add fmt 2025-12-09 03:42:55 +00:00
mutouyun
7f793986e0 Add codecvt 2025-12-09 03:42:55 +00:00
mutouyun
6831b0515c Add expected 2025-12-09 03:42:55 +00:00
mutouyun
62b9e287f7 Add imp for subsequent refactoring 2025-12-09 03:42:55 +00:00