| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-07 | Replace uses of UnorderedMap with HashMap | Maxime Coste | |
| 2015-04-16 | Fix UnorderedSet allocator | Maxime Coste | |
| 2015-04-16 | Use an UnorderedSet for string registry | Maxime Coste | |
| 2015-01-21 | Try to fix travis compilation errors | Maxime Coste | |
| 2015-01-16 | Add support for per type default memory domain | Maxime Coste | |
| 2015-01-07 | Add initial memory domain allocation tracking support | Maxime Coste | |
| 2014-12-23 | Remove trailing blank lines | Maxime Coste | |
| 2014-12-16 | Rework hashing, use a more extensible framework similar to n3876 proposal | Maxime 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. | |||
