summaryrefslogtreecommitdiff
path: root/src/unordered_map.hh
AgeCommit message (Collapse)Author
2017-03-07Replace uses of UnorderedMap with HashMapMaxime Coste
2015-04-16Fix UnorderedSet allocatorMaxime Coste
2015-04-16Use an UnorderedSet for string registryMaxime Coste
2015-01-21Try to fix travis compilation errorsMaxime Coste
2015-01-16Add support for per type default memory domainMaxime Coste
2015-01-07Add initial memory domain allocation tracking supportMaxime Coste
2014-12-23Remove trailing blank linesMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste
std::hash specialization is a pain to work with, stop using that, and just specialize a 'size_t hash_value(const T&)' free function.