Commits
User selector
Commit History
Commits on May 20, 2016
py: Declare constant data as properly constant.
Show description for 3ff16ffcommitted
Commits on Apr 15, 2016
py/map: Change hash-table allocation policy to be less aggressive.
Show description for 00137b8committed
Commits on Apr 1, 2016
- authored andcommitted
Commits on Dec 31, 2015
py/map: In map lookup, check for fixed map independent of ordered map.
Show description for 6dde019committed
Commits on Dec 26, 2015
py/map: Add fast-path for hashing of map index when it is a qstr.
Show description for bbe8d51committed
Commits on Nov 20, 2015
Commits on Nov 19, 2015
py/map: Store key/value in earliest possible slot in hash table.
Show description for 593faf1committed
Commits on May 12, 2015
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4ecommitted
Commits on Apr 4, 2015
Commits on Mar 20, 2015
py: Clarify API for map/set lookup when removing&adding at once.
Show description for d1cee02committedpy: Implement core of OrderedDict type.
Show description for 0ef01d0authored andcommitted
Commits on Jan 16, 2015
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 27, 2014
py: Allow to properly disable builtin "set" object.
Show description for e37dcaacommitted
Commits on Nov 27, 2014
map: Add empty fixed map.
Show description for e5dbe1eauthored andcommitted
Commits on Nov 5, 2014
Commits on Aug 30, 2014
py: Make map, dict, set use mp_int_t/mp_uint_t exclusively.
Show description for 93965e7committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 28, 2014
py: Fix bug in map lookup of interned string vs non-interned.
Show description for 186e463committed
Commits on Apr 7, 2014
Commits on Apr 6, 2014
py: Revert change to allocation policy for mp_set_t.
Show description for c75427bcommittedpy: Fix dict.copy() and low-level map/set allocation.
Show description for 5fedd0ccommitted
Commits on Apr 5, 2014
- committed
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
Show description for 8b0535ecommittedpy: Fix delete operation on map/dict and set objects.
Show description for 95004e5committedmap: When removing a key, don't NULL the entry, but mark as deleted.
Show description for 4a088f4committed- committed
Commits on Mar 30, 2014
Merge map.h into obj.h.
Show description for df6567ecommitted
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Feb 12, 2014
Commits on Feb 8, 2014
py: Allow mp_map_t to be initialised by a fixed-size, const table.
Show description for 9a58d76committed
Commits on Jan 25, 2014
Add mp_map_deinit() & mp_map_free() to finalize maps.
Show description for 9a24a04committed
Commits on Jan 21, 2014
Revamp qstrs: they now include length and hash.
Show description for 55baff4committed