Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ffi: rename cptr-related functions. | Kaz Kylheku | 2017-04-28 | 1 | -5/+5 | |
* | ffi: allow ptr-in-out passing of cptr. | Kaz Kylheku | 2017-04-28 | 1 | -3/+20 | |
* | ffi: use chk_calloc for txr_ffi_type. | Kaz Kylheku | 2017-04-28 | 1 | -4/+2 | |
* | ffi: buf type doesn't need fill function. | Kaz Kylheku | 2017-04-28 | 1 | -11/+2 | |
* | ffi: properly recurse the handling of pointers. | Kaz Kylheku | 2017-04-27 | 1 | -18/+64 | |
* | ffi: fix problems caught by g++. | Kaz Kylheku | 2017-04-27 | 1 | -7/+4 | |
* | ffi: sane in/out protocol; buffers work directly. | Kaz Kylheku | 2017-04-27 | 1 | -6/+46 | |
* | ffi: array support. | Kaz Kylheku | 2017-04-26 | 1 | -0/+96 | |
* | ffi: incorrect handling of struct element array. | Kaz Kylheku | 2017-04-26 | 1 | -6/+11 | |
* | ffi: no memcpy for string pointers. | Kaz Kylheku | 2017-04-26 | 1 | -7/+6 | |
* | ffi: support buf objects. | Kaz Kylheku | 2017-04-26 | 1 | -0/+39 | |
* | Start of FFI implementation based on libffi. | Kaz Kylheku | 2017-04-24 | 1 | -0/+1133 |