Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
da36f5232dcf02c448ee9933e358b711cfe03f30
/
py
/
objenumerate.c
22d85ec
py: Use new code pattern for parsing kw args with mp_arg_parse_all.
by Damien George
· 10 years ago
5b3f0b7
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
by Damien George
· 10 years ago
a0c9781
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
by Damien George
· 10 years ago
999cedb
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
by Damien George
· 10 years ago
3a2171e
py: Eliminate some cases which trigger unused parameter warnings.
by Damien George
· 10 years ago
e2d44e3
py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.
by Paul Sokolovsky
· 10 years ago
ff8dd3f
py, unix: Allow to compile with -Wunused-parameter.
by Damien George
· 11 years ago
51dfcb4
py: Move to guarded includes, everywhere in py/ core.
by Damien George
· 11 years ago
ecc88e9
Change some parts of the core API to use mp_uint_t instead of uint/int.
by Damien George
· 11 years ago
40f3c02
Rename machine_(u)int_t to mp_(u)int_t.
by Damien George
· 11 years ago
59c675a
py: Include mpconfig.h before all other includes.
by Paul Sokolovsky
· 11 years ago
f6932d6
Prefix ARRAY_SIZE with micropython prefix MP_
by Emmanuel Blot
· 11 years ago
c53b408
Merge branch 'master' of https://github.com/micropython/micropython
by Damien George
· 11 years ago
491cbd6
py: Add keyword arg support to enumerate constructor.
by Damien George
· 11 years ago
47d3bd3
py: enumerate(): Add NotImplementedError for kwargs.
by Paul Sokolovsky
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
ea8d06c
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
by Damien George
· 11 years ago
d17926d
Rename rt_* to mp_*.
by Damien George
· 11 years ago
3e1a5c1
py: Rename old const type objects to mp_type_* for consistency.
by Damien George
· 11 years ago
66eaf84
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
by Damien George
· 11 years ago
efe3422
py: Clean up includes.
by xbe
· 11 years ago
c596612
Implement proper exception type hierarchy.
by Damien George
· 11 years ago
a71c83a
Change mp_obj_type_t.name from const char * to qstr.
by Damien George
· 11 years ago
d5df6cd
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
by Paul Sokolovsky
· 11 years ago
55baff4
Revamp qstrs: they now include length and hash.
by Damien George
· 12 years ago
20006db
Make VM stack grow upwards, and so no reversed args arrays.
by Damien George
· 12 years ago
9daa789
added enumerate()
by John R. Lenton
· 12 years ago