Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
example_build.patch | change paths so examples build within Debian examples directory. =================================================================== |
Alastair McKinstry <mckinstry@debian.org> | no | |||
handle-equals-signs.patch | Handle "=====" as another form of zero. gcov prints "=====" instead of "######" when an unexecuted line is "reachable only by exceptional paths such as C++ exception handlers." This should be handled the same as "######" for our purposes. =================================================================== |
Zack Weinberg <zackw@panix.com> | no | 2013-02-01 | ||
fix-undef-behaviour.patch | Fix for undefined behavior in perl5.20 =================================================================== |
Alastair McKinstry <mckinstry@debian.org> | no | http://bugs.debian.org/761308 | ||
reproducibility.patch | =================================================================== | no | ||||
gcc8.patch | Support for gcc8 =================================================================== |
no | https://github.com/linux-test-project/lcov/commit/a5dd9529f9232b8d901a4d6eb9ae54cae179e5b3 | |||
gcc-9-support.patch | This change adds support for parsing the output of gcov's intermediate JSON file format as implemented by GCC version 9. in geninfo removes the need to parse .gcno files directly. Since geninfo does not include support for parsing GCC 9 .gcno files, using the intermediate format is the only option for geninfo to collect coverage data generated by GCC version 9. https://github.com/linux-test-project/lcov/commit/75fbae1cfc5027f818a0bb865bf6f96fab3202da?diff=unified =================================================================== |
no |