Commit graph

42315 commits

Author SHA1 Message Date
Steven Watanabe
da6d0e253d Merge 75733 from the trunk.
[SVN r75758]
2011-11-30 20:58:01 +00:00
Peter Dimov
e68be04968 Merge [75396] to release. Fixes #4678.
[SVN r75757]
2011-11-30 18:08:41 +00:00
Peter Dimov
b1b0d727ba Merge [75392] to release. Fixes #6087.
[SVN r75756]
2011-11-30 18:01:02 +00:00
Peter Dimov
4a900a467a Merge [75391] to release. Fixes #5792.
[SVN r75755]
2011-11-30 17:53:38 +00:00
Peter Dimov
1ca473de21 Merge [75390] to release. Fixes #4493.
[SVN r75754]
2011-11-30 17:51:43 +00:00
Peter Dimov
d9da76d3c9 Merge [75389] to release. Fixes #5372.
[SVN r75753]
2011-11-30 17:49:43 +00:00
Hartmut Kaiser
ed8a64315c Spirit: merging endian fix from trunk
[SVN r75711]
2011-11-28 13:00:11 +00:00
Joaquín M López Muñoz
d01f44e973 merged [75643] from trunk
[SVN r75691]
2011-11-27 13:52:14 +00:00
Daniel James
c55778b8cf Merge 1.49 initialisation.
[SVN r75673]
2011-11-26 18:53:17 +00:00
Vicente J. Botet Escriba
9eef54dbd7 Chrono/Ratio merge trunk version v1
[SVN r75666]
2011-11-26 00:49:13 +00:00
Vicente J. Botet Escriba
2899f635de Chrono: Fix #6092,#6093,#6113
[SVN r75665]
2011-11-26 00:11:12 +00:00
Vicente J. Botet Escriba
f90015ebef Chrono: move chrono_io v1 to a specific directory
[SVN r75664]
2011-11-25 23:44:31 +00:00
Eric Niebler
1ed88660b0 merge [75540] from trunk, fixes #6131
[SVN r75634]
2011-11-23 04:59:24 +00:00
Brandon Kohn
27d69092ef Missed imports to numeric_cast_traits docs.
[SVN r75596]
2011-11-21 16:46:56 +00:00
Christopher Kohlhoff
5239c07484 Fix typo in revision history.
[SVN r75473]
2011-11-13 11:54:23 +00:00
Jeremiah Willcock
981aa62180 Merged change r75431 from trunk; refs #6112
[SVN r75471]
2011-11-13 06:10:55 +00:00
Joaquín M López Muñoz
cae68aeb09 merged [75464] from trunk
[SVN r75470]
2011-11-13 00:33:02 +00:00
Daniel James
ac5b9bd9d3 Quickbook: Merge documentation change.
[SVN r75451]
2011-11-12 12:03:30 +00:00
Daniel James
b89f68ecf9 Unordered: Remove support for TR1 tuples. Fixes #6111.
[SVN r75450]
2011-11-12 12:01:34 +00:00
Eric Niebler
2ad640322d merge [74976] from trunk
[SVN r75430]
2011-11-10 03:04:51 +00:00
Beman Dawes
c430b10959 Update libs/maintainers.txt for python, random
[SVN r75418]
2011-11-08 22:04:08 +00:00
Ralf W. Grosse-Kunstleve
c93e93bbb4 merging current boost/python and libs/python from trunk into release branch
[SVN r75414]
2011-11-08 21:27:05 +00:00
Antony Polukhin
c6f8db2f29 Fixes #6083
Merge from trunk

[SVN r75411]
2011-11-08 18:12:23 +00:00
Peter Dimov
ef8b8e065f Merge [75385] to release. Fixes #6099.
[SVN r75386]
2011-11-07 15:05:43 +00:00
Peter Dimov
33e10742d2 Merge [70452] to release. Fixes #5327.
[SVN r75381]
2011-11-07 14:25:23 +00:00
Joel de Guzman
27e044714f Fix Ticket #6067
[SVN r75320]
2011-11-05 01:05:04 +00:00
Artyom Beilis
21c4cc2666 Merged changeset 75174 from trunk (clang issue)
[SVN r75315]
2011-11-04 14:10:35 +00:00
Daniel James
fae0d7583a Merge to release several changes for 1.48.
[SVN r75293]
2011-11-04 02:31:36 +00:00
John Maddock
cbd4d2ad3b Merge Clang fix from Trunk.
Authorised by Rene.

[SVN r75285]
2011-11-03 11:59:06 +00:00
Daniel James
792df5adde Merge type traits note from trunk.
[SVN r75098]
2011-10-23 20:38:36 +00:00
Frédéric Bron
a98ac42336 operator type traits: merged trunk: documentation on the limitation to template classes
[SVN r75085]
2011-10-22 00:23:10 +00:00
Eric Niebler
32a157781c merge [75077] from trunk
[SVN r75078]
2011-10-21 03:46:27 +00:00
Eric Niebler
4738906d1d merge [75026] from trunk
[SVN r75027]
2011-10-18 03:50:42 +00:00
Daniel James
37ecd95871 Merge unordered+hash documentation updates.
[SVN r75015]
2011-10-17 20:23:27 +00:00
Daniel James
32a96cb2d7 Merge redirect for spirit/phoenix docs.
Should be replaced by the generated docs in the snapshot. I'll check that it
worked tomorrow.



[SVN r75014]
2011-10-17 20:12:11 +00:00
Christopher Kohlhoff
a303fdf1a9 Fix and regenerate documentation.
[SVN r75011]
2011-10-17 12:12:51 +00:00
Christopher Kohlhoff
3b8e5526e7 Merge from trunk:
* Make number of strand implementations configurable by defining
  BOOST_ASIO_STRAND_IMPLEMENTATIONS to the number.

* Programs can now define BOOST_ASIO_ENABLE_SEQUENTIAL_STRAND_ALLOCATION to
  switch the allocation of strand implementations to use a round-robin approach
  rather than hashing.

* Fix potential strand starvation issue that can occur when strand.post() is used.

* Update descriptor state allocation in kqueue_reactor to match approach used in
  epoll_reactor.

* Construct epoll_reactor's interrupter member first to fix exception safety
  issue. Fixes #6006

* Clarify that the read operation ends when the buffer is full. Fixes #5999


[SVN r75009]
2011-10-17 11:32:28 +00:00
Vicente J. Botet Escriba
66f9295e39 Chrono: Fix single threaded build issue
[SVN r75001]
2011-10-16 22:56:22 +00:00
Vicente J. Botet Escriba
994bd42e85 Chrono: Fix single threaded build issue
[SVN r75000]
2011-10-16 22:55:10 +00:00
Hartmut Kaiser
a3197250d7 Wave: merging fix for #6011 from trunk
[SVN r74998]
2011-10-16 22:19:31 +00:00
Christophe Henry
d83f7b8a49 merged rev. 74903
[SVN r74996]
2011-10-16 21:32:48 +00:00
Daniel James
aab35d8d19 Merge root index.html from trunk.
[SVN r74992]
2011-10-16 20:30:43 +00:00
Daniel James
c75f384c68 Merge libraries.htm fixes from trunk.
[SVN r74990]
2011-10-16 20:16:03 +00:00
Eric Niebler
46196f2967 merge [74986] from trunk
[SVN r74987]
2011-10-16 19:10:10 +00:00
John Maddock
f5d0c91b2f Merge recent bug fixes from Trunk.
Refs #6014
Refs #5832
Refs #5934
Refs #6001
Refs #5982
Refs #5914
Refs #5927

[SVN r74984]
2011-10-16 18:57:30 +00:00
Ion Gaztañaga
c91ca4158d Fixed bug in renamed detail namespace
[SVN r74981]
2011-10-16 17:29:02 +00:00
Ion Gaztañaga
ba16bec56f Added Move and corrected Added intrusive+container to "data structures"
[SVN r74979]
2011-10-16 16:55:34 +00:00
John Maddock
46f34f31df Document release history.
[SVN r74978]
2011-10-16 16:51:56 +00:00
Ion Gaztañaga
21cc34909f Doxygen documentation fixes
[SVN r74977]
2011-10-16 16:50:47 +00:00
Ion Gaztañaga
cfbe90d3b4 Doxygen documentation fixes
[SVN r74974]
2011-10-16 16:47:28 +00:00