annotate src/zlib-1.2.7/contrib/iostream3/TODO @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents e13257ea84a4
children
rev   line source
Chris@4 1 Possible upgrades to gzfilebuf:
Chris@4 2
Chris@4 3 - The ability to do putback (e.g. putbackfail)
Chris@4 4
Chris@4 5 - The ability to seek (zlib supports this, but could be slow/tricky)
Chris@4 6
Chris@4 7 - Simultaneous read/write access (does it make sense?)
Chris@4 8
Chris@4 9 - Support for ios_base::ate open mode
Chris@4 10
Chris@4 11 - Locale support?
Chris@4 12
Chris@4 13 - Check public interface to see which calls give problems
Chris@4 14 (due to dependence on library internals)
Chris@4 15
Chris@4 16 - Override operator<<(ostream&, gzfilebuf*) to allow direct copying
Chris@4 17 of stream buffer to stream ( i.e. os << is.rdbuf(); )