Commits
User selector
Commit History
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
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 Sep 29, 2014
Commits on Sep 23, 2014
stmhal: Initialise stack pointer correctly.
Show description for eaaebf3committed
Commits on Sep 4, 2014
py: Use variable length encoded uints in more places in bytecode.
Show description for b534e1bcommitted
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 Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed
Commits on Aug 15, 2014
- committed
py: Allow viper to have type annotations.
Show description for 2ac4af6committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 30, 2014
- committed
Commits on Jun 26, 2014
py: Add portable framework to query/check C stack usage.
Show description for 2366869committed
Commits on Jun 11, 2014
- committed
objfun: Factor out mp_setup_code_state() function to set up code_state object.
Show description for 49df795committed