Commits
User selector
Commit History
Commits on Jan 15, 2016
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committedpy: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommittedpy: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on Nov 20, 2015
Commits on Sep 23, 2015
unix/modffi.c: cast first to intptr_t when casting from/to pointer
Show description for 5879141authored andcommitted
Commits on Aug 30, 2015
modffi: dlsym() doesn't set errno, so use ENOENT for OSError.
Show description for 696eee9committed
Commits on May 1, 2015
unix/modffi.c: get_buffer is allowed to return NULL if len=0.
Show description for a9afcb1committed
Commits on Apr 28, 2015
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Feb 25, 2015
Commits on Feb 10, 2015
Commits on Feb 5, 2015
Commits on Jan 24, 2015
Commits on Jan 21, 2015
Commits on Jan 20, 2015
- committed
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 16, 2015
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 8, 2015
Commits on Jan 1, 2015
Commits on Dec 15, 2014
Commits on Dec 10, 2014
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Sep 6, 2014
- committed
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
Show description for 17598d4committed
Commits on Aug 30, 2014
py: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committed
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 30, 2014
Commits on Jun 29, 2014
- committed