Alphabetical Index | Tags by Size | Find tag:

StringPool (Grouped)

Authorship: 62% danij, 38% skyjake

View commits by date

Jump down to:
  Refactor (7)
  Added (3)
  libcore (2)
  Debug (1)
  File (1)
  libdeng2 (1)
  PathTree (1)
  qmake (1)
  Test (1)

  Refactor (7) — StringPool

August 2015
2015-08-05 libcore | Refactor : Use C++11 for iterating interned strings in StringPool
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-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

↑ Back to top

  Added (3) — StringPool

November 2012
2012-11-06 Added | Refactor : Added a C++ interface to StringPool
March 2012
2012-03-05 Added : Added build option to use zone memory allocs
2012-03-04 Added : Added automatic unit test

↑ Back to top

  libcore (2) — StringPool

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

↑ Back to top

  Debug (1) — StringPool

July 2018
2018-07-19 Debug | libcore : Use C++ for printing debug output

↑ Back to top

  File (1) — StringPool

November 2012
2012-11-08 File | PathTree | Refactor : Return const String references where suitable

↑ Back to top

  libdeng2 (1) — StringPool

January 2014
2014-01-15 libdeng2 : The 'data' argument of StringPool::iterate() is now optional

↑ Back to top

  PathTree (1) — StringPool

November 2012
2012-11-08 File | PathTree | Refactor : Return const String references where suitable

↑ Back to top

  qmake (1) — StringPool

November 2012
2012-11-07 qmake : Removed build option "deng_stringpoolzoneallocs"

↑ Back to top

  Test (1) — StringPool

March 2012
2012-03-05 Test : Verify serialization and deserialization

↑ Back to top