Download List

项目描述

xCover is a code coverage library for C and C++.
It uses non-standard features available with GCC
4.3+ and Visual C++ 7.0+. Users place line-marks
in each branch of each function or method in a
component's source file, and the library is able
to produce, upon request, a report of which of
these has not been executed. Reporting can be done
on a per-file, per-alias, or per-file-group basis.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-04-04 17:24
0.2.7

此版本增加了更好的编译器__FUNCTION__和__COUNTER__支持歧视。
标签: Minor feature enhancements
This version adds better discrimination of compiler support for __FUNCTION__ and __COUNTER__.

2010-02-04 09:01
0.2.6

此版本修正了空间的缺陷在C编译单元遇到的困难和删除不恰当的优化设置的调试配置,在Visual C + +的makefile。
标签: Minor bugfixes
This release fixes a namespace defect encountered in C compilation units, and removes inappropriate optimization settings from debug configurations in Visual C++ makefiles.

2009-02-08 21:49
0.2.2

此版本增加了对翻译成相应的字符串的字符串和访问API函数返回代码垫片,使他们可以直接传递给,说,FastFormat输出语句。它还增加了相应的例子中的代码在3月09农民自卫队的C武杂志上安装图书馆文章。
标签: Minor feature enhancements
This release adds functions for translating API return codes into strings and corresponding string access shims so that they can be passed directly to, say, FastFormat output statements. It also adds an example corresponding to code in the article in the March 09 installment of ACCU's C Vu journal on the library.

2009-01-04 02:31
0.2.1

首次公开发行,这需要海合会4.3 +或Visual C + + 7.0 +和依赖的版本1.9.65 +的STLSoft库。
标签: Initial freshmeat announcement
This initial public release requires GCC 4.3+ or
Visual C++ 7.0+, and relies on version 1.9.65+ of
the STLSoft libraries.

Project Resources