summaryrefslogtreecommitdiffstats
path: root/ffi-macros/src
AgeCommit message (Expand)Author
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-04-02ffi-macros: Increase the length of acceptable C type names.Neal H. Walfield
2020-04-02ffi-macros: Handle some special cases in ident2c.Neal H. Walfield
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2019-12-19Don't use misleading `<&[T; N] as IntoIterator>::into_iter`Igor Matuszewski
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-08-22Bump syn, quote, and proc-macro2 to 1.0.Justus Winter
2019-08-19ffi-macros: Handle type c_void.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-16ffi-macros: Generate function prototypes for C.Justus Winter
2019-05-13openpgp-ffi: Use the C ABI, not the system ABINeal H. Walfield
2019-05-09ffi-macros: Derive Iterator.Justus Winter
2019-05-09ffi-macros: Support arguments for derived implementations.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-04-26ffi-macros: Implement wrapping of references.Justus Winter
2019-04-26ffi-macros: Fix the RefRaw trait.Justus Winter
2019-04-09ffi-macros: Use crate sha2 instead of nettle.Justus Winter
2019-03-25ffi-macros: Implement MoveFromRaw<Option<W>>.Justus Winter
2019-02-12ffi-macros: Fix freeing wrappers with references.Justus Winter
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-02-05openpgp-ffi: Convert pgp_writer_t.Justus Winter
2019-02-05ffi-macros: Do not pull traits into the namespace.Justus Winter
2019-02-05openpgp-ffi: Convert pgp_reader_t to the new framework.Justus Winter
2019-02-05ffi-macros: Implement RefMutRaw for Maybe<T>.Justus Winter
2019-02-05ffi-macros: Make trait RefMutRaw more flexible.Justus Winter
2019-02-05ffi-macros: Embed and display actual type in panics.Justus Winter
2019-02-05ffi-macros: Provide expected type in panics.Justus Winter
2019-02-05openpgp-ffi: Use a common macro for every exported function.Justus Winter
2019-01-29openpgp-ffi: Improve the derived serialization function.Justus Winter
2019-01-29openpgp-ffi: Derive Parse.Justus Winter
2019-01-29openpgp-ffi: Derive Serialize.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-29ffi-macros: Prepare for wrapped references.Justus Winter
2019-01-29ffi-macros: Improve assert_tag error message.Neal H. Walfield
2019-01-25ffi-macros: Protect against use-after-free.Justus Winter
2019-01-25ffi-macros: Check wrapper types at runtime.Justus Winter
2019-01-25openpgp-ffi: Use wrapper types.Justus Winter
2019-01-25openpgp-ffi: Prepare to use the wrapper types.Justus Winter
2019-01-25openpgp-ffi: Derive conversion functions.Justus Winter
2019-01-22ffi-macros: Add ffi_wrapper_type that derives functions.Justus Winter
2019-01-16ffi-macros: Improve translation.Justus Winter
2019-01-16ffi-macros: New crate.Justus Winter