BIND 10 trac1245, created. 4d39f72b87677c194d282a9e93de67dc0adfb4f3 [1245] cleanup of some comments in .cc files
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Sep 13 10:34:23 UTC 2011
The branch, trac1245 has been created
at 4d39f72b87677c194d282a9e93de67dc0adfb4f3 (commit)
- Log -----------------------------------------------------------------
commit 4d39f72b87677c194d282a9e93de67dc0adfb4f3
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Sep 13 12:25:15 2011 +0200
[1245] cleanup of some comments in .cc files
A lot of the comments were leftovers from when this was all one big source file, and in individual files the comments were either wrong or superfluous (since the that was commented is self-explanatory with the context now)
commit ece8bd155e646869b10fd08817ee7cd71c699c61
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Sep 13 12:15:38 2011 +0200
[1245] clean up headers
commit b59f898456b33294d71a333d3f3b4fe9dc81e3dd
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Sep 13 11:08:10 2011 +0200
[1245] split up headers and make dynamic library
None of the .cc files are now included directly anymore, and the
main source file for the python module contains only the module definition. All functionality is moved to a dynamic library that is also usable by other wrapper modules.
Also split up the rest of the source files into header and code files, and made them more consistent with the rest.
Added conversion from/to PyObject* for some of the types (the ones I needed so far for trac1179)
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list