| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
[SVN r66166]
|
| |
| |
| |
| | |
[SVN r66165]
|
| |
| |
| |
| | |
[SVN r66163]
|
| |
| |
| |
| | |
[SVN r66151]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
------------------------------------------------------------------------
r66117 | jhunold | 2010-10-20 17:56:49 +0200 (Mi, 20 Okt 2010) | 2 lines
do not clear flags already set by common.handle-options in init()
------------------------------------------------------------------------
[SVN r66148]
|
| |
| |
| |
| |
| |
| | |
BOOST_TYPEOF_MESSAGE
[SVN r66131]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
#4593 Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za
#3520 Syntax Error in boost/typeof/typeof.hpp
#4605 Make BOOST_TYPEOF_SILENT default
Apply variadic functions patch from Sergey Zubkovsky.
Allow inclusion of typeof.hpp for compilers (borland) that does not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler
[SVN r66130]
|
| |
| |
| |
| |
| |
| | |
not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler
[SVN r66129]
|
| |
| |
| |
| |
| |
| | |
Fixes #4721.
[SVN r66116]
|
| |
| |
| |
| | |
[SVN r66108]
|
| |
| |
| |
| | |
[SVN r66105]
|
| |
| |
| |
| | |
[SVN r66100]
|
| |
| |
| |
| | |
[SVN r66093]
|
| |
| |
| |
| | |
[SVN r66089]
|
| |
| |
| |
| | |
[SVN r66085]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
........
r66022 | chris_kohlhoff | 2010-10-17 00:15:51 +1100 (Sun, 17 Oct 2010) | 2 lines
Pass NULL for servname rather than empty string, as per POSIX. Fixes #4690.
........
r66056 | chris_kohlhoff | 2010-10-18 08:24:55 +1100 (Mon, 18 Oct 2010) | 2 lines
Fix so that read operations do not accept const_buffers_1 arguments. Fixes #4746.
........
[SVN r66080]
|
| |
| |
| |
| | |
[SVN r66073]
|
| |
| |
| |
| | |
[SVN r66068]
|
| |
| |
| |
| | |
[SVN r66067]
|
| |
| |
| |
| | |
[SVN r66066]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
........
r65998 | chris_kohlhoff | 2010-10-16 15:30:12 +1100 (Sat, 16 Oct 2010) | 2 lines
Make unit tests build faster.
........
r66002 | chris_kohlhoff | 2010-10-16 16:13:46 +1100 (Sat, 16 Oct 2010) | 2 lines
Add a test case for bug where a deadline timer never fires if the io_service is run in a background thread. N.B. fails only on platforms that use kqueue. Fixes #4568.
........
r66004 | chris_kohlhoff | 2010-10-16 16:43:03 +1100 (Sat, 16 Oct 2010) | 2 lines
Fix the way the kqueue_reactor is interrupted when a new timer is scheduled. Fixes #4568.
........
r66005 | chris_kohlhoff | 2010-10-16 17:27:45 +1100 (Sat, 16 Oct 2010) | 2 lines
Fix a const-correctness issue that prevents valid uses of has_service<> from compiling. Fixes #4638.
........
r66006 | chris_kohlhoff | 2010-10-16 18:06:18 +1100 (Sat, 16 Oct 2010) | 2 lines
Use lower-case to keep MinGW cross-compilers happy. Fixes #4491.
........
r66007 | chris_kohlhoff | 2010-10-16 18:24:47 +1100 (Sat, 16 Oct 2010) | 2 lines
Don't use deprecated system functions. Fixes #4672.
........
r66008 | chris_kohlhoff | 2010-10-16 20:47:11 +1100 (Sat, 16 Oct 2010) | 2 lines
Ensure close()/closesocket() failures are correctly propagated. Fixes #4573.
........
r66009 | chris_kohlhoff | 2010-10-16 21:01:14 +1100 (Sat, 16 Oct 2010) | 2 lines
Check return code of InitializeCriticalSectionAndSpinCount. Fixes #4574.
........
r66010 | chris_kohlhoff | 2010-10-16 22:04:08 +1100 (Sat, 16 Oct 2010) | 2 lines
Add support for hardware flow control on QNX. Fixes #4625.
........
r66014 | chris_kohlhoff | 2010-10-16 22:39:13 +1100 (Sat, 16 Oct 2010) | 2 lines
Always use pselect() on HP-UX, if it is available. Fixes #4578.
........
r66017 | chris_kohlhoff | 2010-10-16 23:23:56 +1100 (Sat, 16 Oct 2010) | 2 lines
Ensure handler arguments are passed as lvalues. Fixes #4744.
........
r66018 | chris_kohlhoff | 2010-10-16 23:39:06 +1100 (Sat, 16 Oct 2010) | 2 lines
Fix Windows build when thread support is disabled. Fixes #4680.
........
r66020 | chris_kohlhoff | 2010-10-16 23:59:29 +1100 (Sat, 16 Oct 2010) | 3 lines
Timers with expiry times set more than 5 minutes in the future need the
waitable timer to be periodic. Fixes #4745.
........
r66035 | chris_kohlhoff | 2010-10-17 22:33:28 +1100 (Sun, 17 Oct 2010) | 2 lines
Version bump.
........
[SVN r66037]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
https://svn.boost.org/svn/boost/trunk
........
r65843 | eric_niebler | 2010-10-08 13:35:43 -0700 (Fri, 08 Oct 2010) | 1 line
support non-rtti compilers
........
r65864 | eric_niebler | 2010-10-09 11:30:55 -0700 (Sat, 09 Oct 2010) | 1 line
add const-qualified overloads of proto::eval
........
[SVN r66027]
|
| |
| |
| |
| | |
[SVN r66021]
|
| |
| |
| |
| | |
[SVN r66015]
|
| |
| |
| |
| | |
[SVN r66012]
|
| |
| |
| |
| | |
[SVN r65978]
|
| |
| |
| |
| | |
[SVN r65976]
|
| |
| |
| |
| | |
[SVN r65975]
|
| |
| |
| |
| | |
[SVN r65968]
|
| |
| |
| |
| | |
[SVN r65962]
|
| |
| |
| |
| | |
[SVN r65927]
|
| |
| |
| |
| | |
[SVN r65926]
|
| |
| |
| |
| | |
[SVN r65925]
|
| |
| |
| |
| |
| |
| | |
images, for instance rgb31 or rgb63.
[SVN r65912]
|
| |
| |
| |
| |
| |
| | |
satisfy the regular type concept.
[SVN r65910]
|
| |
| |
| |
| |
| |
| | |
satisfy the regular type concept.
[SVN r65909]
|
| |
| |
| |
| | |
[SVN r65908]
|
| |
| |
| |
| |
| |
| | |
gcc ( 4.4 and more ) compilers. See #3041 and #3619.
[SVN r65907]
|
| |
| |
| |
| | |
[SVN r65898]
|
| |
| |
| |
| | |
[SVN r65895]
|
| |
| |
| |
| | |
[SVN r65888]
|
| |
| |
| |
| | |
[SVN r65869]
|
| |
| |
| |
| | |
[SVN r65868]
|
| |
| |
| |
| | |
[SVN r65867]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
https://svn.boost.org/svn/boost/trunk
........
r65788 | eric_niebler | 2010-10-06 12:02:04 -0700 (Wed, 06 Oct 2010) | 1 line
as() handles wide sub_match objects correctly, fixes #4496
........
[SVN r65866]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
------------------------------------------------------------------------
r65838 | jhunold | 2010-10-08 19:48:40 +0200 (Fr, 08 Okt 2010) | 2 lines
Fix: adjust toolset-tag to changed toolset definition.
------------------------------------------------------------------------
[SVN r65856]
|
| |
| |
| |
| | |
[SVN r65845]
|
| |
| |
| |
| | |
[SVN r65844]
|
| |
| |
| |
| | |
[SVN r65839]
|
| |
| |
| |
| | |
[SVN r65821]
|