aboutsummaryrefslogtreecommitdiff
path: root/py/objlist.h
AgeCommit message (Expand)Author
2018-03-13py/obj.h: Move declaration of mp_obj_list_init to objlist.h.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-02-16py/objlist: Convert mp_uint_t to size_t where appropriate.Damien George
2015-02-27py: Fix adding of traceback so that it appends to existing info.Damien George
2015-02-15objexcept: Optimize traceback allocation for exception.Paul Sokolovsky
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-13objlist: Add support for statically allocated lists.Paul Sokolovsky