| Name | Modified | Size | Downloads | Status |
|---|---|---|---|---|
| Totals: 5 Items | 1.6 MB | 8 | ||
| ggcov | 2011-04-23 | |||
| ggcov-0.8.4.tar.gz | 2011-07-25 | 658.5 kB | 5 | |
| README.md | 2011-07-25 | 1.7 kB | 1 | |
| ggcov-0.8.3.tar.gz | 2011-04-22 | 450.1 kB | 1 | |
| ggcov-0.8.2.tar.gz | 2010-05-09 | 449.3 kB | 1 |
Add the ggcov-run program, which can be used to run a test program in such a way that the runtime generated coverage data files are stored in a chosen location rather than being written to the source directory. Added corresponding --gcda-prefix option to ggcov, tggcov and git-history-coverage. This feature is useful for those testing scenarios where the source directory is not available or not writable.
Reorganise compiler version handling to make it easier to add support for new compiler versions, especially ones that are identical in behaviour to gcc 4.0 except for the reported version string. Also some code cleanliness improvements including const correctness and fixing compile warnings with newer versions of gcc.
Support for gcc 4.6, including:
Usability improvements:
Improve .gitignore -- thanks to Jim Huang