1
0
mirror of https://github.com/tearshark/librf.git synced 2024-10-02 00:00:11 +08:00
Commit Graph

204 Commits

Author SHA1 Message Date
tearshark
8ff3a040f4 展示when_any的更多用法 2020-05-08 14:58:16 +08:00
tearshark
4b7857e792 删除一些不必要的代码,减少警告 2020-04-27 10:06:25 +08:00
tearshark
64e5b00f7a 确保支持VS2017 2020-04-27 08:09:07 +08:00
tearshark
19e347e36b Merge branch 'master' of https://github.com/tearshark/librf
# Conflicts:
#	librf/src/unix/coroutine.h
2020-04-26 23:03:46 +08:00
tearshark
55d30a99af 按照
ISO/IEC JTC1 SC22 WG21 N4860
(Date: 2020-03-31)
标准为clang实现coroutine头文件
2020-04-26 22:59:54 +08:00
tearshark
11f1df9a11 按照
ISO/IEC JTC1 SC22 WG21 N4860
(Date: 2020-03-31)
标准为clang实现coroutine头文件
2020-04-26 22:42:48 +08:00
tearshark
b6328a4833 兼容gcc 10 2020-04-21 09:39:06 +08:00
tearshark
e986686761 兼容gcc 10的concept 2020-04-19 09:57:04 +08:00
tearshark
3d92c8811b 兼容gcc 10 2020-04-18 23:05:26 +08:00
tearshark
6de2e7fa20 兼容gcc 10 2020-04-18 21:48:56 +08:00
tearshark
2672787d8d 搜集gcc 10的BUG 2020-04-18 15:09:57 +08:00
tearshark
92af05226c 兼容gcc 10 2020-04-18 14:26:33 +08:00
tearshark
b0b9934845 兼容gcc 10 2020-04-18 13:57:22 +08:00
tearshark
d0ab0f462d gcc 10下编译通过 2020-04-18 13:47:46 +08:00
tearshark
7300bdd140 兼容gcc 10 2020-04-18 13:17:02 +08:00
tearshark
02a69b586d Merge branch 'master' of https://github.com/tearshark/librf
# Conflicts:
#	CMakeLists.txt
#	librf/src/config.h
2020-04-18 11:52:12 +08:00
tearshark
63f2e1b300 兼容gcc-10 2020-04-18 11:46:29 +08:00
tearshark
dd233e33cc 尝试使用gcc10 2020-04-18 07:50:02 +08:00
tearshark
efc4bfc262 使用modern callback模块完成测试范例 2020-04-08 09:55:24 +08:00
tearshark
e9de1c8fbb 添加modern callback子模块 2020-04-08 09:40:29 +08:00
tearshark
f1f914d60b Merge branch 'master' of https://github.com/tearshark/librf 2020-04-08 09:35:23 +08:00
tearshark
b3386e919e 引用modern callback项目 2020-04-08 09:35:10 +08:00
tearshark
784a1c94d0 配合modern_cb项目做调整 2020-04-04 23:02:51 +08:00
tearshark
c8ce2be4d7 channel并没有很好的履行optional选项。改正之。 2020-03-31 21:52:44 +08:00
tearshark
8a2175e74c 兼容clang 2020-03-31 17:37:13 +08:00
tearshark
14bd5f615d 完善文档 2020-03-31 17:26:07 +08:00
tearshark
6d0e404a7f 更新说明 2020-03-31 15:38:27 +08:00
tearshark
cd74eea532 完善文档。
上传Doxygen生成的文档。
2020-03-31 15:30:45 +08:00
tearshark
b6fa1c4e49 完善when_all/when_any的文档。
删减一些不必要的宏。
2020-03-31 10:55:43 +08:00
tearshark
e13f2b09b6 继续完善文档 2020-03-30 23:01:07 +08:00
tearshark
b1b7e3ade0 完善_ContainerOfT的概念定义 2020-03-29 23:27:14 +08:00
tearshark
474f6fa04f 删除event不必要的代码 2020-03-29 23:17:07 +08:00
tearshark
2d92dd0dde 删除是否多线程调度的选择宏,现在都是多线程调度。
完善event的文档
2020-03-29 23:10:38 +08:00
tearshark
04fde5f355 暂缓对modules的支持,优先支持Doxygen。 2020-03-29 21:22:58 +08:00
tearshark
0a81c6c19b 参考资料目录重命名 2020-03-29 14:36:06 +08:00
tearshark
7d40fa6d5e 整理代码,以便于控制doxygen的结果 2020-03-29 14:31:07 +08:00
tearshark
bb030ce69f 整理代码,以控制哪些文档出现在doxygen里。 2020-03-29 12:37:55 +08:00
tearshark
1589272e12 整理channel_v2代码,并添加详细注释。 2020-03-29 08:35:42 +08:00
tearshark
0832b19a10 通过cmake配置编译选项 2020-03-28 01:24:02 +08:00
tearshark
4d4d33e552 忽略私有代码 2020-03-28 00:21:22 +08:00
tearshark
bcda917e79 使用cmake编译。 2020-03-28 00:10:00 +08:00
tearshark
c6e6c36cfc 删除unlock_awaiter的一个可能导致误用的构造函数 2020-03-26 22:29:54 +08:00
tearshark
9db0f1a361 准备使用doxygen来生成文档 2020-03-26 22:12:36 +08:00
tearshark
7602d97066 更新说明 2020-03-26 17:58:44 +08:00
tearshark
b70b49a3d2 兼容xcode 2020-03-26 17:35:12 +08:00
tearshark
9f1aaf5923 兼容Xcode 2020-03-26 17:26:39 +08:00
tearshark
0c0f37877b 兼容xcode 2020-03-26 16:30:45 +08:00
tearshark
e0555c5668 兼容xcode 2020-03-26 16:28:27 +08:00
tearshark
34b2a4cad2 mutex增加协程中手工解锁的功能 2020-03-26 14:30:59 +08:00
tearshark
fab455a02d 确保批量解锁的顺序 2020-03-26 13:37:00 +08:00