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