| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-28 | Style fixes | Maxime Coste | |
| 2014-10-28 | Add noexcept spec to move constructor and move assign | Maxime Coste | |
| 2014-10-28 | mark InternedString move constructor noexcept | Maxime Coste | |
| 2014-10-28 | Fix interned string hashing, we need to hash content | Maxime Coste | |
| 2014-10-23 | Fix slow InternedString copy constructor | Maxime Coste | |
| 2014-10-07 | WordDB: Use interned strings pointing directly into the buffer line data | Maxime Coste | |
| 2014-10-05 | InternedStrings know their slots | Maxime Coste | |
| 2014-10-03 | Use InternedStrings for buffer contents | 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. | |||
