Boost C++ Libraries: Ticket #930: iostream and zlib https://svn.boost.org/trac10/ticket/930 <pre class="wiki">I've successfully used (only slightly modified) classes gzifstream and gzofstream in SGI IRIX and GNU Linux environments. The code was obtained from directory zlib-1.1.3/contrib/iostream of http://www.info-zip.org/pub/infozip/zlib/zlib.tar.gz . Now it seems to me that the code won't compile with standard iostream classes. Has anyone made the necessary changes to compile it ? Or, does someone know that it won't be possible to make it work again ? Or, is there a better solution for that need, ie. to have a pair of classes derived from istream and ostream that allow compression and uncompression on the fly ? Yours, Jorma Laaksonen </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/930 Trac 1.4.3 nobody Tue, 04 Sep 2001 12:30:56 GMT <link>https://svn.boost.org/trac10/ticket/930#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/930#comment:1</guid> <description> <pre class="wiki">Logged In: NO I wrote a class which compiles with the standard library. (gcc-3.0) It follows mainly the book from Langer and Kreft Standard C++ IOStreams and Locales. It works for me but it could need further testing and perhaps a bit of optimisation. If your are interested just send an email. Yours Peter Maunz </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>jmaurer</dc:creator> <pubDate>Sun, 06 Jan 2002 14:03:50 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/930#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/930#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=53943 I believe a facility like this is useful. Please join the boost mailing list, hosted on www.yahoogroups.com, and post your suggestion there. Jens Maurer </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Dave Abrahams</dc:creator> <pubDate>Fri, 06 Jul 2007 12:32:57 GMT</pubDate> <title>description, reporter changed; cc, severity set https://svn.boost.org/trac10/ticket/930#comment:3 https://svn.boost.org/trac10/ticket/930#comment:3 <ul> <li><strong>cc</strong> <span class="trac-author">technews@…</span> added </li> <li><strong>severity</strong> → <span class="trac-field-new">Showstopper</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/930?action=diff&amp;version=3">diff</a>) </li> <li><strong>reporter</strong> changed from <span class="trac-author">jorma9</span> to <span class="trac-author">jorma9@…</span> </li> </ul> <p> This is probably outdated; if Jonathan Turkanis doesn't address this ticket soon it should probably be closed. </p> Ticket Peter Dimov Sun, 22 Jul 2007 00:28:15 GMT severity changed https://svn.boost.org/trac10/ticket/930#comment:4 https://svn.boost.org/trac10/ticket/930#comment:4 <ul> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Optimization</span> </li> </ul> Ticket Daryle Walker Fri, 03 Aug 2007 12:31:13 GMT component changed https://svn.boost.org/trac10/ticket/930#comment:5 https://svn.boost.org/trac10/ticket/930#comment:5 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">iostreams</span> </li> </ul> Ticket Marshall Clow Wed, 22 Aug 2007 23:57:37 GMT owner, status changed https://svn.boost.org/trac10/ticket/930#comment:6 https://svn.boost.org/trac10/ticket/930#comment:6 <ul> <li><strong>owner</strong> changed from <span class="trac-author">nobody</span> to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> </ul> Ticket anonymous Thu, 23 Aug 2007 01:24:05 GMT <link>https://svn.boost.org/trac10/ticket/930#comment:7 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/930#comment:7</guid> <description> <p> the iostreams library currently supports gzip, bzip2 and zlib compression via filters which can applied to the streams. </p> <p> I am not sure what this (6 year old) case is requesting which might be any different than is what exists today in 1.34.x </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Fri, 24 Aug 2007 14:38:56 GMT</pubDate> <title>status, resolution changed https://svn.boost.org/trac10/ticket/930#comment:8 https://svn.boost.org/trac10/ticket/930#comment:8 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket