266 Commits (bd882ee1797367b8fac9f0572fae2daf11551e00)
 

Author SHA1 Message Date
  tearshark 0832b19a10 通过cmake配置编译选项 4 years ago
  tearshark 4d4d33e552 忽略私有代码 4 years ago
  tearshark bcda917e79 使用cmake编译。 4 years ago
  tearshark c6e6c36cfc 删除unlock_awaiter的一个可能导致误用的构造函数 4 years ago
  tearshark 9db0f1a361 准备使用doxygen来生成文档 4 years ago
  tearshark 7602d97066 更新说明 4 years ago
  tearshark b70b49a3d2 兼容xcode 4 years ago
  tearshark 9f1aaf5923 兼容Xcode 4 years ago
  tearshark 0c0f37877b 兼容xcode 4 years ago
  tearshark e0555c5668 兼容xcode 4 years ago
  tearshark 34b2a4cad2 mutex增加协程中手工解锁的功能 4 years ago
  tearshark fab455a02d 确保批量解锁的顺序 4 years ago
  tearshark df83ec6be2 增加mutex的注释 4 years ago
  tearshark 645822427d 给mutex添加注释 4 years ago
  tearshark 8a3b577147 排除潜在的内存错误 4 years ago
  tearshark e0a5737240 兼容一些老项目 4 years ago
  tearshark e6b2686b75 删除不再使用的文件 4 years ago
  tearshark 8ffe1d24e2 整理mutex_v2代码 4 years ago
  tearshark bebda7391d 整理测试代码 4 years ago
  tearshark 0b0b41a42a 兼容VS2017 4 years ago
  tearshark 2a296c3be0 解决支持timeout的event/mutex可能的线程不安全的问题 4 years ago
  tearshark 6fef43340a 审查mutex_v2代码 4 years ago
  tearshark 9d94bfa30c 完善mutex_t的接口 4 years ago
  tearshark e22ae5dc12 完成无死锁mutex批量加锁 4 years ago
  tearshark a7208f95d8 减少clang下的编译警告 4 years ago
  tearshark 9f74f6c198 mutex_t完善无死锁批量加锁 4 years ago
  tearshark a949d1f4c8 完成mutex_t的无死锁批量加锁功能 4 years ago
  tearshark fb1d8d39e5 mutex_v2增加超时等待功能 4 years ago
  tearshark 18ff251233 增加yield()支持 4 years ago
  tearshark d13ae66d87 完善concept定义 4 years ago
  tearshark d46925ab11 美化说明文档 4 years ago
  tearshark cc1367f39c 更新测试说明 4 years ago
  tearshark 8af94ea0fc 完善mutex_v2代码 4 years ago
  tearshark 946656e34e 实现mutex第二版 4 years ago
  tearshark ca0177e3bb 兼容clang 4 years ago
  tearshark d09152280c 完善event_v2的wait_all功能 4 years ago
  tearshark ba477e9252 完成event_v2的wait_any 4 years ago
  tearshark bac50e93cd 完善event_v2的concept约束 4 years ago
  tearshark 3be26ee113 简化一些concept的写法。 4 years ago
  tearshark 71d373ae82 解决_WhenTaskT定义不完整的问题 4 years ago
  tearshark a31da60a94 clang的一个bug导致when_all/any代码可能编译失败。 4 years ago
  tearshark d3a9b85677 为event_v2支持wait_any做准备 4 years ago
  tearshark a15e8a6dde event_v2测试失败 4 years ago
  tearshark 6c9110a3e4 解决vector<bool>导致的问题 4 years ago
  tearshark fb22854f30 完善concept的使用 4 years ago
  tearshark 979d220df7 使用concept来完成when_all/when_any。 4 years ago
  tearshark 254c13b21e 使用concept来描述部分接口 4 years ago
  tearshark 622c0ea911 去除两处警告 4 years ago
  tearshark 2d0a597b85 整理类型萃取代码 4 years ago
  tearshark 0ac9fa1b26 萃取awaitor的特征 4 years ago