Alphabetical Index | Tags by Size | Find tag:

StringPool

Authorship: 62% danij, 38% skyjake

View commits by groups

July 2018
2018-07-19 Debug | libcore : Use C++ for printing debug output
August 2015
2015-08-05 libcore | Refactor : Use C++11 for iterating interned strings in StringPool
January 2014
2014-01-15 libdeng2 : The 'data' argument of StringPool::iterate() is now optional
November 2012
2012-11-09 Refactor : Reimplemented (de)serialization with Reader/Writer
2012-11-08 File | PathTree | Refactor : Return const String references where suitable
2012-11-08 Refactor : StringPool now uses de::String natively
2012-11-07 qmake : Removed build option "deng_stringpoolzoneallocs"
2012-11-06 Refactor : Dumped StringPool's now redundant C wrapper API
2012-11-06 Added | Refactor : Added a C++ interface to StringPool
March 2012
2012-03-06 Refactor : A pointer can be stored for each interned string
2012-03-05 Added : Added build option to use zone memory allocs
2012-03-05 Test : Verify serialization and deserialization
2012-03-04 Added : Added automatic unit test