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