C++ 测试框架US信用盘平台开发搭建 doctest 2.0.0 发布,迁移至 C++11

C++ 测试框架 doctesUS信用盘平台开发搭建【征途源码论坛zhengtuwl.com】联系方式:QQ:2747044651US信用盘平台开发搭建t 2.0.0 已发布。该版本最大的更新莫过于将代码迁移到了 C++11 了,并表示这是受 reddit 帖子中的民意调查结果的推动。

部分更新如下

moved to C++11 - motivated by the results from the poll in this reddit thread

thread-safety - asserts and logging utilities can be used in multiple threads spawned from a single test case without race conditions (thread sanitizer tested) - see example

a complete overhaul of the internals of the framework (moving from printf-style logging to streams and changing internal structures) to allow for easier future development (including a reporter interface - work in progress)

given that doctest is extremely light on compile times and is meant to be used for tests side-by-side with the production code - added the ab【征途源码论坛zhengtuwl.com】联系方式:QQ:2747044651US信用盘平台开发搭建

猜你喜欢

转载自blog.51cto.com/13941715/2164978