summaryrefslogtreecommitdiff
path: root/src/id_map.hh
AgeCommit message (Collapse)Author
2017-03-07Replace IdMap with HashMapMaxime Coste
2015-09-18Keep it simple, remove all that sorted id map thingMaxime Coste
2015-09-17Fix libstdc++ 4.8 compatibilityMaxime Coste
2015-09-16Keep sorted state when transmitting id mapsMaxime Coste
2015-09-16IdMaps can be sorted, in which case the find method uses a binary searchMaxime Coste
2015-09-16Store key hash in IdMapMaxime Coste
2015-09-16Simpler IdMap::operator==Maxime Coste
2015-09-16Use IdMap instead of UnorderedMap for ui options and env varsMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste
2015-03-05Use a IdMap for storing hooksMaxime Coste
The number of hook names is small (<20), using an UnorderedMap is overkill, and prevents using StringView for key searching.
2015-01-07Add initial memory domain allocation tracking supportMaxime Coste
2014-12-23Rename id_map to IdMapMaxime Coste
2014-12-23Tweak id_map implementationMaxime Coste
2014-12-23Unify completion from container content logicMaxime Coste
2014-12-23Move containers utils to containers.hh and add filtered/transformed utilsMaxime Coste
2014-12-11Use algorithms in id_map rather than raw loopsMaxime Coste
2014-06-06Use a id_map implementation for SwitchMapMaxime Coste
That way parameter definition order is respected when writing command doc strings.
2014-04-21Use StringView in id_mapMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2014-01-09Style changes, replace typedefs with usingsMaxime Coste
2013-11-18rename idvaluemap to id_map, remove Id template param, use StringMaxime Coste