aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_rewind.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann1-22/+11
Reduce header dependencies.
2014-08-13test/test_rewind: add missing stdlib.h includeMax Kellermann1-0/+1
For EXIT_SUCCESS.
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-3/+3
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 Kellermann1-0/+164