summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merging from trunkHartmut Kaiser2010-10-241-0/+0
| | | | | | | | [SVN r66166]
| * Wave, Spirit: merging from trunkHartmut Kaiser2010-10-242-0/+0
| | | | | | | | [SVN r66165]
| * Merge minor tweaks from Trunk.John Maddock2010-10-241-0/+0
| | | | | | | | [SVN r66163]
| * Merge fix for unordered container insertion bug.Daniel James2010-10-231-0/+0
| | | | | | | | [SVN r66151]
| * Merge 66117 from ^/trunkJürgen Hunold2010-10-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ 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]
| * from trunk: Updated documentation of typeof, added documentation for ↵Peder Holt2010-10-211-0/+0
| | | | | | | | | | | | BOOST_TYPEOF_MESSAGE [SVN r66131]
| * Integrated from trunk:Peder Holt2010-10-211-0/+0
| | | | | | | | | | | | | | | | | | | | #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]
| * From trunk: Allow inclusion of typeof.hpp for compilers (borland) that does ↵Peder Holt2010-10-211-0/+0
| | | | | | | | | | | | 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]
| * Merge fixes from Trunk.John Maddock2010-10-201-0/+0
| | | | | | | | | | | | Fixes #4721. [SVN r66116]
| * updated version number in doc to 1.45, whoops forgot a file :-)David Bellot2010-10-191-0/+0
| | | | | | | | [SVN r66108]
| * updated version number in doc to 1.45David Bellot2010-10-191-0/+0
| | | | | | | | [SVN r66105]
| * Merged r66097, r66098, and r66099 from trunk; refs #4758, #4752, #4753, #4631Jeremiah Willcock2010-10-191-0/+0
| | | | | | | | [SVN r66100]
| * Merged changes r65193, r65939, r65963, and r65964 from trunk; refs #4731, #4737Jeremiah Willcock2010-10-192-0/+0
| | | | | | | | [SVN r66093]
| * Spirit: merging from trunkHartmut Kaiser2010-10-191-0/+0
| | | | | | | | [SVN r66089]
| * beta ublas for 1.45David Bellot2010-10-191-0/+0
| | | | | | | | [SVN r66085]
| * Merge from trunk.Christopher Kohlhoff2010-10-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ........ 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]
| * Spirit: merging from trunkHartmut Kaiser2010-10-181-0/+0
| | | | | | | | [SVN r66073]
| * Merge iostreams html fix.Daniel James2010-10-181-0/+0
| | | | | | | | [SVN r66068]
| * Moved Boost.MPI fixes for the 1.45 release to the release branchMatthias Troyer2010-10-182-0/+0
| | | | | | | | [SVN r66067]
| * merging current boost/python and libs/python from trunk into release branchRalf W. Grosse-Kunstleve2010-10-181-0/+0
| | | | | | | | [SVN r66066]
| * Merge from trunk.Christopher Kohlhoff2010-10-171-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ........ 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]
| * Merged revisions 65843,65864 via svnmerge from Eric Niebler2010-10-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
| * Merge from trunk, with several important fixesBeman Dawes2010-10-161-0/+0
| | | | | | | | [SVN r66021]
| * merged [66013] from trunkJoaquín M López Muñoz2010-10-161-0/+0
| | | | | | | | [SVN r66015]
| * removed no longer used fileJoaquín M López Muñoz2010-10-161-0/+0
| | | | | | | | [SVN r66012]
| * Merge more PTree fixes to release (boost)Sebastian Redl2010-10-151-0/+0
| | | | | | | | [SVN r65978]
| * Merge long-overdue PTree changes to release (libs)Sebastian Redl2010-10-151-0/+0
| | | | | | | | [SVN r65976]
| * Merge long-overdue PTree changes to release (boost)Sebastian Redl2010-10-151-0/+0
| | | | | | | | [SVN r65975]
| * Wave merging from trunkHartmut Kaiser2010-10-151-0/+0
| | | | | | | | [SVN r65968]
| * Updated recently fixed bug list.Ion Gaztañaga2010-10-141-0/+0
| | | | | | | | [SVN r65962]
| * merged [65863] from trunkJoaquín M López Muñoz2010-10-121-0/+0
| | | | | | | | [SVN r65927]
| * Fixes for vectostream and intermodule_singletonIon Gaztañaga2010-10-121-0/+0
| | | | | | | | [SVN r65926]
| * Fixes for vectostream and intermodule_singletonIon Gaztañaga2010-10-121-0/+0
| | | | | | | | [SVN r65925]
| * Changes suppress compiler warnings when dealing with on-the-edge bit_aligned ↵Christian Henning2010-10-111-0/+0
| | | | | | | | | | | | images, for instance rgb31 or rgb63. [SVN r65912]
| * Allow for image creating with non-pixel types, like int or float, that ↵Christian Henning2010-10-111-0/+0
| | | | | | | | | | | | satisfy the regular type concept. [SVN r65910]
| * Allow for image creating with non-pixel types, like int or float, that ↵Christian Henning2010-10-111-0/+0
| | | | | | | | | | | | satisfy the regular type concept. [SVN r65909]
| * Code changes to suppress some compiler warnings when using scoped_channel_value.Christian Henning2010-10-111-0/+0
| | | | | | | | [SVN r65908]
| * Added gil:: namespace to all at_c calls. This seems necessary for current ↵Christian Henning2010-10-111-0/+0
| | | | | | | | | | | | gcc ( 4.4 and more ) compilers. See #3041 and #3619. [SVN r65907]
| * Merge units from trunkSteven Watanabe2010-10-111-0/+0
| | | | | | | | [SVN r65898]
| * Fusion: merge from trunk - fixed minor doc typosChristopher Schmidt2010-10-101-0/+0
| | | | | | | | [SVN r65895]
| * merged revision 65887Christophe Henry2010-10-101-0/+0
| | | | | | | | [SVN r65888]
| * merged revision 65848Christophe Henry2010-10-091-0/+0
| | | | | | | | [SVN r65869]
| * merged revisions 65817-65847Christophe Henry2010-10-091-0/+0
| | | | | | | | [SVN r65868]
| * oh right. optional doesn't have a swap member on the release branch. Crap.Eric Niebler2010-10-091-0/+0
| | | | | | | | [SVN r65867]
| * Merged revisions 65788 via svnmerge from Eric Niebler2010-10-091-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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]
| * Merge 65838 from ^/trunkJürgen Hunold2010-10-091-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ 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]
| * merged revisions 63705-65842Christophe Henry2010-10-081-0/+0
| | | | | | | | [SVN r65845]
| * merged revisions 63060-65696Christophe Henry2010-10-081-0/+0
| | | | | | | | [SVN r65844]
| * Merged r65836 (fix for #4715) from trunk; refs #4715Jeremiah Willcock2010-10-081-0/+0
| | | | | | | | [SVN r65839]
| * Fusion: merge from trunkChristopher Schmidt2010-10-071-0/+0
| | | | | | | | [SVN r65821]