Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-03 | Expose functions need by backend writers | Simo Sorce | 1 | -0/+1 | |
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-15 | Add exports file and abi checker for tevent | Simo Sorce | 1 | -0/+59 | |
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 |