内容简介:doctest 1.2.7 发布了,doctest 是一个新的 C++ 测试框架。与其他功能丰富的替代方案相比,编译时(by orders of magnitude)和运行时是最快的。它提供了编译语言(如 D/Rust/Nim)的能力,并通过提供一个快速,...
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。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Spring Boot实战
[美]克雷格·沃斯 / 丁雪丰 / 人民邮电出版社 / 2016-9 / 59.00元
本书以Spring应用程序开发为中心,全面讲解如何运用Spring Boot提高效率,使应用程序的开发和管理更加轻松有趣。作者行文亲切流畅,以大量示例讲解了Spring Boot在各类情境中的应用,内容涵盖起步依赖、Spring Boot CLI、Groovy、Grails、Actuator。对于Spring Boot开发应用中较为繁琐的内容,附录奉上整理完毕的表格,一目了然,方便读者查阅。一起来看看 《Spring Boot实战》 这本书的介绍吧!