1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib/tevent
Simo Sorce efccef09ae Add exports file and abi checker for tevent
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-06-15 16:31:13 -04:00
..
abi_checks.sh Add exports file and abi checker for tevent 2009-06-15 16:31:13 -04:00
autogen.sh Stop using SWIG for ldb Python bindings. 2008-12-20 19:54:13 +01:00
build_macros.m4 Fix standalone configure scripts 2009-01-30 01:02:23 -05:00
config.guess Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
config.sub Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
configure.ac Add exports file and abi checker for tevent 2009-06-15 16:31:13 -04:00
install-sh Add missing files for standalone build. 2008-12-20 18:06:31 +01:00
libtalloc.m4 s4:lib/events: move to toplevel directory as lib/tevent/ 2008-12-17 13:31:28 +01:00
libtevent.m4 Add exports file and abi checker for tevent 2009-06-15 16:31:13 -04:00
Makefile.in Add exports file and abi checker for tevent 2009-06-15 16:31:13 -04:00
pkg.m4 s4:lib/events: move to toplevel directory as lib/tevent/ 2008-12-17 13:31:28 +01:00
rules.mk Add exports file and abi checker for tevent 2009-06-15 16:31:13 -04:00
samba.m4 tevent: Don't install headers, since we don't install a shared lib 2009-05-16 01:54:10 +02:00
testsuite.c lib/tevent: change to LGPLv3+ 2009-02-16 08:53:25 +01:00
tevent_debug.c lib/tevent: change to LGPLv3+ 2009-02-16 08:53:25 +01:00
tevent_epoll.c tevent: add support for immediate events 2009-03-17 19:59:00 +01:00
tevent_fd.c lib/tevent: change to LGPLv3+ 2009-02-16 08:53:25 +01:00
tevent_immediate.c tevent: add support for immediate events 2009-03-17 19:59:00 +01:00
tevent_internal.h tevent: Install tevent_internal.h in the standalone build. 2009-05-16 04:14:21 +02:00
tevent_liboop.c lib/tevent: change to LGPLv3+ 2009-02-16 08:53:25 +01:00
tevent_queue.c tevent: use an immediate event as trigger for tevent_queue 2009-03-17 19:59:09 +01:00
tevent_req.c Add tevent_req_notify_callback 2009-06-04 17:29:48 +02:00
tevent_select.c tevent: add support for immediate events 2009-03-17 19:59:00 +01:00
tevent_signal.c lib/tevent: change to LGPLv3+ 2009-02-16 08:53:25 +01:00
tevent_standard.c tevent: add support for immediate events 2009-03-17 19:59:00 +01:00
tevent_timed.c tevent: Rename ev_timeval* functions to tevent_timeval, export them. 2009-02-17 09:19:31 +01:00
tevent_util.c lib/tevent: change to LGPLv3+ 2009-02-16 08:53:25 +01:00
tevent_util.h tevent: Define TALLOC_FREE() if it's not defined yet, to allow building 2009-05-16 20:31:59 +02:00
tevent_wakeup.c tevent: add tevent_wakeup_send/recv() 2009-02-18 10:31:36 +01:00
tevent.c tevent: fix the nesting logic 2009-03-19 14:39:22 +01:00
tevent.exports Add exports file and abi checker for tevent 2009-06-15 16:31:13 -04:00
tevent.h Add tevent_req_notify_callback 2009-06-04 17:29:48 +02:00
tevent.mk tevent: Remove python module. 2009-05-16 14:56:37 +02:00
tevent.pc.in Add dependency to talloc in tevent pc file. 2009-01-06 15:53:50 +01:00
tevent.signatures Add exports file and abi checker for tevent 2009-06-15 16:31:13 -04:00