项目地址
zh_CN:
- 添加pkg-config文件支持.
- 增强虚幻引擎支持.
- 增强cmake编译脚本.
- 修复server socket绑定失败错误处理.
- 增加server被动事件open/close产生支持.
- 增加预处理器
YASIO_ENABLE_PASSIVE_EVENT
来控制是否产生被动事件. - 使用github action来构建和发布项目文档.
- 修复gcc-4.7编译问题.
- 重新启用appveyor ci使用vs2013构建.
- 使得命名空间
yasio::inet
内联化,更加方便使用.
en_US:
- Add pkg-config file.
- Improve UnrealEngine support.
- Improve cmake scripts.
- Fix bind failed not processed.
- Add passive event support for server open/close.
- Add YASIO_ENABLE_PASSIVE_EVENT to control whether generate passive event.
- Add github action docs-ci and host docs on github pages.
- Fix gcc-4.7 compile issues.
- Renable appveyor ci for build with vs2013.
- Inline namespace
yasio::inet
.