Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
8aa3cbf15312987410e2358c4ee93d8bb8cdf715
/
py
/
qstr.h
0a2e965
py: Add ability to have frozen persistent bytecode from .mpy files.
by Damien George
· 10 years ago
6e2fb56
py/qstr: Change type of qstr from mp_uint_t to size_t.
by Damien George
· 10 years ago
2578485
py/qstr: Use size_t instead of mp_uint_t when counting allocated bytes.
by Damien George
· 10 years ago
c3f64d9
py: Change qstr_* functions to use size_t as the type for str len arg.
by Damien George
· 10 years ago
4dea922
py: Adjust some spaces in code style/format, purely for consistency.
by Damien George
· 10 years ago
2801e6f
py: Some trivial cosmetic changes, for code style consistency.
by Damien George
· 10 years ago
ea0461d
py: Add option to micropython.qstr_info() to dump actual qstrs.
by Damien George
· 10 years ago
6942f80
py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script.
by Damien George
· 11 years ago
b4b10fd
py: Put all global state together in state structures.
by Damien George
· 11 years ago
9ddbe29
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
by Damien George
· 11 years ago
39dc145
py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
by Damien George
· 11 years ago
40f3c02
Rename machine_(u)int_t to mp_(u)int_t.
by Damien George
· 11 years ago
29bf739
Correct file reference (there's no qstrraw.h)
by Chris Angelico
· 11 years ago
2617eeb
Change const byte* to const char* where sensible.
by Damien George
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
d553be5
build: Simplify build directory layout by putting all headers in genhdr.
by Damien George
· 11 years ago
70a7d7a
build directory can now be renamed
by Andrew Scheller
· 11 years ago
2813cb6
py: Add 'static' to inline function MP_BOOL; remove category_t.
by Damien George
· 11 years ago
4d5b28c
Add qstr_info() function and bindings for unix port.
by Damien George
· 12 years ago
c89c681
Rework makefiles. Add proper dependency checking.
by Dave Hylands
· 12 years ago
5fa93b6
Second stage of qstr revamp: uPy str object can be qstr or not.
by Damien George
· 12 years ago
55baff4
Revamp qstrs: they now include length and hash.
by Damien George
· 12 years ago