index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
qstr.c
Commit message (
Expand
)
Author
Age
*
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-21
*
py: Fix static defn in qstr; include mpconfigport.h with "" (not <>).
Damien George
2014-06-11
*
Change const byte* to const char* where sensible.
Damien George
2014-05-25
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
*
build directory can now be renamed
Andrew Scheller
2014-04-16
*
qstr, objstr: Make sure that valid hash != 0, treat 0 as "not computed".
Paul Sokolovsky
2014-04-14
*
py: Replace naive and teribble hash function with djb2.
Damien George
2014-03-25
*
py: Remove name of var arg from macros with var args.
Damien George
2014-02-26
*
Make DEBUG_printf() a proper function, implementation is port-dependent.
Paul Sokolovsky
2014-02-16
*
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-02-12
*
Add qstr_info() function and bindings for unix port.
Damien George
2014-01-29
*
Rework makefiles. Add proper dependency checking.
Dave Hylands
2014-01-24
*
py: Implement bool unary op; tidy up unary op dispatch.
Damien George
2014-01-23
*
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-22
*
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21
*
Make qstr_init reinitialize last_pool.
Dave Hylands
2014-01-05
*
Split qstr into pools, and put initial pool in ROM.
Damien George
2014-01-04
*
Change memory allocation API to require size for free and realloc.
Damien
2013-12-29
*
Fix func decls with no arguments: () -> (void).
Damien
2013-10-23
*
Initial commit.
Damien
2013-10-04