Commits
User selector
Commit History
Commits on Mar 14, 2016
py: Fix passing of some wide int types to printf varg format list.
Show description for 2a1cca2committed
Commits on Jan 11, 2016
py: 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
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 10, 2014
Commits on Oct 15, 2014
objclosure: Fix printing of generator closures.
Show description for 067ae12committed
Commits on Oct 3, 2014
py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
Show description for 39dc145committed
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 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committedobjclosure, objcell: Print detailed representation if was requested.
Show description for 418aca9committed
Commits on May 2, 2014
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Show description for f54bcbfcommitted
Commits on Apr 20, 2014
py: Making closures now passes pointer to stack, not a tuple for vars.
Show description for 3558f62committedobjclosure: Store reference to entire closed variables tuple.
Show description for bc5f0c1committed
Commits on Mar 30, 2014
Rename rt_* to mp_*.
Show description for d17926dcommitted
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Feb 15, 2014
Implement proper exception type hierarchy.
Show description for c596612committedChange mp_obj_type_t.name from const char * to qstr.
Show description for a71c83acommitted
Commits on Jan 21, 2014
Revamp qstrs: they now include length and hash.
Show description for 55baff4committed
Commits on Jan 18, 2014
Make VM stack grow upwards, and so no reversed args arrays.
Show description for 20006dbcommitted
Commits on Jan 7, 2014
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
Show description for 97209d3committed
Commits on Jan 6, 2014
- committed
Commits on Jan 5, 2014
Commits on Jan 4, 2014
Convert Python types to proper Python type hierarchy.
Show description for 71c5181committed
Commits on Dec 30, 2013
- committed
Commits on Dec 21, 2013
Change object representation from 1 big union to individual structs.
Show description for d99b052committed
Loading