Commits
User selector
Commit History
Commits on May 12, 2015
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4ecommitted
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 Sep 17, 2014
py: Add native json printing using existing print framework.
Show description for 612045fcommitted
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 May 21, 2014
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Show description for 6ac5dcecommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
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 17, 2014
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
Show description for ea8d06ccommitted
Commits on Mar 30, 2014
Rename rt_* to mp_*.
Show description for d17926dcommitted
Commits on Mar 29, 2014
py: Change mp_const_* objects to macros.
Show description for 07ddab5committed
Commits on Mar 26, 2014
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 Feb 12, 2014
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
Show description for d5df6cdcommitted
Commits on Jan 30, 2014
Implement __bool__ and __len__ via unary_op virtual method for all types.
Show description for c1d9bbccommitted
Commits on Jan 27, 2014
Commits on Jan 21, 2014
Revamp qstrs: they now include length and hash.
Show description for 55baff4committed
Commits on Jan 15, 2014
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 21, 2013
Change object representation from 1 big union to individual structs.
Show description for d99b052committed
Loading