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
/
emitglue.c
Age
Commit message (
Expand
)
Author
2014-05-10
py: Combine native emitters to 1 glue function; distinguish viper.
Damien George
2014-05-10
py: Rename byte_code to bytecode everywhere.
Damien George
2014-05-05
py, unix: Add -v option, print bytecode dump if used.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-27
py: Implement keyword-only args.
Damien George
2014-04-23
emitglue: Typo fix in var name.
Paul Sokolovsky
2014-04-20
py: Making closures now passes pointer to stack, not a tuple for vars.
Damien George
2014-04-13
py: Remove unique_codes from emitglue.c. Replace with pointers.
Damien George
2014-04-12
py: Improve inline assembler; improve compiler constant folding.
Damien George
2014-04-11
py: Change compile order for default positional and keyword args.
Damien George
2014-04-06
py: Implement more features in native emitter.
Damien George
2014-03-31
py: Towards default keyword arguments.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-29
py: Free unique_code slot for outer module.
Damien George
2014-03-28
py: Fix bugs with debugging output.
Damien George
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George