Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-15 | Add exports file and abi checker for tevent | Simo Sorce | 1 | -1/+6 | |
This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on tevent.h contents and the gcc -aux-info option | |||||
2009-05-19 | tevent/python: Makefile was still trying to build some non AC_SUBST python ↵ | Jelmer Vernooij | 1 | -7/+1 | |
targets Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> | |||||
2008-12-30 | lib/tevent: fix standalone make distclean realdistclean | Stefan Metzmacher | 1 | -2/+2 | |
Bug report by Brad Hards <bradh@frogmouth.net>. metze | |||||
2008-12-20 | Stop using SWIG for ldb Python bindings. | Jelmer Vernooij | 1 | -1/+0 | |
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -18/+18 | |
metze | |||||
2008-12-17 | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 1 | -0/+81 | |
This commit will not compile on its own. metze |