Commits
User selector
Commit History
Commits on Mar 16, 2016
Commits on Feb 2, 2016
py: Extend native type-sig to use 4 bits, so uint is separate to ptr.
Show description for 5f3e005committed
Commits on Jan 27, 2016
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Show description for 8f54c08committed
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 Jan 3, 2016
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
Commits on Nov 13, 2015
py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.
Show description for c8e9c0dcommittedpy: Add constant table to bytecode.
Show description for 713ea18committed- committed
- committed
Commits on Jul 23, 2015
py: Allow viper functions to take up to 4 arguments.
Show description for e45c1dbcommitted
Commits on Jun 8, 2015
py: Fallback to stack alloca for Python-stack if heap alloc fails.
Show description for 6e56bb6committed
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 24, 2015
Commits on Apr 16, 2015
- committed
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 11, 2015
py: Combine load_attr and store_attr type methods into one (attr).
Show description for b1bbe96committed
Commits on Apr 9, 2015
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed
Commits on Apr 2, 2015
py: Add finer configuration of static funcs when not in stackless mode.
Show description for 12a5e17committed- committed
- committed
Commits on Mar 20, 2015
py: Allow retrieving a function's __name__.
Show description for 3cc17c6authored andcommitted
Commits on Feb 15, 2015
py: Make old_globals part of mp_code_state structure.
Show description for 53e5e0fcommitted
Commits on Feb 13, 2015
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 14, 2015
py: Add "default" to switches to allow better code flow analysis.
Show description for d2d64f0committed
Commits on Jan 12, 2015
Commits on Jan 11, 2015
py: Remove unnecessary BINARY_OP_EQUAL code that just checks pointers.
Show description for e233a55committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Nov 5, 2014
Commits on Oct 25, 2014
py: Store bytecode arg names in bytecode (were in own array).
Show description for 1084b0fcommitted