It will be replaced, but a function is better than comment, because:
* It prints the text to stderr at last for now
* Compiler can find the places for us when we remove the function, we
would have to grep for the comments.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3357 e5f2f494-b856-4b98-b285-d166d9295462
revision control id, for example).
While here remove a blank line and move a comma.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3202 e5f2f494-b856-4b98-b285-d166d9295462
* Some of the code might be useful in other places, so it is split into
libraries (isc::util::io and isc::util::unittests).
* Fixing flags in the sockcreator, leading to new warnings, fixing these
warnings.
* TODO: read_data and write_data were tested implicitly with run(), but
as they moved out to other library, they should have their own
testcase.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-sockcreator@3163 e5f2f494-b856-4b98-b285-d166d9295462
This will run Python "coverage" tool instead of Python itself
for the python test scripts.
Then "make check" will create python coverage data which
can make a report.
I will also add make targets for creating reports later.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@3136 e5f2f494-b856-4b98-b285-d166d9295462
They should fail now, since the functions are still stubs
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3069 e5f2f494-b856-4b98-b285-d166d9295462
adjusted the generator script a bit for this purpose.
also fixed a distcheck failure in lib/dns/python tests.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac354@3047 e5f2f494-b856-4b98-b285-d166d9295462
- made --disable-static workable by linking the lib/config test with libcc
instead of a specific .o file. (we can now safely to do so thanks to the
refactoring of the test framework with mock classes).
- don't set CXXFLAGS in configure.ac
And one minor cleanup: don't bother to print the value of CFLAGS at the end of
configure. we don't use it.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2976 e5f2f494-b856-4b98-b285-d166d9295462
to datasrc, xfrin, xfrout and so on removed. This is simply the
client-facing side of a name server; it can receive and send packets
but can't process them in any way yet. It will become a simple forwarder,
and then a proper resolver, in future work.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2958 e5f2f494-b856-4b98-b285-d166d9295462
src/lib/asiolink. No changes to the code itself have been made except for
the purely cosmetic one of changing the namespace and filenames from
"asio_link" to "asiolink".
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2953 e5f2f494-b856-4b98-b285-d166d9295462
introduced a new ./configure option --enable-static-link to statically link executables while still building dynamic loadable modules correctly.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac309@2722 e5f2f494-b856-4b98-b285-d166d9295462
And remove it from documentation too (while in the guide also remove
note about LD_LIBRARY_PATH which was handled in ticket 148).
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2684 e5f2f494-b856-4b98-b285-d166d9295462
use build-dir based domain socket for tests (requires clean rebuild to generate .h file)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2650 e5f2f494-b856-4b98-b285-d166d9295462