Home | History | Annotate | Download | only in lcov

Lines Matching full:added

7 - Added option --rc to override config file settings from the command line
8 - Added option --config-file to override the config file location
12 - Added option --ignore-errors to continue after errors
13 - Added man page note to further explain branch coverage output
21 - Added options --external and --no-external to include/exclude external
23 - Added option --compat to specify compatibility modes
24 - Added missing man page sections for --derive-func-data and --no-markers
25 - Added support for MinGW output on MSYS. From martin.hopfeld@sse-erfurt.de
26 - Added support for gcc 4.7 .gcno file format. Based on patch by
28 - Added auto-detection of gcc-4.7 function record format. Includes
41 - Added options --external and --no-external to include/exclude external source
43 - Added option --summary to show summary coverage information
44 - Added option --compat to specify compatibility modes
56 - Added description for geninfo_compat setting
57 - Added config file setting 'genhtml_charset' to specify HTML charset
58 - Added config file setting 'geninfo_external' to include/exclude external
60 - Added config file setting 'geninfo_gcov_all_blocks' to modify lcov's use
62 - Added config file setting 'geninfo_compat' to specify compatibility modes
63 - Added config file setting 'geninfo_adjust_src_path' to enabled source path
65 - Added config file setting 'geninfo_auto_base' to automatically determine
67 - Added config file setting 'lcov_function_coverage' to enable/disable
69 - Added config file setting 'lcov_branch_coverage' to enable/disable
99 - Added --list-full-path option to prevent lcov from truncating paths in list
101 - Added lcov_list_width and lcov_list_truncate_max directives to the
106 - Added license text to better comply with GPL recommendations
116 - Added support for branch coverage measurements
117 - Added --demangle-cpp option to convert C++ function names to human readable
138 - Added support for branch coverage measurements
139 - Added support for exclusion markers: Users can exclude lines of code from
141 - Added --derive-func-data option
142 - Added --debug option to better debug problems with graph files
160 - Added support for branch coverage measurements
161 - Added support for the linux-2.6.31 upstream gcov kernel support
162 - Added --from-package and --to-package options
163 - Added --derive-func-data option
164 - Added overall coverage result output for more operations
178 - Added note to mention required -lgcov switch during linking
189 - Added function coverage data display patch by tomzo@nefkom.net (default is on)
190 - Added --function-coverage to enable function coverage display
191 - Added --no-function-coverage to disable function coverage display
192 - Added sorting option in HTLM output (default is on)
193 - Added --sort to enable sorting
194 - Added --no-sort to disable sorting
195 - Added --html-gzip to create gzip-compressed HTML output (patch by
203 - Added function coverage data collection patch by tomzo@nefkom.net
204 - Added more verbose output when a "ERROR: reading string" error occurs
219 - Added support for function coverage data for adding/diffing tracefiles
220 - Added --no-recursion option to disable recursion into sub-directories
231 - Added genhtml_function_hi_limit
232 - Added genhtml_function_med_limit
233 - Added genhtml_function_coverage
234 - Added genhtml_sort
245 - Added libtool compatibility patch by thomas@apestaart.org (default is on)
246 - Added --compat-libtool option to enable libtool compatibility mode
247 - Added --no-compat-libtool option to disable libtool compatibility mode
249 - Added --checksum option to enable line checksumming
250 - Added --gcov-tool option
251 - Added --ignore-errors option
252 - Added --initial option to generate zero coverage from graph files
254 - Added --checksum option
258 - Added libtool compatibility patch by thomas@apestaart.org
259 - Added --compat-libtool option to enable libtool compatibility mode
260 - Added --no-compat-libtool option to disable libtool compatibility mode
261 - Added --checksum option to enable line checksumming
262 - Added --gcov-tool option
263 - Added --ignore-errors option
264 - Added --initial option to generate zero coverage from graph files
271 - Added geninfo_compat_libtool option
272 - Added geninfo_checksum option
277 - Added description of lcovrc file
284 - Added check for invalid characters in test names
285 - Added --legend option
286 - Added --html-prolog option
287 - Added --html-epilog option
288 - Added --html-extension option
289 - Added warning when specifying --no-prefix and --prefix
294 - Added support for mandrake gcc 3.3.2
296 - Added check for invalid characters in test names
297 - Added --base-directory option
300 - Added check for invalid characters in test names
301 - Added --base-directory option
308 - Added configuration file support
313 - Added description of --css-file option to man page
316 - Added support for GCOV file format as used by GCC 3.3.3 on SUSE SLES9
318 - Added check to abort processing if no source code file is available
319 - Added workaround for a problem where geninfo could not find source code
334 - Added rule to install configuration file
342 - Added compatibility for gcc-3.4
347 - Added --path option required for --diff function
354 - Added compatibility for gcc-3.3
360 - Added checksumming mechanism: each tracefile now contains a checksum for
364 - Added rule to build source RPM
383 - Added workaround for a bug in gcov shipped with gcc-3.2 which aborts when
386 - Added function to collect branch coverage data
387 - Added check for gcov tool
388 - Added check for the '--preserve-paths' option of gcov; if available, this
401 - Added message when reading tracefiles
411 - Added support for the highlighting option of genhtml
420 - Added CHANGES file
421 - Added Makefile implementing the following targets:
426 - Added man pages for all scripts
427 - Added example program to demonstrate the use of LCOV with a userspace
453 - Added check for empty tracefiles to prevent division-by-zeros