13 Commits

Author SHA1 Message Date
木头云
d6e8f71780 refactor(log): remove deprecated utility/log.h
- Remove src/libipc/utility/log.h as it's no longer used
- All code has been migrated to use the new libipc/imp/log.h interface
- The old utility/log.h provided printf-style logging: ipc::log() and ipc::error()
- The new imp/log.h provides modern C++ stream-based logging with LIBIPC_LOG() macro
- Verified that there are no remaining references to utility/log.h in the codebase

This completes the log interface migration by removing the deprecated file.
2025-12-18 03:34:24 +00:00
mutouyun
63f35484d7 Refactoring the generic memory allocator 2025-12-12 07:04:31 +00:00
mutouyun
41529e8eb3 Use $new instead of alloc 2025-12-12 07:04:31 +00:00
mutouyun
975ecba2e3 Update platform-specific feature macros to new interfaces in imp 2025-12-12 07:04:31 +00:00
mutouyun
2e35ab7685 Added QNX support 2022-01-02 17:54:07 +08:00
木头云
78be14be37
Merge branch 'develop' into master 2021-08-29 11:05:24 +08:00
mutouyun
98a3449865 fix some bugs, adjust the test cases 2021-07-11 13:13:30 +08:00
mutouyun
d974641a07 for vs2015 error C3256 2021-06-20 23:50:39 +08:00
mutouyun
12944502a1 Revert "update IPC_CONCEPT_"
This reverts commit 1e5547e6dfd0605fa62be67899c6c893aa61f9fc.
2021-06-20 23:50:39 +08:00
mutouyun
8cd2a40bfd update IPC_CONCEPT_ 2021-06-20 23:50:39 +08:00
木头云
d6ab58fc6f
add make_align for size alignment 2021-05-07 15:41:32 +08:00
mutouyun
bce3894707 添加正常退出的机制(win) 2020-09-19 17:37:33 +08:00
mutouyun
523d38d247 调整目录结构,隔离include路径,修正tls在win下的问题 2020-09-13 17:29:14 +08:00