summaryrefslogtreecommitdiff
path: root/source4/scripting/swig
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
metze (This used to be commit 18062d2ed9fc9224c43143c10efbf2f6f1f5bbe0)
2007-10-10r888: more ..int32 -> ..int32_t stuffStefan Metzmacher1-1/+1
metze (This used to be commit f3b1d3bdc74f08ee2a1d22102d57bff94f71f5a5)
2007-10-10r383: Scripting extensions using swig. This commit includes only a (LGPL)Tim Potter2-0/+165
python interface to tdb and a rudimentary build system. Configure with --with-python and make swig to build and append $(builddir)/scripting/swig/python to PYTHONPATH. (This used to be commit bbc15d6f84b6a247ae87b253752a86a38f1d6798)