Commits
User selector
Commit History
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jun 9, 2017
py: Provide mp_decode_uint_skip() to help reduce stack usage.
Show description for a8a5d1ecommitted
Commits on Mar 17, 2017
py: Provide mp_decode_uint_value to help optimise stack usage.
Show description for 5640e6dcommittedpy: Reduce size of mp_code_state_t structure.
Show description for 71a3d6ecommitted
Commits on Jan 27, 2017
Commits on Aug 27, 2016
py/bc.h: Rename _mp_code_state to _mp_code_state_t.
Show description for f4ee9f8committedpy: Rename struct mp_code_state to mp_code_state_t.
Show description for 581a59acommitted
Commits on Dec 17, 2015
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
- committed
Commits on Nov 13, 2015
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Show description for d8c834ccommittedpy: Add constant table to bytecode.
Show description for 713ea18committed- committed
- committed
Commits on Apr 2, 2015
Commits on Feb 15, 2015
py: Make old_globals part of mp_code_state structure.
Show description for 53e5e0fcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 27, 2014
Commits on Dec 22, 2014
py: Reduce size of VM exception stack element by 1 machine word.
Show description for 74eb44ccommitted
Commits on Oct 25, 2014
py: Store bytecode arg names in bytecode (were in own array).
Show description for 1084b0fcommitted
Commits on Oct 3, 2014
py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
Show description for 39dc145committedpy: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9committed
Commits on Sep 4, 2014
py: Use variable length encoded uints in more places in bytecode.
Show description for b534e1bcommitted
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 11, 2014
Commits on Jun 7, 2014
py: Merge mp_execute_bytecode into fun_bc_call.
Show description for aabd83ecommitted
Commits on Jun 2, 2014
Commits on May 31, 2014
vm: Factor out structure with code execution state and pass it around.
Show description for b4ebad3committed
Commits on May 10, 2014
py: Rename byte_code to bytecode everywhere.
Show description for 3417bc2committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 23, 2014
Commits on Mar 30, 2014
py: Implement support for generalized generator protocol.
Show description for f39d3b9committed