index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
runtime0.h
Age
Commit message (
Expand
)
Author
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-05
py: Clean up unary and binary enum list to keep groups together.
Damien George
2017-09-25
py: Clarify which mp_unary_op_t's may appear in the bytecode.
Paul Sokolovsky
2017-09-22
py/runtime0: Add comments about unary/binary-op enums used in bytecode.
Damien George
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
2017-09-08
py/runtime0.h: Put inplace arith ops in front of normal operations.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Regroup operations a bit.
Paul Sokolovsky
2017-09-07
py/objtype: Make sure mp_binary_op_method_name has full size again.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move MP_BINARY_OP_DIVMOD to the end of mp_binary_op_t.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move relational ops to the beginning of mp_binary_op_t.
Paul Sokolovsky
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-02-16
py: Optimise storage of iterator so it takes only 4 slots on Py stack.
Damien George
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-02-02
py: Extend native type-sig to use 4 bits, so uint is separate to ptr.
Damien George
2015-12-10
py: Make UNARY_OP_NOT a first-class op, to agree with Py not semantics.
Damien George
2015-11-13
py: Put all bytecode state (arg count, etc) in bytecode.
Damien George
2015-08-17
py: Remove unused compile scope flags, and irrelevant flag compute code.
Damien George
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
py: Remove mp_load_const_str and replace uses with inlined version.
Damien George
2015-06-13
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
Damien George
2015-05-12
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Damien George
2015-04-07
py: Implement full func arg passing for native emitter.
Damien George
2015-04-06
py: Implement calling functions with *args in native emitter.
Damien George
2015-04-03
py: Implement closures in native code generator.
Damien George
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2014-12-27
py: Move to guarded includes for compile.h and related headers.
Paul Sokolovsky
2014-09-23
py: Make native emitter handle multi-compare and not/is not/not in ops.
Damien George
2014-09-06
py: Native emitter now supports delete name & global, and end finally.
Damien George
2014-08-16
py: Code clean-up in native emitter; improve thumb native calls.
Damien George
2014-08-16
py: Viper can call functions with native types, and raise exceptions.
Damien George
2014-08-15
py: Viper can now store to global.
Damien George
2014-08-15
py: Allow viper to have type annotations.
Damien George
2014-06-01
py: Fix configurability of builtin slice.
Damien George
2014-06-01
py: Add option to disable set() object (enabled by default).
Damien George
2014-05-28
py: Implement long int parsing in int(...).
Damien George
2014-05-10
runtime0.h: Group binary ops by fives.
Paul Sokolovsky
2014-05-07
py: Improve native emitter; now supports more opcodes.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-17
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-13
py: Remove unique_codes from emitglue.c. Replace with pointers.
Damien George
2014-04-09
py, compiler: Clean up and compress scope/compile structures.
Damien George
2014-04-06
py: Implement more features in native emitter.
Damien George
[next]