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
/
qstr.h
Age
Commit message (
Expand
)
Author
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2016-06-16
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
Paul Sokolovsky
2016-04-19
py: Rework QSTR extraction to work in simple and obvious way.
Paul Sokolovsky
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2015-12-17
py/qstr: Change type of qstr from mp_uint_t to size_t.
Damien George
2015-12-17
py/qstr: Use size_t instead of mp_uint_t when counting allocated bytes.
Damien George
2015-11-29
py: Change qstr_* functions to use size_t as the type for str len arg.
Damien George
2015-04-09
py: Adjust some spaces in code style/format, purely for consistency.
Damien George
2015-04-04
py: Some trivial cosmetic changes, for code style consistency.
Damien George
2015-02-10
py: Add option to micropython.qstr_info() to dump actual qstrs.
Damien George
2015-01-11
py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script.
Damien George
2015-01-07
py: Put all global state together in state structures.
Damien George
2014-12-29
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
Damien George
2014-10-03
py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-04
Correct file reference (there's no qstrraw.h)
Chris Angelico
2014-05-25
Change const byte* to const char* where sensible.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-12
py: Add 'static' to inline function MP_BOOL; remove category_t.
Damien George
2014-01-29
Add qstr_info() function and bindings for unix port.
Damien George
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George