summaryrefslogtreecommitdiff
path: root/include/serialize.h
AgeCommit message (Collapse)Author
2011-10-27Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is ↵Naram Qashat
one on every file about anonymous variadic macros that I can't get rid of).
2011-10-21Fixed extracting multiple words from our serializable stringstreamAdam
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from ↵Adam
the list being destructed before members in it
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.