annotate src/zlib-1.2.8/contrib/iostream3/TODO @ 56:af97cad61ff0

Add updated build of PortAudio for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 03 Jan 2017 15:10:52 +0000
parents 5ea0608b923f
children
rev   line source
Chris@43 1 Possible upgrades to gzfilebuf:
Chris@43 2
Chris@43 3 - The ability to do putback (e.g. putbackfail)
Chris@43 4
Chris@43 5 - The ability to seek (zlib supports this, but could be slow/tricky)
Chris@43 6
Chris@43 7 - Simultaneous read/write access (does it make sense?)
Chris@43 8
Chris@43 9 - Support for ios_base::ate open mode
Chris@43 10
Chris@43 11 - Locale support?
Chris@43 12
Chris@43 13 - Check public interface to see which calls give problems
Chris@43 14 (due to dependence on library internals)
Chris@43 15
Chris@43 16 - Override operator<<(ostream&, gzfilebuf*) to allow direct copying
Chris@43 17 of stream buffer to stream ( i.e. os << is.rdbuf(); )