autoconf-archive-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Autoconf Archive branch master updated. v2015.09.25-33-gf5fff6c


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2015.09.25-33-gf5fff6c
Date: Mon, 29 Feb 2016 10:03:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf Archive".

The branch, master has been updated
       via  f5fff6c95ad09ac61774ee72c6f36fd304cc9e55 (commit)
       via  afe81e5b5d6aea828aef87779364a74ba4e8670e (commit)
       via  ce119bf249bd67d0ffbdcb88ef973bef15dde27b (commit)
      from  b4e5dfa4b396523625189e6ee0446ef2f38ced69 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f5fff6c95ad09ac61774ee72c6f36fd304cc9e55
Merge: b4e5dfa afe81e5
Author: Peter Simons <address@hidden>
Date:   Mon Feb 29 11:00:41 2016 +0100

    Merge pull request #59 from olaf-mandel/code-coverage
    
    2 patches for code coverage

commit afe81e5b5d6aea828aef87779364a74ba4e8670e
Author: Olaf Mandel <address@hidden>
Date:   Fri Feb 26 22:36:49 2016 +0100

    AX_CODE_COVERAGE: fix invalid chars in testname
    
    There was a warning about invalid characters in the testname from
    lcov: anything except letters, digits and the underscore causes
    this. So replace such characters with underscores (lcov does this
    anyway if we don't).
    
    Needs to either call $(subst ) for each undesired character or
    needs to execute a system command because GNU make does not
    provide regular expressions. Chose here to implement characters
    individually. Currently only strips dots and dashes, but these
    should be the most common culprits.

commit ce119bf249bd67d0ffbdcb88ef973bef15dde27b
Author: Olaf Mandel <address@hidden>
Date:   Fri Feb 26 22:14:41 2016 +0100

    AX_CODE_COVERAGE: add BRANCH_COVERAGE variable
    
    Add a new CODE_COVERAGE_BRANCH_COVERAGE variable that can be used
    to provide --rc lcov_branch_coverage=[01] options to lcov and
    --rc genhtml_branch_coverage=[01] options to genhtml. These may be
    desirable to the user since the default for branch coverage changed
    in some "recent" lcov version.
    
    This is achieved by adding a LCOV_SHOPTS variable (for SHared
    OPTionS) to the default LCOV_OPTIONS one. And the filtering call of
    lcov gets a symmetric LCOV_RMOPTS variable (which is currently
    empty).
    
    In addition, ensure that all LCOV_{SHOPTS,OPTIONS,RMOPTS} and
    GENHTML_OPTIONS have a corresponding _DEFAULT variable: this became
    desirable here because of the new defaults for LCOV_SHOPTS and
    GENHTML_OPTIONS; the LCOV_RMOPTS_DEFAULT is there only for
    symmetry.

-----------------------------------------------------------------------

Summary of changes:
 m4/ax_code_coverage.m4 |   43 ++++++++++++++++++++++++++++++++++---------
 1 files changed, 34 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]