Skip to content

tbox v1.5.3

Compare
Choose a tag to compare
@waruqi waruqi released this 29 Aug 13:52
· 1452 commits to master since this release

New features

  • Add wait multi-processes interface
  • Add uuid generator
  • Add hash library module
  • Add __tb_deprecated__ keyword and option

Changes

  • Move some utils interfaces to the hash module
  • Rewrite random generator

Bugs fixed

  • Fix stdout compatibility issue for vs2015
  • Fix process arguments length limit

新特性

  • 增加同时等待多个进程接口
  • 增加uuid生成器
  • 增加hash库模块
  • 添加__tb_deprecated__关键字以及配置选项

改进

  • 移动部分utils接口到hash模块
  • 重写random生成器

Bugs修复

  • 修复stdout在vs2015以上版本的兼容性问题
  • 修复进程参数长度限制