1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 doctest 1.2.7 发布,C++ 测试框架 下载

本帖由 漂亮的石头2018-02-09 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    488,119
    赞:
    47
    doctest 1.2.7 发布了,doctest 是一个新的 C++ 测试框架。与其他功能丰富的替代方案相比,编译时(by orders of magnitude)和运行时是最快的。它提供了编译语言(如 D/Rust/Nim)的能力,并通过提供一个快速,透明和灵活的测试运行器与简洁的界面,可直接在生产代码中编写测试。

    更新内容:

    Closed issues:


    • MSan has runtime error: unsigned integer overflow #116


    • clang-tidy warning about cert-err58-cpp #115


    • Linking errors #113


    • inlining function defs #111


    • Nullptr issue. #110


    • MemorySanitizer: use-of-uninitialized-value #109


    • Potential memory leak through scan-build #108


    • Warnings raised to error with lastest MSVC version #107


    • New solution for tests in static libraries ! (MSVC) #106


    • Command line flags do not work after code formatter/beautifier #104


    • Cppcheck 1.81 warnings #102

    Merged pull requests:


    • Fix macros WIN32_LEAN_AND_MEAN typo #112 (vladimirgamalyan)


    • Correct DOCTEST_NO_INSTALL logic; do install unless it is set (#99) #100 (onqtam)


    • Correct DOCTEST_NO_INSTALL logic; do install unless it is set #99 (OdyX)

    完整内容请查看 changelog

    下载地址:

    doctest 1.2.7 发布,C++ 测试框架下载地址
     
正在加载...