]> git.proxmox.com Git - perlmod.git/history - perlmod/src/ffi.rs
experimental direct substr support
[perlmod.git] / perlmod / src / ffi.rs
2022-02-24 Wolfgang Bumillerexperimental direct substr support
2022-02-03 Wolfgang Bumillerdoc updates
2022-01-04 Wolfgang Bumillerperlmod: ffi: support visibility in perl_fn
2021-12-17 Wolfgang Bumillerperlmod: deny unsafe_op_in_unsafe_fn
2021-12-17 Wolfgang Bumillerperlmod: perl_fn for fn types w/o body
2021-12-16 Wolfgang Bumillerfixup RSPL_newXS_flags to return the CV
2021-12-15 Wolfgang Bumillerclippy fixes
2021-10-28 Wolfgang Bumillerperlmod: magically call Drop handlers
2021-10-27 Wolfgang Bumillercalling convention 'fixup'
2021-10-27 Wolfgang Bumillerperlmod: add magic ffi and glue
2021-10-21 Wolfgang Bumillermacro: implement bootstrap function in rust
2021-10-15 Wolfgang Bumillerperlmod: drop derive requirement on serde
2021-07-19 Wolfgang Bumilleradd is_defined helper glue
2021-07-02 Wolfgang Bumillerset utf8 flag as needed when serializing strings
2021-06-10 Wolfgang Bumillerimprove PVLV handling
2021-06-08 Wolfgang Bumillerexperimental PVLV support
2020-11-26 Wolfgang Bumillerdestructor macro and helpers for blessed objects
2020-11-26 Wolfgang Bumillermake SvPVbyte safe
2020-11-26 Wolfgang Bumilleradd 'pseudo_block' helper
2020-11-25 Wolfgang Bumillermore doc improvements
2020-11-23 Wolfgang Bumilleradd methods to 'bless' values
2020-11-20 Wolfgang Bumillerremove use of anyhow in doctest
2020-04-20 Wolfgang Bumillerswitch from failure to anyhow
2020-01-10 Wolfgang Bumillersilence cippy and add some ffi documentation
2020-01-10 Wolfgang Bumillerperlmod: documentation
2020-01-09 Wolfgang Bumillerimport