Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-06 | tevent: create symbol links to shared libraries see ↵ | Brian Lu | 1 | -0/+4 | |
https://bugzilla.samba.org/show_bug.cgi?id=6991 for details Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-09-11 | tevent: add abi_checks to "make test" | Michael Adam | 1 | -0/+2 | |
Michael | |||||
2009-09-11 | tevent: remove filese generated by "make abi_checks" in "make clean". | Michael Adam | 1 | -0/+2 | |
Michael | |||||
2009-09-11 | tevent: add a make target "make abi_checks" | Michael Adam | 1 | -0/+4 | |
Michael | |||||
2009-07-03 | Expose functions need by backend writers | Simo Sorce | 1 | -1/+0 | |
move publicly needed structures and functions in the public header. Stop installing internal headers. Update the signature and exports files with the new exposed function. | |||||
2009-06-18 | Revert "For tevent to install tevent_util.h" | Simo Sorce | 1 | -1/+0 | |
This reverts commit b112cc5503350b248949bdbcce8072f5523ce877. tevent_util.h is a private header. Must not be installed. | |||||
2009-06-18 | For tevent to install tevent_util.h | Eric Sandall | 1 | -0/+1 | |
Patch for bug #6270 This patch is for the future when samba4 builds using external libraries. With this patch, tevent now installs tevent_util.h which is required by samba4. | |||||
2009-05-16 | tevent: Remove python module. | Jelmer Vernooij | 1 | -20/+0 | |
This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary. | |||||
2009-05-16 | tevent: Install tevent_internal.h in the standalone build. | Jelmer Vernooij | 1 | -0/+1 | |
This is not ideal, but at least it fixes the build of samba-gtk for now. I've also added a warning about API guarantees at the top of the header. | |||||
2009-01-30 | Do not install private headers | Simo Sorce | 1 | -2/+0 | |
2009-01-03 | tevent: fix standalone make test | Stefan Metzmacher | 1 | -5/+6 | |
metze | |||||
2008-12-23 | Fix more compiler warnings. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-23 | Install tevent_internal.h, as Samba 4 needs it. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-23 | standalone: Use more variables, preparing to include these files from main | Jelmer Vernooij | 1 | -5/+6 | |
Samba 4 makefile. | |||||
2008-12-22 | Fix installation of standalone tevent Python module. | Jelmer Vernooij | 1 | -2/+1 | |
2008-12-20 | Stop using SWIG for ldb Python bindings. | Jelmer Vernooij | 1 | -9/+5 | |
2008-12-20 | Fix standalone compilation of events library. | Jelmer Vernooij | 1 | -22/+20 | |
2008-12-17 | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 1 | -0/+59 | |
This commit will not compile on its own. metze |