Michal 'vorner' Vaner
|
a81436b0c8
[1407] Remove reinterpret_casts
|
il y a 13 ans |
JINMEI Tatuya
|
b5d072cfe2
[1028] fiexed leak in RRset.get_rdata() as well as other minor bugs
|
il y a 13 ans |
Jelte Jansen
|
3eb0dedb8a
[1245] add NULL checks in PyXXX_ToXXX() functions
|
il y a 13 ans |
Jelte Jansen
|
2f8c4b3da6
[1245] catch exceptions where createXXXObject() is called
|
il y a 13 ans |
Jelte Jansen
|
45ef63790b
[1245] move initModulePart calls to pydnspp.cc
|
il y a 13 ans |
Jelte Jansen
|
0ea828cb5c
[1245] raise exception in _Check() if obj is NULL
|
il y a 13 ans |
Jelte Jansen
|
b12f4e5500
[1245] update makefile and fix createRRsetObject
|
il y a 13 ans |
Jelte Jansen
|
1808345838
[1245] move all s_ decls to inside the .cc
|
il y a 13 ans |
Jelte Jansen
|
fbe4ee1f76
[1245] rename internal object to cppobj for consistency
|
il y a 13 ans |
Jelte Jansen
|
9c53309978
[1245] remove initModule from headers
|
il y a 13 ans |
JINMEI Tatuya
|
8ee5844e8d
[1245] editorial cleanups: removed unnecesary 'static'; fixed typo in comments.
|
il y a 13 ans |
Jelte Jansen
|
4d39f72b87
[1245] cleanup of some comments in .cc files
|
il y a 13 ans |
Jelte Jansen
|
b59f898456
[1245] split up headers and make dynamic library
|
il y a 13 ans |
JINMEI Tatuya
|
ff20711233
[trac915] made mostly straightforward changes to existing binding
|
il y a 14 ans |
chenzhengzhang
|
ecb22c0c22
[trac749] update namespace names
|
il y a 14 ans |
chenzhengzhang
|
36dd3d4b0b
[trac749] refactor more C++ utility code
|
il y a 14 ans |
chenzhengzhang
|
f6aa7d5956
[trac749] refactor C++ utility library
|
il y a 14 ans |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
il y a 14 ans |
JINMEI Tatuya
|
397245dfa9
changed the interface of AbstractRRset::getRdataIterator()
|
il y a 14 ans |
JINMEI Tatuya
|
88d0f23444
omit parameter names when the parameter is unused, instead of the compiler dependent workaround using UNUSED_PARAM.
|
il y a 14 ans |
JINMEI Tatuya
|
86c629788c
removed unnecessary cast from pydnspp binding to help NetBSD compile
|
il y a 14 ans |
Jelte Jansen
|
ade3b2f49f
rename libdns_python to pydnspp
|
il y a 14 ans |
JINMEI Tatuya
|
81eb4c244c
style fixes:
|
il y a 14 ans |
JINMEI Tatuya
|
0821f2b7b5
minor cleanup:
|
il y a 14 ans |
Jelte Jansen
|
6af6a082b7
some final comments: use constants from cpp version, updated a few c-style casts, and replaced obj.__str__() calls in tests with str(obj)
|
il y a 15 ans |
Jelte Jansen
|
f58095d1e8
parenthesized return statements
|
il y a 15 ans |
Jelte Jansen
|
60da6a175e
last of the cpp review comments: factoring out common code in creation of statics, added a few explanatory comments
|
il y a 15 ans |
Jelte Jansen
|
02ce015385
more review comments:
|
il y a 15 ans |
Jelte Jansen
|
d47cc34335
Some more review comment fixes:
|
il y a 15 ans |
Jelte Jansen
|
4353cffbf6
changed our type-specific structs to classes derived from PyObject, so we can use static_cast instead of interpret_cast
|
il y a 15 ans |