| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-15 | Replace InternedStrings with SharedString, shared_ptr based | Maxime Coste | |
| 2015-01-13 | Use uint32_t for interned strings slots | Maxime Coste | |
| 2015-01-13 | Add interned string stats in debug command | Maxime Coste | |
| 2015-01-07 | Add initial memory domain allocation tracking support | Maxime Coste | |
| 2014-12-30 | Use a struct rather than a std::pair for InternedString DataAndRefCount | Maxime Coste | |
| 2014-10-29 | Actually release interned string data when refcount drops to 0 | Maxime Coste | |
| 2014-10-28 | Add some asserts in StringRegistry methods | Maxime Coste | |
| 2014-10-28 | Add noexcept spec to move constructor and move assign | Maxime Coste | |
| 2014-10-07 | Small refactor | Maxime Coste | |
| 2014-10-05 | InternedStrings know their slots | Maxime Coste | |
| 2014-10-01 | Add support for interned strings | Maxime Coste | |
| Use interned strings for Modification contents and word database. Interned strings are guaranteed not to move in memory and are reference counted. | |||
