summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstr.c
Commit message (Expand)AuthorAge
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* py: Fix static defn in qstr; include mpconfigport.h with "" (not <>).Damien George2014-06-11
* 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
* qstr, objstr: Make sure that valid hash != 0, treat 0 as "not computed".Paul Sokolovsky2014-04-14
* py: Replace naive and teribble hash function with djb2.Damien George2014-03-25
* py: Remove name of var arg from macros with var args.Damien George2014-02-26
* Make DEBUG_printf() a proper function, implementation is port-dependent.Paul Sokolovsky2014-02-16
* Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky2014-02-12
* Add qstr_info() function and bindings for unix port.Damien George2014-01-29
* Rework makefiles. Add proper dependency checking.Dave Hylands2014-01-24
* py: Implement bool unary op; tidy up unary op dispatch.Damien George2014-01-23
* 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
* Make qstr_init reinitialize last_pool.Dave Hylands2014-01-05
* Split qstr into pools, and put initial pool in ROM.Damien George2014-01-04
* Change memory allocation API to require size for free and realloc.Damien2013-12-29
* Fix func decls with no arguments: () -> (void).Damien2013-10-23
* Initial commit.Damien2013-10-04