summaryrefslogtreecommitdiffstatshomepage
path: root/unix/ffi.c
Commit message (Expand)AuthorAge
* unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky2014-04-04
* Merge map.h into obj.h.Damien George2014-03-30
* Rename rt_* to mp_*.Damien George2014-03-30
* unix: Fix ffi.c to compile with latest changes to API.Damien George2014-03-29
* py: Rename old const type objects to mp_type_* for consistency.Damien George2014-03-29
* Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George2014-03-26
* Implement proper exception type hierarchy.Damien George2014-02-15
* ffi: Implement ffivar.get()/set() methods.Paul Sokolovsky2014-02-14
* ffi: Fix mp_obj_str_get_data() return type.Paul Sokolovsky2014-02-08
* unix: Fix compile warnings for ffi module on 64-bit machine.Damien George2014-01-28
* unix: Initial implementation of FFI module.Paul Sokolovsky2014-01-29