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