summaryrefslogtreecommitdiff
path: root/libs/iostreams
Commit message (Expand)AuthorAgeFilesLines
* Added test for fix for Bug #6576; thanks to BorisMarshall Clow2012-08-081-0/+0
* Fix throwing error; Refs #6576Marshall Clow2012-08-081-0/+0
* Iostreams: Fix gzip test failures in C++0x gcc 4.4.Daniel James2012-05-081-0/+0
* Fix: remove obsolete test using removed Boost.Filesystem V2Jürgen Hunold2012-04-271-0/+0
* Fix: use official Boost.Filesystem API.Jürgen Hunold2012-04-251-0/+0
* Fix parameters for filter::close. Refs #6650.Daniel James2012-03-031-0/+0
* Iostreams: Fix test for latest Boost.Test changes.Daniel James2012-02-111-0/+0
* Iostreams: More documentation fixes. Refs #6541.Daniel James2012-02-101-0/+0
* Iostreams: Fix typos in comments. Refs #6530.Daniel James2012-02-071-0/+0
* Iostreams. Documentation fixes. Refs #6530.Daniel James2012-02-071-0/+0
* applied patches from #5908Jonathan Turkanis2012-01-041-0/+0
* Fix 'occurred' in iostreams and unordered. Refs #6003Daniel James2011-12-241-0/+0
* Iostreams: Rename `check` to avoid apple macro.Daniel James2011-12-121-0/+0
* eliminated unit_test_framework and BOOST_MESSAGEGennadiy Rozental2011-10-051-0/+0
* Iostreams: Remove last revised date. Refs #5695Daniel James2011-07-131-0/+0
* Iostreams: Use sfinae workaround in Visual C++ 8, as well as 7.1.Daniel James2011-06-231-0/+0
* Iostreams: In chains, clean up properly when close throws in the destructor. ...Daniel James2011-06-111-0/+0
* Iostreams: Disable assign from filesystem2 path on Visual C++ 7.1.Daniel James2011-06-051-0/+0
* Iostreams: Support filesystem3 paths. Refs #4485.Daniel James2011-06-031-0/+0
* Fix __APPLE__ configuration problem that was causing Boost B-tree to fail on ...Beman Dawes2011-05-191-0/+0
* Fix typo. Fixes #5338.Steven Watanabe2011-04-071-0/+0
* Add gzip.cpp to the list of required sources for gzip. Fixes #5388.Steven Watanabe2011-04-061-0/+0
* Iostreams: Add a couple of undocumented methods. Refs #5242.Daniel James2011-03-201-0/+0
* Note about change in iostreams.Daniel James2011-03-091-0/+0
* Update some links from iostreams.Daniel James2011-02-271-0/+0
* Fix flush regression. Fixes #4590.Steven Watanabe2011-02-111-0/+0
* Mark the right functions as deprecated.Steven Watanabe2011-01-021-0/+0
* Use BOOST_ASSERT in iostreams.Daniel James2010-11-141-0/+0
* Fix `write` return type in sink concept.Daniel James2010-10-311-0/+0
* Fix some html errors in the iostreams frame page.Daniel James2010-09-091-0/+0
* Fix a couple of links to range from iostreams.Daniel James2010-07-151-0/+0
* Typo.Daniel James2010-07-111-0/+0
* Add Steven Watanabe's many fixes to the iostreams release notes.Daniel James2010-07-101-0/+0
* Fix inspect issues.Daniel James2010-07-081-0/+0
* Fix headers.Daniel James2010-06-301-0/+0
* Repeat the new file descriptor tests for the three different classes.Daniel James2010-06-291-0/+0
* Some more windows fixes for my recent iostreams changes.Daniel James2010-06-291-0/+0
* Fix call to `unique_path` on windows. Refs #2325.Daniel James2010-06-291-0/+0
* Add change to iostreams release note.Daniel James2010-06-291-0/+0
* Try to improve file_descriptor's ownership policies. Refs #3517Daniel James2010-06-291-0/+0
* Use `unique_path` instead of tmpnam. Refs #2325.Daniel James2010-06-291-0/+0
* Document private mapping with mapped_file. Refs #1612.Steven Watanabe2010-06-241-0/+0
* Add back missing Boost license.Steven Watanabe2010-06-241-0/+0
* Use doc/src/images in iostreams.Daniel James2010-06-201-0/+0
* Allow bzip2_decompressor to process multiple concatenated streams. Fixes #3853.Steven Watanabe2010-06-171-0/+0
* Make basic_file and basic_file_sync Flushable. Fixes #2998.Steven Watanabe2010-06-171-0/+0
* Fix gzip errors. direct_streambuf should always have true_eof set.Steven Watanabe2010-06-171-0/+0
* Make sure that direct_streambuf and indirect_streambuf are reset correctly on...Steven Watanabe2010-06-171-0/+0
* Replace GENERIC_ALL with GENERIC_READ | GENERIC_WRITE. Fixes #2996.Steven Watanabe2010-06-171-0/+0
* Make concept_adapter work with custom char_traits. Fixes #2356.Steven Watanabe2010-06-171-0/+0