BIND 10 trac2726, created. 253dc4476ac2052dcd9af515ea4955b09c91cc7d [master] Update .gitignore files
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 17 13:24:51 UTC 2013
The branch, trac2726 has been created
at 253dc4476ac2052dcd9af515ea4955b09c91cc7d (commit)
- Log -----------------------------------------------------------------
commit 253dc4476ac2052dcd9af515ea4955b09c91cc7d
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jun 17 18:31:47 2013 +0530
[master] Update .gitignore files
commit 741e96ebecac59ad257288094eab660661344b39
Merge: fc95149 b867942
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jun 17 17:44:29 2013 +0530
Merge branch 'trac2853'
Conflicts:
src/lib/python/isc/datasrc/Makefile.am
src/lib/python/isc/datasrc/configurableclientlist_python.cc
src/lib/python/isc/datasrc/datasrc.cc
src/lib/python/isc/datasrc/tests/clientlist_test.py
commit fc951496b21edbdb9c6ac53ab8ed596035177d54
Merge: 2419d18 430c0c7
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Mon Jun 17 13:11:50 2013 +0200
Merge #2726
Enable more checking in cppcheck and fix the warnings produced by that.
commit 430c0c7e0c2b84bbb8d8ef5a2d27daecb5af69a9
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jun 17 16:16:20 2013 +0530
[2726] Remove vertical space
commit d6b2905297b0ab859ed0dfcf67eaff340e7eb1dc
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jun 17 16:14:44 2013 +0530
[2726] Update comment
commit 51c802b42eafb9d5da4c7f681051cb5fcfbd3df1
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 10:19:23 2013 +0200
[2726] Pass params by reference
This is mostly to silence cppcheck, than to save some CPU power (with
int it makes little sense) and it is less noisy than to put suppression
there.
commit b037963e65fcc56bd6ffd847bfb41d172ad1af1e
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 10:13:14 2013 +0200
[2726] Make some things noncopyable
We don't copy them and the implicit copy constructor would be wrong. So
silence the cppcheck and make sure nobody copies by accident.
commit a9d957c18a7428dfa6d57e00baea49652302b4f0
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 10:11:16 2013 +0200
[2726] Initialize variables
commit 8780867306315f587012fd7ec9c623a0c439ffa4
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 10:00:55 2013 +0200
[2726] Suppress check for no exception on construction
commit a5c5c9e3456d94ee0465a6665dc1c2aafeb21091
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 10:00:02 2013 +0200
[2726] Remove unused function
commit ad2c0ba137e17bcf43b9be5a286d99696fd3009b
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 09:58:44 2013 +0200
[2726] Use local const ref
commit 78af6ba875985a8c33eb1dd54adbe35fc720574b
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 09:50:02 2013 +0200
[2726] Use more common check for assignment to self
This way cppcheck should recognize it as such.
commit a0b8bc3685dcffca7713bea4d6d738827c045be0
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 09:38:11 2013 +0200
[2726] Use initializer list
Instead of assignment in the copy constructor.
commit c855ce32bf071dae01559afa743e757100d9a441
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 09:35:09 2013 +0200
[2726] Make the suppression so cppcheck finds it
commit 11cdeec052d94483964f379d822e58eb58ffe522
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri Jun 14 09:26:35 2013 +0200
[2726] Initialize variable
commit a9f39355b94fe20924aa02f849e35e7000c67631
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Jun 13 15:40:40 2013 +0530
[2726] Add src/bin/ to cppcheck include path too
commit 2cd1c10416f27e6b054c3fe4726ea771f63d0bb2
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Jun 13 15:40:14 2013 +0530
[2726] Constify variable
commit 2652e68f004f5c329b4979e93bbc020fb59af32d
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Jun 13 15:40:04 2013 +0530
[2726] Update coding style
commit 421e22c7f1437c632a7e9aa904662a9344b13446
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Jun 13 15:39:49 2013 +0530
[2726] Fix array index
commit 0f00c3880a0cb7498cd5adb86831f779d57d321f
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Thu Jun 13 10:51:19 2013 +0200
[2726] Really do suppress this warning
Put it so cppcheck finds it.
commit 21034c5291df20ab7b9ebf79c16336af25e16594
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 12:31:04 2013 +0200
[2726] Suppress another false positive
commit 9f797b9baa3972fc391a6bfbd2a6a9bae6fcf375
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 12:27:58 2013 +0200
[2726] Reduce scope
commit d0080895a3a34b3e6d02c38021700e7a02245afc
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 12:23:57 2013 +0200
[2726] Make the lexer noncopyable
It contains pointers, doesn't make sense to copy and writing copy
constructors would be extra work.
commit 56e4d09d7b49fa6322c3ed52a2c38898d8a27046
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 12:13:28 2013 +0200
[2726] Remove unused method
commit f7b60d9d56ce0447fad6f6b6ac241477535e7235
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 12:09:41 2013 +0200
[2726] Suppress false positive cppcheck warning
commit ed508fe48ff9a13463ef0bf800a74f7a9dec14f6
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 12:06:20 2013 +0200
[2726] Suppress cppcheck warning
commit 5543f4c43126a4477807ab2c043907cab8f7b04b
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:49:31 2013 +0200
[2726] Initialize variable
commit 6e4e55d9952dd59962c161d2fc2552176f805244
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:40:39 2013 +0200
[2726] Reduce variable scope
commit d1bbd4878ba48cd9ebc623b1e8666f425c86e84b
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:37:42 2013 +0200
[2726] Remove useless variable
commit 49305bca03037ecf7cc2f91f75c4fd1c2d8bd5d1
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:34:33 2013 +0200
[2726] Suppress cppcheck
The variable is in larger scope because it is used as a constant, so
it's at the top of the function.
commit 056ca56102ee79dbc19629cdc6720d864b7a7e8d
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:27:55 2013 +0200
[2726] Add missing constructor
commit 797308ff2aedadc0281c8ca9c84daaa3c6d6d42c
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:21:56 2013 +0200
[2726] Initialize variables
commit 74625ee6146a2b28c4caaacef2fb9c9ba9876dd6
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:05:39 2013 +0200
[2726] Assign-to-self check
commit dc488cb9679c44617fdac1aebb6a821bddd39736
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:01:30 2013 +0200
[2726] Suppress warnings about unused functions
They are used, but cppcheck is probably confused about use from friend
class and templates. I'd be confused myself and I'm not written in C++,
so it is excused.
commit e05af734b0416593a0978c3ab22bfd2ee1d991ed
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 10:56:02 2013 +0200
[2726] Proper return from assignment
commit 88ada22821235de67f0d3efa32394b83d11e3b79
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 10:50:48 2013 +0200
[2726] Initialize an auxiliary array
commit e81de23719368f0fcea05d1607c2ffafb76f0359
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 10:38:58 2013 +0200
[2726] Enable more thorough cppcheck
It seems to check more and run longer. It also produces bunch of new
warnings.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list