index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
qstr.c
Age
Commit message (
Expand
)
Author
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-14
qstr, objstr: Make sure that valid hash != 0, treat 0 as "not computed".
Paul Sokolovsky
2014-03-25
py: Replace naive and teribble hash function with djb2.
Damien George
2014-02-26
py: Remove name of var arg from macros with var args.
Damien George
2014-02-16
Make DEBUG_printf() a proper function, implementation is port-dependent.
Paul Sokolovsky
2014-02-12
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
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-23
py: Implement bool unary op; tidy up unary op dispatch.
Damien George
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
2014-01-05
Make qstr_init reinitialize last_pool.
Dave Hylands
2014-01-04
Split qstr into pools, and put initial pool in ROM.
Damien George
2013-12-29
Change memory allocation API to require size for free and realloc.
Damien
2013-10-23
Fix func decls with no arguments: () -> (void).
Damien
2013-10-04
Initial commit.
Damien