|
| 1 | +Version 1.11 |
| 2 | +============ |
| 3 | + |
| 4 | +genhtml: |
| 5 | +- Added current time to date information in HTML output. Based on patch by |
| 6 | + |
| 7 | +- Improved --demanglecpp performance. Based on suggestion by [email protected] |
| 8 | +- Improved memory usage when combining files. Based on patch by [email protected] |
| 9 | +- Changed initial function table sorting order to execution counts. Based on |
| 10 | + |
| 11 | +- Fixed incorrect function execution counts when using --demanglecpp on |
| 12 | + functions that demange to the same name |
| 13 | +- Fixed handling of prefix with trailing /. Reported by [email protected] |
| 14 | +- Fixed "use of uninitialized value" warning when processing incorrect |
| 15 | + test description files. Reported by [email protected] |
| 16 | +- Fixed reordering of unnamed branch blocks during coverage data merging. |
| 17 | + |
| 18 | + |
| 19 | +geninfo: |
| 20 | +- Added exclusion markers for branch coverage. Contributed by [email protected] |
| 21 | +- Added toleration support for .gcno files with trailing garbage. Reported by |
| 22 | + |
| 23 | +- Fixed parsing of gcc 4.7 gcov format. Reported by [email protected] |
| 24 | +- Fixed geninfo aborting on empty data directories. Based on suggestion by |
| 25 | + |
| 26 | +- Fixed "no data found" warning when using lcov with gcc 4.7 |
| 27 | +- Fixed --no-external not working with --initial. Reported by |
| 28 | + |
| 29 | +- Fixed handling of non-english locales. Reported by [email protected] |
| 30 | +- Fixed gcov tool version detection for gcov versions containing additional |
| 31 | + versions in parenthesis. |
| 32 | + |
| 33 | +lcov: |
| 34 | +- Added compatibility support with LLVM's gcov (NOT llvm-cov). Contributed by |
| 35 | + |
| 36 | +- Improved memory usage when combining files. Contributed by [email protected] |
| 37 | +- Fixed lcov aborting when using --diff on a patch file that changes the list |
| 38 | + of functions. Reported by [email protected] |
| 39 | +- Fixed whitespace handling in --rc options |
| 40 | +- Fixed --config-file not being passed to geninfo. Reported by |
| 41 | + |
| 42 | +- Fixed missing description for command line parameter value in man page. |
| 43 | + |
| 44 | +- Fixed reordering of unnamed branch blocks during coverage data merging. |
| 45 | + |
| 46 | + |
| 47 | +lcov.spec: |
| 48 | +- Fixed Perl dependency statement |
| 49 | + |
| 50 | +lcovrc: |
| 51 | +- Added config file setting 'genhtml_desc_html' to allow using HTML markup in |
| 52 | + test case description text |
| 53 | + |
| 54 | +CONTRIBUTING: |
| 55 | +- Added contribution guidelines |
| 56 | + |
| 57 | +README: |
| 58 | +- Improved note on lcov usage |
| 59 | + |
| 60 | + |
1 | 61 | Version 1.10
|
2 | 62 | ============
|
3 | 63 |
|
@@ -149,7 +209,7 @@ geninfo:
|
149 | 209 | - Fixed errors when processing incomplete function names in .bb files
|
150 | 210 | - Fixed filename prefix detection
|
151 | 211 | - Fixed problem with matching filename
|
152 |
| -- Fixed problem when LANG is set to non-english locale. Reported by |
| 212 | +- Fixed problem when LANG is set to non-English locale. Reported by |
153 | 213 |
|
154 | 214 | - Fixed short-name option ambiguities
|
155 | 215 |
|
|
0 commit comments