BIND 10 trac613, created. 1022129fcea6743037ed7ae2b363b0af082afd30 [trac613] use an older format of suppressions option for wider applicability.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 25 02:19:12 UTC 2011


The branch, trac613 has been created
        at  1022129fcea6743037ed7ae2b363b0af082afd30 (commit)

- Log -----------------------------------------------------------------
commit 1022129fcea6743037ed7ae2b363b0af082afd30
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 18:17:00 2011 -0800

    [trac613] use an older format of suppressions option for wider applicability.
    
    specifically, cppcheck on bind10.isc.org doesn't understand the
    --suppressions-list= form of option.

commit da0e644a1c4826da8587bee6fe1902a6f28e5931
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 17:51:49 2011 -0800

    [trac613] use nanosleep instead of usleep.  mainly to silence cppcheck,
    but nanosleep would be more portable anyway.

commit e5e62873bcc14a7aba87bf0bdc7d2d354aba331b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 17:08:59 2011 -0800

    [trac613] use vector instead of plain old array to silence cppcheck

commit a9e9a2b26fbe93fda5174e4482c9c13e05287539
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 16:39:25 2011 -0800

    [trac613] avoid the obvious form of self assignment to silence cppcheck.

commit f54d8505d8ac997fca63d2cd82485b19c248a804
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 14:12:28 2011 -0800

    [trac613] use narrower variable scope.  also constify variables when possible.

commit 950fc0ab5f04dc55c41ad93179cc188f8695f335
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 14:11:06 2011 -0800

    [trac613] fixed a typo: s/=/==/ in assertion.  this is a bug, but wouldn't be
    realized (un)luckily.

commit b229aa1c060b0d3a21b3173b97c835ff10dc3b17
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 14:06:02 2011 -0800

    [trac613] pass parameters by reference instead of a copy of obj when possible

commit ba66913e80236f8b33afd055317fc0356580970e
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 14:02:34 2011 -0800

    [trac613] made sure some of class member variables are initialized in the constructor.

commit 59455cd6b9de13d63c2b6cf17eb7e8c88c8a99cc
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 01:34:45 2011 -0800

    [trac613] use <> instead of "" to include header files to satisfy cppcheck.

commit 8a47d8d2b9123df707aebfa14141a5c11c5a6228
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 01:19:42 2011 -0800

    [trac613] catch exceptions by (const) reference.

commit 6bdfcf31fed84b413714a0ef446578ebbb3002a9
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 01:15:40 2011 -0800

    [trac613] avoid using an unused temporary variable.

commit 33deff727f64139d15f45173679fd0e73531e7da
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 24 00:52:19 2011 -0800

    [trac613] use the rethrow idiom instead of explicitly resending the same exception object.

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




More information about the bind10-changes mailing list