Skip to content

v1.8.17

Compare
Choose a tag to compare
@q191201771 q191201771 released this 26 Dec 07:25
· 175 commits to master since this release

v1.8.17 ~

  • bugfix:无
  • 不兼容性修改:大部分类禁用拷贝构造函数和赋值函数
  • 兼容性修改:无
  • 新增:函数 chef::strings_op::string_printf -> 类似于c字符串格式化函数snprintf,但不需要对结果的长度做预估,输出结果为std::string类型
  • 新增:函数 chef::strings_op::url_encode 和 chef::strings_op::url_decode -> url编码、解码
  • 新增:函数 chef::filepath_op::is_abs_path -> 判断路径是否为绝对路径格式(以/字符开头)
  • 其他:所有源码文件头部说明加入@license字段,内容包含工程的github地址