summaryrefslogtreecommitdiff
path: root/src/shared_string.cc
AgeCommit message (Expand)Author
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-04-16Use an UnorderedSet for string registryMaxime Coste
2015-03-30Replace various adhoc operator+ based formatting with format funcMaxime Coste
2015-01-19rename SharedString::Storage to StringStorage and use directly in BufferMaxime Coste
2015-01-19Use a single allocation for SharedString::StorageMaxime Coste
2015-01-18Replace std::shared_ptr with homemade, intrusive, ref_ptrMaxime Coste
2015-01-15Replace InternedStrings with SharedString, shared_ptr basedMaxime Coste