06751e3aebMore extensive read and write tests.
Christopher Kohlhoff
2010-03-19 23:23:28 +0000
8e4a03bd4aAdd change history for 3.1.18 release.
Rene Rivera
2010-03-19 14:37:40 +0000
1e0c61dd01Fix minor typo.
Rene Rivera
2010-03-19 14:05:43 +0000
c7d11474f7Wave: fixed a gcc warning
Hartmut Kaiser
2010-03-19 13:27:44 +0000
5c97ba1e2btry again to get proto assignment overloads right
Eric Niebler
2010-03-19 13:23:26 +0000
ebd4974b46Fix epoll_reactor bug where cancelled operations would complete with a "success" error_code.
Christopher Kohlhoff
2010-03-19 13:08:04 +0000
11dc1b2866Fixed bug in basic_random_generator. It wasn't producing random uuids correctly.
Andy Tompkins
2010-03-19 01:44:52 +0000
f608e83d3aMerge minor fixes from Trunk.
John Maddock
2010-03-18 16:57:43 +0000
ece6cee90cfix error in invocation of callable monomorphic function objects, expression self-assignment creates an assign node
Eric Niebler
2010-03-18 14:28:31 +0000
8f0c2b723acircular_buffer: updated documentation
Jan Gaspar
2010-03-18 12:39:52 +0000
25a42b1cb3circular_buffer: doc update
Jan Gaspar
2010-03-18 12:36:41 +0000
ee4d5f929cFix bug where 0-byte reads were incorrectly passing an eof error_code to the handler. Refs #4023.
Christopher Kohlhoff
2010-03-18 11:08:19 +0000
fc50cc66b3Revert 60652. The 'alias' rule passes 'no-rename' to main-target-sources, and targets.create-metatarget does not, presently, support that. As result:
Vladimir Prus
2010-03-18 08:06:50 +0000
fe2aca3878Use a bitmask type for the resolver flags, as per the TR2 proposal. This will prevent implicit conversion from int to flags, allowing the compiler to catch cases where users incorrectly pass a numeric port number as the service name.
Christopher Kohlhoff
2010-03-18 06:23:38 +0000
fe55f30e1bAdd note to examples on how to limit asio::streambuf growth. Fixes#3370.
Christopher Kohlhoff
2010-03-18 02:21:32 +0000
262e90d1efAdd note to examples on how to limit asio::streambuf growth.
Christopher Kohlhoff
2010-03-18 02:15:23 +0000
994c5477ddClarify that to_bytes() returns addresses in network byte order. Fixes#4005.
Christopher Kohlhoff
2010-03-18 02:03:15 +0000
fddc969ae4Clarify that to_bytes() returns addresses in network byte order. Refs #4005.
Christopher Kohlhoff
2010-03-18 01:54:43 +0000
b83fdaa65ffunctional::make_expr and functional::unpack_expr return const-qualified rvalues
Eric Niebler
2010-03-18 01:32:54 +0000
46fda82cf7Define NOMINMAX for all Windows compilers, not just Cygwin. Users can define BOOST_ASIO_NO_NOMINMAX to suppress this definition.
Christopher Kohlhoff
2010-03-18 01:32:34 +0000
95510283fcMerge reworked implementation from trunk.
Christopher Kohlhoff
2010-03-18 00:58:47 +0000
dd14c513cdundoing previous commit.
Emil Dotchevski
2010-03-17 19:39:36 +0000
5e7abf6f0cAdd support for Boost.Ref in match_results::format. Update docs accordingly. Fixes#4020.
John Maddock
2010-03-17 18:20:09 +0000
ceea456db4Spirit: documentation fixes
Hartmut Kaiser
2010-03-16 12:14:46 +0000
7c275505a1Spirit: fixed comments to match code
Hartmut Kaiser
2010-03-16 12:10:56 +0000
8a1e6f730cMerge changes from Trunk: Minor update to docs, with graphics regenerated. Fix some minor inspection script errors. Improve performance of a few of the algorithms. Fix a few compiler warnings etc.
John Maddock
2010-03-16 11:37:39 +0000
b28ff09247simplify and generalize display_expr
Eric Niebler
2010-03-16 04:55:13 +0000
fae02343f5Warnings
Emil Dotchevski
2010-03-16 02:41:49 +0000
5ac1b3546aadd proto::assert_matches function and friends to debug.hpp, flesh out docs for Expr concept
Eric Niebler
2010-03-16 01:20:57 +0000
a002bb0af3boost/python/object_core.hpp: new .is_none() member function
Ralf W. Grosse-Kunstleve
2010-03-15 22:00:30 +0000
1dadeba008Add definition of BOOST_MSVC_FULL_VER_WORKAROUND_GUARD. Fixes#4012
Steven Watanabe
2010-03-15 21:14:55 +0000
1cdb7bc74dsee #3968 test/test_coordinate_matrix_sort.cpp: fixed wrong index in check test/utils.hpp: fixed wrong exit code on failure
Gunter Winkler
2010-03-15 19:59:11 +0000
a43ce5b30cMerge patches from Trunk.
John Maddock
2010-03-15 17:55:47 +0000
0853edb69aMerge doc updates from Trunk.
John Maddock
2010-03-15 17:53:53 +0000
5ba4cf6313Mark up Random failures
Steven Watanabe
2010-03-15 17:24:54 +0000
47bb561abbTry to help out borland
Steven Watanabe
2010-03-15 17:18:52 +0000
2cb731ecadAdd build script.
John Maddock
2010-03-15 17:07:12 +0000
567e349873Attempt to fix Sun CC 5.10 failures
Steven Watanabe
2010-03-15 16:46:53 +0000
5fc78b33fcAddressing #3816. Moved array_binary tree to top-level boost namespace, which seems to be where most basic data structures. The change introduces no name collisions, since its only user is mutable_queue. This change deprecates the use of adstl::array_binary_tree for all users.
Andrew Sutton
2010-03-15 11:22:16 +0000
d2e0f9a769Reviewed and applied patch from #4004. Removed one ", which" change since the resulting change made the trailing clause read as if it applied to the wrong type.
Andrew Sutton
2010-03-15 11:00:35 +0000
8a9b3ce51aapplying Hartmut's fast string trick.
Joel de Guzman
2010-03-15 04:35:41 +0000
0f81065fb8ptrdiff_t is in std. Refs #2505.
Daniel James
2010-03-14 18:04:30 +0000
6a00318f22In position_to_offset, only cast to stream_offset after calculating _Myoff. Refs #3969.
Daniel James
2010-03-14 18:00:45 +0000
1407e159ddfix for 64 bits
Joel de Guzman
2010-03-12 23:49:26 +0000
2cf8ec80dfAdd back redirects to avoid breaking external links
Steven Watanabe
2010-03-12 19:15:53 +0000
5c61ce0c22Fixes#4000.
John Maddock
2010-03-12 16:57:29 +0000