Commit graph

36921 commits

Author SHA1 Message Date
Hartmut Kaiser
2f065418f5 Merging from trunk
[SVN r66166]
2010-10-24 22:24:54 +00:00
Hartmut Kaiser
b484f038d1 Wave, Spirit: merging from trunk
[SVN r66165]
2010-10-24 22:20:01 +00:00
John Maddock
276f4e7f67 Merge minor tweaks from Trunk.
[SVN r66163]
2010-10-24 17:22:07 +00:00
Daniel James
6cd62c4b7a Merge fix for unordered container insertion bug.
[SVN r66151]
2010-10-23 12:02:18 +00:00
Jürgen Hunold
09dcf7db9e Merge 66117 from ^/trunk
------------------------------------------------------------------------
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]
2010-10-22 17:19:43 +00:00
Peder Holt
559d4ac965 from trunk: Updated documentation of typeof, added documentation for BOOST_TYPEOF_MESSAGE
[SVN r66131]
2010-10-21 09:39:55 +00:00
Peder Holt
205d5495ec Integrated from trunk:
#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]
2010-10-21 09:34:15 +00:00
Peder Holt
49265d3c1c From trunk: 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 r66129]
2010-10-21 09:26:45 +00:00
John Maddock
bf7c73225a Merge fixes from Trunk.
Fixes #4721.

[SVN r66116]
2010-10-20 12:11:18 +00:00
David Bellot
b1dd3f747c updated version number in doc to 1.45, whoops forgot a file :-)
[SVN r66108]
2010-10-19 19:45:31 +00:00
David Bellot
7b8e894465 updated version number in doc to 1.45
[SVN r66105]
2010-10-19 19:40:44 +00:00
Jeremiah Willcock
c43ac6904b Merged r66097, r66098, and r66099 from trunk; refs #4758, #4752, #4753, #4631
[SVN r66100]
2010-10-19 16:13:47 +00:00
Jeremiah Willcock
7020c0290e Merged changes r65193, r65939, r65963, and r65964 from trunk; refs #4731, #4737
[SVN r66093]
2010-10-19 15:28:37 +00:00
Hartmut Kaiser
28346ea6d5 Spirit: merging from trunk
[SVN r66089]
2010-10-19 12:49:10 +00:00
David Bellot
da9b459553 beta ublas for 1.45
[SVN r66085]
2010-10-19 07:01:35 +00:00
Christopher Kohlhoff
195dd35189 Merge from trunk.
........
  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]
2010-10-18 12:58:10 +00:00
Hartmut Kaiser
74db877fa9 Spirit: merging from trunk
[SVN r66073]
2010-10-18 12:14:32 +00:00
Daniel James
88b03d4b87 Merge iostreams html fix.
[SVN r66068]
2010-10-18 08:11:33 +00:00
Matthias Troyer
31b27062b4 Moved Boost.MPI fixes for the 1.45 release to the release branch
[SVN r66067]
2010-10-18 06:22:09 +00:00
Ralf W. Grosse-Kunstleve
1240faed58 merging current boost/python and libs/python from trunk into release branch
[SVN r66066]
2010-10-18 04:04:52 +00:00
Christopher Kohlhoff
18df609ed1 Merge from trunk.
........
  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]
2010-10-17 12:24:50 +00:00
Eric Niebler
ebadc34805 Merged revisions 65843,65864 via svnmerge from
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]
2010-10-16 19:23:02 +00:00
Beman Dawes
322b63feb1 Merge from trunk, with several important fixes
[SVN r66021]
2010-10-16 13:09:25 +00:00
Joaquín M López Muñoz
4c784d185b merged [66013] from trunk
[SVN r66015]
2010-10-16 11:48:43 +00:00
Joaquín M López Muñoz
b7813c04bd removed no longer used file
[SVN r66012]
2010-10-16 11:15:54 +00:00
Sebastian Redl
d8f0eb07ce Merge more PTree fixes to release (boost)
[SVN r65978]
2010-10-15 13:56:17 +00:00
Sebastian Redl
cc7859f098 Merge long-overdue PTree changes to release (libs)
[SVN r65976]
2010-10-15 12:41:49 +00:00
Sebastian Redl
5606391edc Merge long-overdue PTree changes to release (boost)
[SVN r65975]
2010-10-15 12:40:04 +00:00
Hartmut Kaiser
4fdb6b8781 Wave merging from trunk
[SVN r65968]
2010-10-15 03:39:14 +00:00
Ion Gaztañaga
6468ed7d55 Updated recently fixed bug list.
[SVN r65962]
2010-10-14 16:00:00 +00:00
Joaquín M López Muñoz
5280fc9ffd merged [65863] from trunk
[SVN r65927]
2010-10-12 18:57:53 +00:00
Ion Gaztañaga
6e469dc231 Fixes for vectostream and intermodule_singleton
[SVN r65926]
2010-10-12 18:18:57 +00:00
Ion Gaztañaga
b8205d5564 Fixes for vectostream and intermodule_singleton
[SVN r65925]
2010-10-12 18:18:42 +00:00
Christian Henning
80406ec8f4 Changes suppress compiler warnings when dealing with on-the-edge bit_aligned images, for instance rgb31 or rgb63.
[SVN r65912]
2010-10-11 15:59:24 +00:00
Christian Henning
32cdc72248 Allow for image creating with non-pixel types, like int or float, that satisfy the regular type concept.
[SVN r65910]
2010-10-11 15:55:32 +00:00
Christian Henning
6e2d732c03 Allow for image creating with non-pixel types, like int or float, that satisfy the regular type concept.
[SVN r65909]
2010-10-11 15:54:49 +00:00
Christian Henning
05f8a2f9dc Code changes to suppress some compiler warnings when using scoped_channel_value.
[SVN r65908]
2010-10-11 15:51:55 +00:00
Christian Henning
0b8f83d9f0 Added gil:: namespace to all at_c calls. This seems necessary for current gcc ( 4.4 and more ) compilers. See #3041 and #3619.
[SVN r65907]
2010-10-11 15:49:50 +00:00
Steven Watanabe
a69b83cb21 Merge units from trunk
[SVN r65898]
2010-10-11 14:55:01 +00:00
Christopher Schmidt
5c84ff23d6 Fusion: merge from trunk - fixed minor doc typos
[SVN r65895]
2010-10-10 20:57:01 +00:00
Christophe Henry
c3b7144a73 merged revision 65887
[SVN r65888]
2010-10-10 19:13:49 +00:00
Christophe Henry
a2fa9b5ad9 merged revision 65848
[SVN r65869]
2010-10-09 19:37:05 +00:00
Christophe Henry
d83b2a77fb merged revisions 65817-65847
[SVN r65868]
2010-10-09 19:29:39 +00:00
Eric Niebler
357b2f9774 oh right. optional doesn't have a swap member on the release branch. Crap.
[SVN r65867]
2010-10-09 19:05:15 +00:00
Eric Niebler
e4a4ccb847 Merged revisions 65788 via svnmerge from
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]
2010-10-09 18:59:48 +00:00
Jürgen Hunold
5fd97cf09d Merge 65838 from ^/trunk
------------------------------------------------------------------------
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]
2010-10-09 11:37:15 +00:00
Christophe Henry
88f0def699 merged revisions 63705-65842
[SVN r65845]
2010-10-08 21:19:25 +00:00
Christophe Henry
ff759bfeef merged revisions 63060-65696
[SVN r65844]
2010-10-08 21:05:24 +00:00
Jeremiah Willcock
63b06ca40b Merged r65836 (fix for #4715) from trunk; refs #4715
[SVN r65839]
2010-10-08 18:06:41 +00:00
Christopher Schmidt
940dd4f45f Fusion: merge from trunk
[SVN r65821]
2010-10-07 22:58:44 +00:00