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