Mercurial > hg > sv-dependency-builds
annotate src/zlib-1.2.7/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 | 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(); ) |