summaryrefslogtreecommitdiff
path: root/lib/common/Archive.h
Commit message (Collapse)AuthorAge
* Add support for uint16 types to ArchiveChris Wilson2015-09-19
|
* Add support for optional items in Archives.Chris Wilson2015-06-10
| | | | | If the item is not present (the end of the Archive is reached instead) then a default value is returned instead of throwing an exception.
* Add missing timeouts to Archive Read() calls.Chris Wilson2015-06-10
|
* Whitespace and semicolon-after-macro fixes.Chris Wilson2015-04-06
|
* Add missing timeouts to Archive reads.Chris Wilson2015-04-06
| | | | Allows Archive to be used safely on network streams.
* Add helper method to read a value that might not be present in an ArchiveChris Wilson2012-10-22
| | | | | (end of Archive) to avoid duplicating this code many times.
* Add methods to read and write exact 32-bit and 64-bit types.Chris Wilson2009-11-11
|
* Merge chris/bb-save-state, resolving conflictsBen Summers2006-01-30