Commit graph

24911 commits

Author SHA1 Message Date
Joel de Guzman
e53792c6ea --countoff
[SVN r37688]
2007-05-14 12:20:33 +00:00
Ronald Garcia
fa9315b7ac *** empty log message ***
[SVN r37687]
2007-05-13 15:13:28 +00:00
Tobias Schwinger
d9f2038beb removes outdated test case
[SVN r37685]
2007-05-13 13:58:19 +00:00
Tobias Schwinger
a839535d56 libs/function_types/* - check-in
[SVN r37684]
2007-05-13 13:12:51 +00:00
Tobias Schwinger
432633778d adds full support for pointer to member object type.
[SVN r37683]
2007-05-13 13:02:45 +00:00
Christopher Kohlhoff
01fc66f429 Fix compiler warnings.
[SVN r37682]
2007-05-13 08:23:08 +00:00
Christopher Kohlhoff
aec6d40dec Allow everything to compile on platforms where IPV6_V6ONLY is not defined
(such as Linux distros with a 2.4 kernel), but make any use of ip::v6_only
fail at runtime.


[SVN r37681]
2007-05-13 08:18:09 +00:00
Marcin Kalicinski
9b946de0fb Adding property_tree
[SVN r37680]
2007-05-12 22:02:53 +00:00
Ion Gaztañaga
1dada4377b Borland compilers not supported
[SVN r37677]
2007-05-12 13:01:18 +00:00
Ion Gaztañaga
a01b2ddc87 Changes to correct regression tests for intel-win-9.1 & cw-9.4
[SVN r37676]
2007-05-12 12:54:15 +00:00
Ion Gaztañaga
9fa80ce17e Changes to correct regression tests for intel-win-9.1 & cw-9.4
[SVN r37675]
2007-05-12 12:34:55 +00:00
Christopher Kohlhoff
ae1dd9867c Update documentation.
[SVN r37674]
2007-05-12 10:52:21 +00:00
Christopher Kohlhoff
ba5c04962b Preserve the user-set blocking mode over an async connect.
[SVN r37673]
2007-05-12 10:48:24 +00:00
Christopher Kohlhoff
93a6e27bb6 Need to define IPV6_UNICAST_HOPS when building with an old Platform SDK.
[SVN r37672]
2007-05-12 10:48:01 +00:00
Christopher Kohlhoff
cecc43f39a Zero out address structure to prevent failures on some platforms.
[SVN r37671]
2007-05-12 10:47:15 +00:00
Christopher Kohlhoff
fc157c0c78 Some older UNIX platforms return EPROTO from accept() to indicate that a
connection was lost before being fully established.


[SVN r37670]
2007-05-12 10:46:47 +00:00
Joel de Guzman
e66c35df98 --countoff
[SVN r37669]
2007-05-12 09:08:13 +00:00
Aleksey Gurtovoy
bb373831a3 Do not terminate reports generation because of a particular result file's errors
[SVN r37667]
2007-05-12 05:35:10 +00:00
Vladimir Prus
af67928482 Pass result via virtual-target.register
[SVN r37666]
2007-05-11 12:58:36 +00:00
Beman Dawes
fef5dd9dcf add include for <cassert> (Ryo Igarashi)
[SVN r37665]
2007-05-11 11:57:38 +00:00
Joel de Guzman
1d056fca8a --countoff
[SVN r37664]
2007-05-11 09:58:34 +00:00
Lubomir Bourdev
0ccf8e43de Hooked up GIL regression tests to run from boost/status
Added kth_channel_view (like nth_channel_view but operates on heterogeneous views)


[SVN r37659]
2007-05-10 22:39:02 +00:00
Rene Rivera
746133a80c Fix open() to correctly call the forwarding _open_ function.
[SVN r37656]
2007-05-10 01:40:21 +00:00
Douglas Gregor
9cd37edc96 make make check work
[SVN r37654]
2007-05-09 22:09:46 +00:00
Joel de Guzman
00797129f5 --countoff
[SVN r37652]
2007-05-09 16:25:55 +00:00
Rene Rivera
bc817bc8fc Move from sandbox.
[SVN r37651]
2007-05-09 15:49:32 +00:00
John Maddock
47a35112b2 Fix author group logic.
[SVN r37649]
2007-05-09 12:56:07 +00:00
Eric Niebler
12a7da1766 use as_arg instead of as_expr to avoid needless copying, proto::make_expr is slightly less broken
[SVN r37645]
2007-05-09 06:55:32 +00:00
Christopher Kohlhoff
392c58c4d7 Revert incorrect change to one of the test checks.
[SVN r37641]
2007-05-08 22:51:34 +00:00
Dan Marsden
c6ab4ce98d tests for assoc struct adaptor
[SVN r37639]
2007-05-08 22:16:09 +00:00
Dan Marsden
8f098efe68 adding struct associative adaptor
[SVN r37638]
2007-05-08 22:14:58 +00:00
Peter Dimov
0429c16812 atomic_count_gcc_x86 added since _sync doesn't work on i386
[SVN r37637]
2007-05-08 20:14:38 +00:00
Peter Dimov
d5d2d9e012 Define BOOST_HAS_RVALUE_REFS for ConceptGCC and OSL5-gcc
[SVN r37636]
2007-05-08 19:56:40 +00:00
John Maddock
5c80969521 Added note about configure not effecting the build process.
[SVN r37635]
2007-05-08 16:59:24 +00:00
Eric Niebler
7c652918ec wrap <author> in <authorgroup>
[SVN r37634]
2007-05-08 16:53:31 +00:00
Rene Rivera
2da96e236c Set the version number of msvc when configuring a default autodetected version.
[SVN r37633]
2007-05-08 15:45:38 +00:00
Christopher Kohlhoff
e7f5df55fc Add documentation note specifying that pending handlers are still executed
after a strand is destroyed.


[SVN r37632]
2007-05-08 13:40:08 +00:00
Christopher Kohlhoff
8eccf308d2 Ensure internal non-blocking flag is set if the user wants non-blocking.
[SVN r37631]
2007-05-08 13:39:04 +00:00
Christopher Kohlhoff
3518acc6a7 Add example illustrating a custom handler invocation hook.
[SVN r37630]
2007-05-08 13:02:39 +00:00
Ronald Garcia
159b7cdaf2 *** empty log message ***
[SVN r37629]
2007-05-08 12:55:02 +00:00
Christopher Kohlhoff
2b4598d8fa Add header file containing Boost.Asio version number.
[SVN r37628]
2007-05-08 12:20:38 +00:00
Aleksey Gurtovoy
1f3d4fb409 Factor out rename into a function
[SVN r37627]
2007-05-08 11:40:35 +00:00
Aleksey Gurtovoy
32d6732dd5 More space-related fixes
[SVN r37626]
2007-05-08 11:27:27 +00:00
Christopher Kohlhoff
d015079e15 Artifacts of new boostify.pl.
[SVN r37625]
2007-05-08 10:55:32 +00:00
Christopher Kohlhoff
15304bc8bf Fix another incorrect condition.
[SVN r37624]
2007-05-08 10:55:12 +00:00
Christopher Kohlhoff
336fbd4d3b Fix test failure caused by incorrect condition check.
[SVN r37623]
2007-05-08 10:49:40 +00:00
Rene Rivera
4bc5fcaa54 Fixes to allow individual patch files in the patchwork.
[SVN r37622]
2007-05-07 23:42:20 +00:00
Aleksey Gurtovoy
7586215fe1 Bug fix
[SVN r37621]
2007-05-07 21:06:59 +00:00
Ronald Garcia
bb330c94ac *** empty log message ***
[SVN r37619]
2007-05-07 14:26:10 +00:00
Douglas Gregor
4383a3a9e2 Don't use non-breaking spaces when indenting
[SVN r37618]
2007-05-07 13:08:48 +00:00