Skip to content

Releases: mutouyun/cpp-ipc

v1.3.0

31 Oct 16:15
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @SuperWangKai made their first contribution in #82

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Jan 03:46
f2f1af8
Compare
Choose a tag to compare

Fix & Improvement:

  • 实现 robust 的 mutex & condition (using alephzero's mtx implementation)
  • 考虑到实现bug(issue-46),暂时移除 'smu'(single-multi-unicast) 和 'mmu'(multi-multi-unicast) 模式

Addition:

  • QNX 支持

v1.1.1

20 Oct 14:53
a572295
Compare
Choose a tag to compare

Fix:

  • 消除 warning: enumeral and non-enumeral type in conditional expression

Adjust:

  • performance.xlsx 更新图示说明

v1.1.0

21 Sep 07:45
fbf1c89
Compare
Choose a tag to compare

Fix:

  • 尚未连接时直接退出,会出现crash
  • 调整LIBIPC_USE_STATIC_CRT可能会导致链接出错
  • recv接口在等待时退出会导致cpu占用过高

Adjust:

  • src下的目录结构
  • waiter的实现方式(分别使用windows、linux各自的condition机制实现)
  • 不再提供waiter.h,跨进程同步设施(mutex、condition、semaphore)放入namespace sync中独立实现并分别提供头文件
  • 添加新的ut和demo

v1.0.0

15 Aug 07:14
Compare
Choose a tag to compare
modify to_tchar test