summaryrefslogtreecommitdiff
path: root/test/test_rewind.cxx
AgeCommit message (Collapse)Author
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann
Reduce header dependencies.
2014-08-13test/test_rewind: add missing stdlib.h includeMax Kellermann
For EXIT_SUCCESS.
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
2014-05-21test/test_rewind: unit test for class RewindInputStreamMax Kellermann