0288280dc1menu fix from iostreams_dev
Jonathan Turkanis
2008-02-20 00:09:06 +0000
7194a92905stringstreams are no longer closable; the semantics of close() for these devices was illconsidered
Jonathan Turkanis
2008-02-19 19:34:07 +0000
34ee5bdaa6merged changes from iostreams_dev, revisions 43243-43298: overhaul of category_of and close(): stringstream is now dual_seekable; standard file streams and string streams are closable; public Boost.Iostreams streams and streambufs are closable; close() pops filtering streams and streambufs
Jonathan Turkanis
2008-02-18 05:48:13 +0000
5344f24a11switched from <wchar.h> to <cwchar>, for stdcxx (which is conforming in this case)
Jonathan Turkanis
2008-02-13 19:42:10 +0000
f7b7dcd1afmerged changes from iostreams_dev, revisions 43059-43238: better debug output for mapped file; fixed large_file_test.cpp under UNICODE on Windows
Jonathan Turkanis
2008-02-13 05:47:44 +0000
3842ee9808fixed return value of read(), to correctly handle eof
Jonathan Turkanis
2008-02-13 05:43:39 +0000
20804cceeePoint links to the pages that used to be in 'more' to the site.
Daniel James
2008-02-10 15:02:17 +0000
263ad52b55Link to people pages on the website, as they've been removed from the download.
Daniel James
2008-02-10 14:56:22 +0000
ecbd2bd5e8merged changes from iostreams_dev, revisions 42962-43059: updated copyright notices
Jonathan Turkanis
2008-02-02 22:10:46 +0000
2ffbb03e07merged changes from iostreams_dev, revisions 42947-42962: fixed tickets 1003, 1139, 1140, 1149
Jonathan Turkanis
2008-01-25 17:56:25 +0000
8aa731d9d4merged changes from iostreams_dev, revisions 42825-42947
Jonathan Turkanis
2008-01-24 06:50:32 +0000
e76db8a77ffull merge from trunk at 42837 of boost/iostreams and libs iostreams
Jonathan Turkanis
2008-01-18 02:03:40 +0000
1302ec994areplaced __IBMCPP__ with _AIX
Jonathan Turkanis
2008-01-16 20:46:56 +0000
2da5ab4ae2botched last commit
Jonathan Turkanis
2008-01-16 01:16:36 +0000
190d77ec73reverted last change except for doc fixes; regression was result of test runner's local patch
Jonathan Turkanis
2008-01-16 01:14:04 +0000
206e4c3a5crewrote treatment of result_of in terms of a new (hopefully temporary) config macro BOOST_IOSTREAMS_NO_RESULT_OF; fixed docs
Jonathan Turkanis
2008-01-15 22:54:40 +0000
f05fc1b347overhaul of dual_use filters: close() is now called just once; suppressed Borland/Dinkumware warnings in mapped_file.hpp
Jonathan Turkanis
2008-01-14 20:47:17 +0000
87c6e54846full merge from trunk at 42712 of boost/iostreams and libs/iostreams
Jonathan Turkanis
2008-01-13 07:33:37 +0000
dda2d33f3fimproved docs
Jonathan Turkanis
2008-01-13 07:17:07 +0000
3cbc8c29ebremoved intel-darwin sepcific code, since it didn't work
Jonathan Turkanis
2008-01-12 20:20:35 +0000
4446a6998dcorrected use of feature detection macros for AIX; simplified implementation slightly; updated docs
Jonathan Turkanis
2008-01-12 20:19:42 +0000
de4149a947merged changes from iostreams_dev; fixes for IBM and more documentation
Jonathan Turkanis
2008-01-11 22:58:21 +0000
42d8be6eb4another attempt to fix linking for compression tests on intel-darwin
Jonathan Turkanis
2008-01-11 19:12:22 +0000
3f1b2a1580force static runtime-link for intel-darwin
Jonathan Turkanis
2008-01-11 01:35:46 +0000
bfa2424fb9merged changes from branches/iostreams_dev, revisions 42645=42660; fix for Intel-darwin; removed dependence of file_descriptor_test and mapped_file_test on library boost_iostreams
Jonathan Turkanis
2008-01-11 00:02:36 +0000
fbf23059a6replaced 2 occurrences of the identifier 'restrict' with BOOST_IOSTREAMS_RESTRICT
Jonathan Turkanis
2008-01-09 23:16:17 +0000
975356158bmerged changes from branches/iostreams_dev, revisions 42602-42624: adding missing included to fix#1550; fix for positioning on IBM; fix for file_descriptor on POSIX; restructed the version range for the Borland workaround in large_file_test.cpp
Jonathan Turkanis
2008-01-08 22:25:01 +0000
0c21da55d2removed unneeded headers, one of which (restrict.hpp) causes failures on IBM Visual Age
Jonathan Turkanis
2008-01-08 04:20:38 +0000
2d11830721merged changes from branches/iostreams_dev revisions 42595-42599; applied Dinkumware implementation of positioning functions to IBM Visual Age; simplified and corrected implementation
Jonathan Turkanis
2008-01-08 03:49:23 +0000
bc7dcedcbdmerged changes from branches/iostreams_dev, revisions 42565-42595:
Jonathan Turkanis
2008-01-07 23:13:26 +0000
3e02e11442merged changes from branches/iostreams_dev, revisions 42544-42544
Jonathan Turkanis
2008-01-07 05:20:32 +0000
f735f49547copy.hpp:
Jonathan Turkanis
2008-01-06 18:32:05 +0000
f20888a667full merge from trunk at 42510 of boost/iostreams and libs/iostreams
Jonathan Turkanis
2008-01-06 07:36:59 +0000
9ea25a989bmerged changes from iostreams_dev, revisions 42441-42469; added 'std::' for Intel on Linux/Darwin; added STDCXX workaround for codecvt; fixed docs for invert.hpp
Jonathan Turkanis
2008-01-05 04:51:49 +0000
33aacdfe44merged changes from iostreams_dev not handled by svnmerge for some reason; use BOOST_NO_RESULT_OF workaround even for late versions of Borland that supposedly have result_of; added 'std::' all over the place for Intel on Linux and Darwin
Jonathan Turkanis
2008-01-03 19:28:01 +0000
9cc19290e6changes from iostreams_dev not merged by svnmerge for some reason; better error reporting for file_offset_64bit_test.cpp; added 'std::' all over the place for Intel on Linux and Darwin; commented out stream_state_test.cpp because it seems to be a test for the standard library, and it is not clear that the standard requires that the test pass
Jonathan Turkanis
2008-01-03 19:10:48 +0000
ac978a1482Modified spelling of my surname to avoid problems with non-ASCII characters.
Markus Schöpflin
2008-01-03 10:04:39 +0000
ce094a70caported changes to large_file_test.cpp from branches/iostreams_dev revisions 42376-42380: - added optimization for win32 (excpet Borland 5.8.2) using mapped files - replaced SetFilePointerEx with SetFilePointer - replaced BOOST_CHECK_MESSAGE with BOOST_REQUIRE_MESSAGE in test for file existence - changed file attributes passed to CreateFile; previous flags were the result of a haphazard attempt to speed up execution - added docs
Jonathan Turkanis
2007-12-30 22:35:46 +0000
65d2b290bfported changes from branches/iostreams_dev revisions 42356-42376:
Jonathan Turkanis
2007-12-30 20:16:41 +0000
3db01ef7cbremoved Boost.Build v1 residue
Jonathan Turkanis
2007-12-30 05:18:37 +0000
9dccd2482bported changes from branches/iostreams_dev revisions 42343-42356
Jonathan Turkanis
2007-12-30 04:19:38 +0000
1753faf9e0ported changes from branches/iostreams_dev revisions 42306-42342: reworking of low-level file access to address #824, plus rigorous tests for large seeks
Jonathan Turkanis
2007-12-29 19:50:22 +0000
e94024b747Add missing iostreams files from iostreams_dev branch. Re-enable these two tests.
K. Noel Belcourt
2007-12-27 00:37:52 +0000
91708aa511Comment out these two tests
K. Noel Belcourt
2007-12-26 22:48:28 +0000
8c65fa7d15ported changes from branches/iostreams_dev revisions 42265-42306
Jonathan Turkanis
2007-12-26 05:45:15 +0000
759f354fd3last commit accidentally included a commented out #if directive
Jonathan Turkanis
2007-12-24 00:37:53 +0000
49ba093a28ported changes from branches/iostreams_dev revisions 42144-42265
Jonathan Turkanis
2007-12-24 00:27:12 +0000
4f85a131deI. Changed signature and specification of boost::iostreams::close(), and made corresponding changes throughout the iostreams library. New spec is:
Jonathan Turkanis
2007-12-14 19:30:07 +0000
149490bfd2Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
de7e62274cFull merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
bea511116cMake sure every library can be installed by using
Vladimir Prus
2007-10-26 09:04:25 +0000
1cd171ab4dUpdated to support C++Builder 2007 Update 3 (bcc32 5.9.2)
Nicola Musatti
2007-10-06 21:32:05 +0000
9733948782Starting point for releases
Beman Dawes
2007-10-05 14:25:06 +0000
cc7bf30ee6Fixed comments listed in #766 that didn't match their described code
Daryle Walker
2007-08-29 19:54:14 +0000
000213c327Remove V1 Jamfiles
Vladimir Prus
2007-08-08 19:02:26 +0000
5a76436893This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'.
nobody
2007-07-24 19:28:14 +0000
3f66947198Added Kim Barrett's patches that merge the changes from 1.33.1 into cvs HEAD.
John Maddock
2007-05-26 12:42:44 +0000
d018df1e70Merge
Vladimir Prus
2007-04-11 19:14:18 +0000
f0b005fa29Do not use peek at source files, link to the library.
Vladimir Prus
2007-04-10 06:02:10 +0000
b7c36db71cAdd file_descriptor.cpp and mapped_file.cpp to the list of compiled files.
Vladimir Prus
2007-04-09 07:02:40 +0000
be54acdf21Merge
Vladimir Prus
2007-03-20 07:31:24 +0000
356ab3d256Fix building bzlib and zlib from source on Windows.
Vladimir Prus
2007-03-20 07:30:43 +0000
b22a60bb19Added a missing const specifier.
Hartmut Kaiser
2007-02-16 17:49:38 +0000
263d00b560Merge: Fix a link to Boost.Build v1 documentation, to link to the Boost.Build redirection page (so that it'll still work in future versions).
Daniel James
2007-01-07 23:52:27 +0000
f2556139adFix a link to Boost.Build v1 documentation, to link to the Boost.Build redirection page (so that it'll still work in future versions).
Daniel James
2007-01-07 22:40:33 +0000
28d32bd743Merged L & C issue fixes from trunk to branch.
Andreas Huber
2006-12-24 09:17:31 +0000
5f19054216Fixed license & copyright issues.
Andreas Huber
2006-12-24 09:14:17 +0000
7b29f6f8ddMerged L & C issue fixes from trunk to branch.
Andreas Huber
2006-12-24 08:52:03 +0000
49e6862e94Fixed license & copyright issues.
Andreas Huber
2006-12-24 08:50:36 +0000
78ecc0bea1merged from trunk to branch
Joaquín M. López Muñoz
2006-12-14 11:51:29 +0000
85ba52f52fmerged from RC_1_33_0 to trunk
Joaquín M. López Muñoz
2006-12-14 11:50:03 +0000
6a8b050d78merged from trunk to branch
Joaquín M. López Muñoz
2006-12-14 08:38:31 +0000
cc047a985cextended Tru64 workaround to CW 9.4
Joaquín M. López Muñoz
2006-12-14 08:37:19 +0000
5c5cf91b52Merge:
Vladimir Prus
2006-11-28 08:12:56 +0000
3d82d1a4e1When parts of iostream lib are directly compiled into tests, without any DLL created, we should not set BOOST_IOSTREAMS_DYN_LIB.
Vladimir Prus
2006-11-28 08:12:02 +0000
ca36467c0dMerge from HEAD. Allow building of shared versions of some Boost.Test libraries. Adjust tests to use always use static linking to Boost.Test, since linking to the shared version requires test changes.
Vladimir Prus
2006-11-10 19:59:52 +0000
de8f315f3bAllow building of shared versions of some Boost.Test libraries. Adjust tests to use always use static linking to Boost.Test, since linking to the shared version requires test changes.
Vladimir Prus
2006-11-10 19:09:56 +0000
63be36457aMerged copyright and license addition
Beman Dawes
2006-11-07 19:27:00 +0000
4718f83c38Added dll-export options.
John Maddock
2006-10-17 12:52:11 +0000
806662fb40Added dll-export options.
John Maddock
2006-10-17 12:52:11 +0000
1fabc2d381added final new-line
Gennaro Prota
2006-07-29 20:38:12 +0000
b9b36b30befixed line endings (Inspect tool); added trailing slash to lib url
Gennaro Prota
2006-07-29 20:37:23 +0000
96e02bb74bfixed line endings (Inspect tool)
Gennaro Prota
2006-07-29 20:23:17 +0000
57eaa462e6Fix EOF and WEOF problem with Sun C++ 5.8 + STLport 4 (note: we don't actually test for exact compiler and library version, as the workaround is standard conforming anyway and we could remove the #if altogether -- except that it's useful to "note" the defect in some way)
Gennaro Prota
2006-07-24 00:05:41 +0000
fe05a0ed16merged from trunk to branch
Joaquín M. López Muñoz
2006-07-20 05:55:29 +0000
fae16946ffplaced ::fpos_t into namespace std when necessary
Joaquín M. López Muñoz
2006-07-20 05:53:53 +0000
2c8b04ee01Added Borland BCB 2006 support
Nicola Musatti
2006-04-23 22:00:35 +0000
d857e16c85Added Borland BCB 2006 support
Nicola Musatti
2006-04-23 22:00:35 +0000
7c51eed691Merged fixed from trunk
Vladimir Prus
2006-03-29 11:21:34 +0000
0ea9821a30Prevent running compression iostream tests when compression is not configured.
Vladimir Prus
2006-03-29 11:16:22 +0000
e3d36e5735Don't run compression tests when compression is not available. This avoids false failures.
Vladimir Prus
2006-03-21 17:17:44 +0000
a286e05a72If zlib and bzi2 are built from source, build them into separate directories, so that we don't get conflict due to file compress.c being present in both.
Vladimir Prus
2006-03-21 17:04:09 +0000
4e1d886581This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21 02:26:31 +0000
51c4446dd7Final fix from Reece
Vladimir Prus
2006-02-21 09:44:28 +0000