Commit graph

36627 commits

Author SHA1 Message Date
Steven Watanabe
5daf8a872d Merge iostreams from the trunk.
[SVN r63303]
2010-06-25 07:19:54 +00:00
Eric Niebler
b75f7a4eac Merged revisions 61876,63280 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r61876 | dgregor | 2010-05-09 09:40:45 -0400 (Sun, 09 May 2010) | 8 lines
  
  Both Proto and Xpressive have "ignore_unused" templates in their
  detail headers, and both were getting included, causing overloading
  ambiguities. There is probably a major cleanup to do here, moving to a
  single "ignore_unused" in boost/detail, but for now I've rectified the
  problem by describing importing Proto's ignore_unused() into Xpressive
  rather than defining a new one.
........
  r63280 | eric_niebler | 2010-06-24 00:08:23 -0400 (Thu, 24 Jun 2010) | 1 line
  
  qualify calls to ignore_unused
........


[SVN r63281]
2010-06-24 04:21:07 +00:00
Daniel James
d0315aae7a Merge quickbook.
[SVN r63267]
2010-06-23 19:33:37 +00:00
Beman Dawes
5344b6aba1 Merge trunk
[SVN r63259]
2010-06-23 17:39:53 +00:00
Luke Simonson
fc789632f7 cleanup of html
[SVN r63253]
2010-06-22 22:04:18 +00:00
Luke Simonson
aa03b10d94 fixing colinear and duplicate points in hole fracturing of 45-degree polygons
[SVN r63251]
2010-06-22 21:59:24 +00:00
Luke Simonson
b45abbea6e removing bad file
[SVN r63243]
2010-06-22 17:27:33 +00:00
Luke Simonson
42e1babf75 restoring lost file
[SVN r63214]
2010-06-21 22:59:33 +00:00
Luke Simonson
342eb43c6c restoring images lost during copy from trunk
[SVN r63213]
2010-06-21 22:44:34 +00:00
Daniel James
2218afb4f6 Merge the administrivia for polygin & msm. And some other small changes that got picked up at the same time.
[SVN r63206]
2010-06-21 21:19:04 +00:00
Luke Simonson
d4e223bb5d initial checkin to release branch for polygon
[SVN r63192]
2010-06-21 16:16:33 +00:00
Christophe Henry
06a9007cfe merged from trunk
[SVN r63159]
2010-06-20 19:42:15 +00:00
Christophe Henry
8fb8dfde5e merged from trunk
[SVN r63157]
2010-06-20 19:30:06 +00:00
Eric Niebler
3d497bb029 Merged revisions 63021,63037,63091 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r63021 | eric_niebler | 2010-06-16 10:32:07 -0400 (Wed, 16 Jun 2010) | 1 line
  
  remove docs for base_expr
........
  r63037 | eric_niebler | 2010-06-17 00:15:40 -0400 (Thu, 17 Jun 2010) | 1 line
  
  final(?) tweak to description of domain deduction
........
  r63091 | eric_niebler | 2010-06-18 23:32:55 -0400 (Fri, 18 Jun 2010) | 1 line
  
  work-arounds for msvc-7.1
........


[SVN r63140]
2010-06-20 15:04:34 +00:00
Hartmut Kaiser
dc1689a952 Wave: merging from trunk
[SVN r63123]
2010-06-19 21:48:02 +00:00
Eric Niebler
617aab153d Merged revisions 63024 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r63024 | eric_niebler | 2010-06-16 13:57:41 -0400 (Wed, 16 Jun 2010) | 1 line
  
  make mpl::string work with mpl::transform
........


[SVN r63079]
2010-06-18 13:21:30 +00:00
Christophe Henry
36106572c1 added msm
[SVN r63060]
2010-06-17 19:47:50 +00:00
Christophe Henry
451925fbc6 added msm
[SVN r63051]
2010-06-17 18:15:19 +00:00
Eric Niebler
6db132851b Merged revisions 63016 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r63016 | eric_niebler | 2010-06-16 08:44:06 -0400 (Wed, 16 Jun 2010) | 1 line
  
  fix description of domain deduction (again)
........


[SVN r63018]
2010-06-16 13:06:15 +00:00
Eric Niebler
804c12e9d7 Merged revisions 62926-62927,62951,62964,63004 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62926 | eric_niebler | 2010-06-13 22:47:07 -0400 (Sun, 13 Jun 2010) | 1 line
  
  sigh, add back some ADL-blocker namespaces
........
  r62927 | eric_niebler | 2010-06-14 01:22:36 -0400 (Mon, 14 Jun 2010) | 1 line
  
  fix return type calculation of already_expr and already_child
........
  r62951 | eric_niebler | 2010-06-14 17:26:12 -0400 (Mon, 14 Jun 2010) | 1 line
  
  as_expr and as_child no longer run objects that are already proto expressions through the domain's generator
........
  r62964 | eric_niebler | 2010-06-14 22:07:23 -0400 (Mon, 14 Jun 2010) | 1 line
  
  make the reference agree with the implementation about the behavior of deduce_domain, as_child, as_expr, make_expr and unpack_expr
........
  r63004 | eric_niebler | 2010-06-15 17:49:24 -0400 (Tue, 15 Jun 2010) | 1 line
  
  fix description of how domains are deduced
........


[SVN r63005]
2010-06-15 22:08:34 +00:00
Eric Niebler
85f132e178 Merged revisions 62736,62781,62798,62829 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62736 | eric_niebler | 2010-06-10 10:07:00 -0400 (Thu, 10 Jun 2010) | 1 line
  
  capture behavior can specified on a per-domain basis. Finally
........
  r62781 | eric_niebler | 2010-06-10 21:34:42 -0400 (Thu, 10 Jun 2010) | 1 line
  
  remove requirement that Generators have proto_base_generator typedef
........
  r62798 | eric_niebler | 2010-06-11 09:49:00 -0400 (Fri, 11 Jun 2010) | 1 line
  
  attempt to fix portability regression, eliminate unnecessary is_expr instantiations
........
  r62829 | eric_niebler | 2010-06-12 00:36:24 -0400 (Sat, 12 Jun 2010) | 1 line
  
  document new domain-specific as_expr and as_child customization points
........


[SVN r62839]
2010-06-12 12:38:48 +00:00
Andrey Semashev
b07a1f0bdd Merged the fix for ticket 1755.
[SVN r62838]
2010-06-12 12:06:28 +00:00
John Maddock
8ee4f45976 Merge mostly cosmetic fixes from Trunk
[SVN r62834]
2010-06-12 09:55:44 +00:00
John Maddock
1ef8490f36 Merge fixes from Trunk: mainly VC10 compatibility fixes.
[SVN r62833]
2010-06-12 09:30:03 +00:00
John Maddock
f5df511f92 Merge fixes from Trunk.
[SVN r62832]
2010-06-12 08:33:32 +00:00
John Maddock
37f3e7abba Merged accumulated patches from Trunk.
[SVN r62831]
2010-06-12 08:30:11 +00:00
John Maddock
a31dd8e115 Add BOOST_NO_0X_HDR_TYPEINDEX.
[SVN r62795]
2010-06-11 11:51:24 +00:00
John Maddock
9704d68804 Merge changes from Trunk - mostly new macro for <typeindex>.
[SVN r62792]
2010-06-11 11:16:34 +00:00
Andrey Semashev
4b43ecfcaf Fixes #4154. Added iterator validity checks. If TZ string is not valid, the time zone constructor throws instead of crashing.
[SVN r62751]
2010-06-10 17:24:38 +00:00
Steven Watanabe
6dd70fce5c Merge variant from the trunk. Fixes #1507
[SVN r62742]
2010-06-10 15:32:07 +00:00
Eric Niebler
0327c06532 Merged revisions 62547 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62547 | eric_niebler | 2010-06-07 23:28:56 -0400 (Mon, 07 Jun 2010) | 1 line
  
  mark up xpressive failures
........


[SVN r62741]
2010-06-10 15:26:44 +00:00
Eric Niebler
4c606db9ad Merged revisions 62660-62661 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62660 | eric_niebler | 2010-06-09 10:25:14 -0400 (Wed, 09 Jun 2010) | 1 line
  
  remove out-of-date work-arounds for sun compilers
........
  r62661 | eric_niebler | 2010-06-09 10:52:52 -0400 (Wed, 09 Jun 2010) | 1 line
  
  add foreach_fwd.hpp for forward declarations of foreach's customization points
........


[SVN r62740]
2010-06-10 15:22:27 +00:00
Eric Niebler
ea29602be7 Merged revisions 62550,62616,62618 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62550 | eric_niebler | 2010-06-08 01:07:00 -0400 (Tue, 08 Jun 2010) | 1 line
  
  namespace reform, begin to make proto internals rely less on proto::expr
........
  r62616 | eric_niebler | 2010-06-08 20:14:39 -0400 (Tue, 08 Jun 2010) | 1 line
  
  use basic_expr instead of expr when possible for better compile times
........
  r62618 | eric_niebler | 2010-06-08 20:23:57 -0400 (Tue, 08 Jun 2010) | 1 line
  
  more namespace reform
........


[SVN r62739]
2010-06-10 15:03:27 +00:00
Andrey Semashev
785f0decfd Silence silly GCC warnings. Fixes #3563.
[SVN r62682]
2010-06-09 18:10:13 +00:00
Andrey Semashev
adaf4ff640 Silence the warnings. Fixes #3591.
[SVN r62677]
2010-06-09 17:41:14 +00:00
Andrey Semashev
9f967bddc8 Added inline qualifiers. Fixes #3647.
[SVN r62674]
2010-06-09 17:36:07 +00:00
Andrey Semashev
2a2d558915 Merged changes from trunk (rev. 62450). Fixes #3876.
[SVN r62669]
2010-06-09 16:39:31 +00:00
Andrey Semashev
527ae39387 Reverted an accidental commit.
[SVN r62668]
2010-06-09 16:38:29 +00:00
Andrey Semashev
bfdc57cf14 Merged changes from trunk (rev. 62450). Fixes #3876.
[SVN r62667]
2010-06-09 16:33:36 +00:00
Christopher Kohlhoff
5d8e9063d9 Merge from trunk.
........
  r62497 | chris_kohlhoff | 2010-06-07 09:28:58 +1000 (Mon, 07 Jun 2010) | 2 lines
  
  Fix handling of small but non-zero timeouts. Fixes #4205.
........
  r62499 | chris_kohlhoff | 2010-06-07 10:00:45 +1000 (Mon, 07 Jun 2010) | 2 lines
  
  Reworked implementation MkII.
  Also fixes #4170.
........
  r62530 | chris_kohlhoff | 2010-06-08 09:24:28 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Fixes for MSVC 7.1, Borland.
........
  r62531 | chris_kohlhoff | 2010-06-08 09:29:05 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Some changes for Symbian support.
........
  r62549 | chris_kohlhoff | 2010-06-08 14:27:26 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Fix typo in tutorial. Fixes #4252.
........
  r62556 | chris_kohlhoff | 2010-06-08 19:01:39 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Ensure unsigned char is used with isdigit. Fixes #4201.
........
  r62558 | chris_kohlhoff | 2010-06-08 21:01:57 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Fix handling of empty buffer sequences.
........


[SVN r62644]
2010-06-09 09:40:46 +00:00
Daniel James
bc3bf1def6 Merge unordered.
[SVN r62610]
2010-06-08 23:23:43 +00:00
Daniel James
7c2eca525e Small documentation fixes.
[SVN r62608]
2010-06-08 23:11:37 +00:00
Jeremiah Willcock
10ddf24bc5 Merged r53751, r41955, r47793, r47794, r47797, r62595 from trunk; fixes #865
[SVN r62596]
2010-06-08 19:31:13 +00:00
Jeremiah Willcock
adc18dde42 Merged r62593 from trunk
[SVN r62594]
2010-06-08 19:11:44 +00:00
Christian Henning
d2f40bfbf7 Fixing potential compilation errors with newer and more standard conformant compilers when using gil and STL. Basically gil's iterators and interator adaptors are now explicit what iterator category they are belonging to, e.g. random access iterator.
[SVN r62551]
2010-06-08 05:22:50 +00:00
Eric Niebler
dc114141d9 Merged revisions 62535 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62535 | eric_niebler | 2010-06-07 21:13:56 -0400 (Mon, 07 Jun 2010) | 1 line
  
  bring reference docs into agreement with current code
........


[SVN r62543]
2010-06-08 02:09:51 +00:00
Eric Niebler
0dd5ba7000 Merged revisions 62368,62371-62372,62479 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62368 | eric_niebler | 2010-06-01 10:18:42 -0400 (Tue, 01 Jun 2010) | 1 line
  
  use boost::tr1_result_of to avoid problems with boost::result_of and decltype
........
  r62371 | eric_niebler | 2010-06-01 18:10:54 -0400 (Tue, 01 Jun 2010) | 1 line
  
  fix one return type missed by [62368]
........
  r62372 | eric_niebler | 2010-06-01 18:13:33 -0400 (Tue, 01 Jun 2010) | 1 line
  
  use generators directly instead of relying on the domain to inherit from them, which seems a dubious design
........
  r62479 | eric_niebler | 2010-06-06 09:40:44 -0400 (Sun, 06 Jun 2010) | 1 line
  
  major simplification of proto/operators.hpp
........


[SVN r62510]
2010-06-07 16:57:07 +00:00
Beman Dawes
0ea1d37a4d Merge all config diffs from trunk
[SVN r62379]
2010-06-02 14:30:04 +00:00
Eric Niebler
57c1c8c83e Merged revisions 62373 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62373 | eric_niebler | 2010-06-01 23:46:45 -0400 (Tue, 01 Jun 2010) | 1 line
  
  work around msvc-7.1 bug
........


[SVN r62375]
2010-06-02 04:01:40 +00:00
Steven Watanabe
0bfc7e9c6e Merge Random from the trunk
[SVN r62347]
2010-05-31 16:44:36 +00:00