Skip to content

Commit e2729be

Browse files
Peter Oberparleiteroberpar
authored andcommitted
CHANGES: update
1 parent 866d187 commit e2729be

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

CHANGES

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
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+
suggestion by [email protected]
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+
Contributed by [email protected]
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+
Reported by [email protected]
44+
- Fixed reordering of unnamed branch blocks during coverage data merging.
45+
Contributed by [email protected]
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+
161
Version 1.10
262
============
363

@@ -149,7 +209,7 @@ geninfo:
149209
- Fixed errors when processing incomplete function names in .bb files
150210
- Fixed filename prefix detection
151211
- 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
153213
154214
- Fixed short-name option ambiguities
155215

0 commit comments

Comments
 (0)