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. v2016.03.20-17-g041f909


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2016.03.20-17-g041f909
Date: Thu, 31 Mar 2016 09:45:50 +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  041f909a9de3b8e1e284b5c9ff7c83f917d53349 (commit)
       via  15cab1e96e0c9cfb625613a93466b5dc2ea8e04c (commit)
       via  81f7e908dea43b137a3e78a304ec617e6773e588 (commit)
       via  d1f00273f9ec0560bc5a2b06bee442e8a70f6a87 (commit)
       via  d421a58c58f652101591930c412b328fac8e0bac (commit)
       via  3de7337fa6f61ef2f598190faa70b9a439cefafd (commit)
       via  74b289f8f6b691672a4432644ca95e76408976e4 (commit)
       via  cc8b9de1c6be13abb057fe46f7c9a227f0adf1ae (commit)
       via  fcb633617b1a49ba9128fec0f798ace969b31e6d (commit)
      from  668191ff6e91fb91811afbdfcba1877137d3b064 (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 041f909a9de3b8e1e284b5c9ff7c83f917d53349
Merge: 15cab1e d421a58
Author: Peter Simons <address@hidden>
Date:   Thu Mar 31 11:45:14 2016 +0200

    Merge pull request #72 from olaf-mandel/ax_code_coverage
    
    AX_CODE_COVERAGE: fix problems with (dist)clean

commit 15cab1e96e0c9cfb625613a93466b5dc2ea8e04c
Merge: 81f7e90 d1f0027
Author: Peter Simons <address@hidden>
Date:   Thu Mar 31 11:45:04 2016 +0200

    Merge pull request #73 from olaf-mandel/ax_prog_doxygen
    
    AX_PROG_DOXYGEN: cleanup doxygen_sqlite3.db

commit 81f7e908dea43b137a3e78a304ec617e6773e588
Merge: 668191f 3de7337
Author: Peter Simons <address@hidden>
Date:   Thu Mar 31 11:44:53 2016 +0200

    Merge pull request #71 from olaf-mandel/ax_valgrind_check
    
    AX_VALGRIND_CHECK: total of four patches

commit d1f00273f9ec0560bc5a2b06bee442e8a70f6a87
Author: Olaf Mandel <address@hidden>
Date:   Wed Mar 30 23:35:45 2016 +0200

    AX_PROG_DOXYGEN: cleanup doxygen_sqlite3.db
    
    Add the file doxygen_sqlite3.db to DX_CLEANFILES. This file is
    generated by (some?) newer versions of doxygen.

commit d421a58c58f652101591930c412b328fac8e0bac
Author: Olaf Mandel <address@hidden>
Date:   Wed Mar 30 23:23:59 2016 +0200

    AX_CODE_COVERAGE: fix problems with (dist)clean
    
     * Make the find command actually remove any *.gcda files left over
       by lcov -z
     * Also remove *.gcno files
     * Make distclean remove all code-coverage-clean files as well

commit 3de7337fa6f61ef2f598190faa70b9a439cefafd
Author: Olaf Mandel <address@hidden>
Date:   Wed Mar 30 10:59:16 2016 +0200

    AX_VALGRIND_CHECK: make disabling configurable
    
    Add a new command AX_VALGRIND_DFLT() to configure the use of
    individual valgrind tools in the configure.ac file. These settings
    can still be overwritten on the configure commandline.

commit 74b289f8f6b691672a4432644ca95e76408976e4
Author: Olaf Mandel <address@hidden>
Date:   Tue Mar 29 19:02:15 2016 +0200

    AX_VALGRIND_CHECK: add disabling individual tools
    
    Add support for the configure options:
    --disable-valgrind-drd
    --disable-valgrind-helgrind
    --disable-valgrind-memcheck
    --disable-valgrind-sgcheck
    
    These can be used to fine-tune which Valgrind tools to use.

commit cc8b9de1c6be13abb057fe46f7c9a227f0adf1ae
Author: Olaf Mandel <address@hidden>
Date:   Tue Mar 29 13:12:58 2016 +0200

    AX_VALGRIND_CHECK: support silent rules
    
    Use the standard autoconf $(V) variable to conditionally hide the
    commands executed for check-valgrind: this makes the output from any
    test script much more apparent as it is not hidden in clutter.
    
    Hide the outer list of commands in check-valgrind completely with
    $(AM_V_at) and define a new $(valgrind_v_use) for the individual
    check-valgrind-* calls. The $(valgrind_v_use) call writes:
    
      USE    $(patsubst check-valgrind-%,%,$@):
    
    Note that this only works inside rules of the form check-valgrind-* .

commit fcb633617b1a49ba9128fec0f798ace969b31e6d
Author: Olaf Mandel <address@hidden>
Date:   Tue Mar 29 12:15:33 2016 +0200

    AX_VALGRIND_CHECK: refactor new tool-rules
    
    The addition of individual rules for each individual valgrind-tool
    caused some copy&paste codeing: refactor that as a GNU make canned
    recipe. Also fix up the .PHONY rules.
    
    Breaking change: removes the undocumented internal rule
    check-valgrind-tool.

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

Summary of changes:
 m4/ax_code_coverage.m4  |    5 +-
 m4/ax_prog_doxygen.m4   |    5 +-
 m4/ax_valgrind_check.m4 |  155 ++++++++++++++++++++++++-----------------------
 3 files changed, 85 insertions(+), 80 deletions(-)


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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