Commit graph

25044 commits

Author SHA1 Message Date
Douglas Gregor
aecc851e86 Document graph topologies, implement layer over MPI_Topo_test
[SVN r37853]
2007-06-01 18:22:00 +00:00
Daniel James
907dc834f5 Separate the 1.34 changelog entries from the 1.33 entries.
[SVN r37852]
2007-06-01 17:04:24 +00:00
Douglas Gregor
a90f137ccf Support graph topologies and fix a small bug in the gather collective
[SVN r37851]
2007-06-01 16:56:43 +00:00
Matias Capeletto
87b8c6ca0f change to mutant
[SVN r37848]
2007-06-01 16:23:30 +00:00
Rene Rivera
6974133760 Merge from RC, re: AIX fixes.
[SVN r37847]
2007-06-01 16:12:28 +00:00
Rene Rivera
cfe6a079d4 Partial merge from RC, re: AIX fixes.
[SVN r37845]
2007-06-01 16:11:56 +00:00
Matias Capeletto
ac8f42ac01 add test_bimap_info test
[SVN r37843]
2007-06-01 14:28:49 +00:00
Eric Niebler
d437cfef4f allow lambdas in custom assertions
[SVN r37841]
2007-06-01 06:19:00 +00:00
Matias Capeletto
de18dcc069 tagged< set_of< X >, T > --> set_of< tagged< X,T > >
[SVN r37840]
2007-06-01 03:31:00 +00:00
Eric Niebler
abf1004f5d fix non-char array with calculation
[SVN r37836]
2007-05-31 19:36:50 +00:00
Eric Niebler
a822054f20 faster, better use_simple_repeat<> trait
[SVN r37835]
2007-05-31 18:51:51 +00:00
Douglas Gregor
a76ce09a9d Improve messages produced by the exception class
[SVN r37834]
2007-05-31 16:41:50 +00:00
Eric Niebler
7661e57db2 bug fixes, work-arounds
[SVN r37833]
2007-05-31 16:13:06 +00:00
Douglas Gregor
3936a6ea49 Support building communicators from groups and comparing communicators
[SVN r37832]
2007-05-31 16:02:07 +00:00
Douglas Gregor
d80cca8290 Add support for MPI groups
[SVN r37831]
2007-05-31 15:36:48 +00:00
Douglas Gregor
980ec7f625 Document mapping from every C function to Boost.MPI
[SVN r37830]
2007-05-31 13:56:29 +00:00
Douglas Gregor
be27e53ec3 Rename/remove some detail algorithms to avoid a conflict with the string algorithms library
[SVN r37828]
2007-05-31 12:14:31 +00:00
Matias Capeletto
60fefd92f6 info hook support
[SVN r37827]
2007-05-31 07:07:30 +00:00
Matias Capeletto
ec189b201d info hook support
[SVN r37826]
2007-05-31 07:01:35 +00:00
Eric Niebler
e66645a050 hooray, non-char data works\!
[SVN r37824]
2007-05-30 19:40:15 +00:00
Eric Niebler
b15c6cf0d0 still more work to support non-char data
[SVN r37822]
2007-05-30 08:34:03 +00:00
Eric Niebler
ddeac657f0 more work in support of non-char data
[SVN r37821]
2007-05-30 07:58:23 +00:00
Dan Marsden
a8c6605751 loop unrolling for compile time perf in any, all and none
[SVN r37820]
2007-05-30 06:56:32 +00:00
Dan Marsden
9050d790bb fixing defective test case with bad rvalue / lvalue handling issue
[SVN r37819]
2007-05-30 06:47:39 +00:00
Matias Capeletto
af22f05c9c quickbook config docs
[SVN r37818]
2007-05-30 04:49:28 +00:00
Rene Rivera
42102a707f Split dart posted results based on full vs. incremental. Identify, as unknown, some results which are not really tests.
[SVN r37817]
2007-05-30 01:29:50 +00:00
Douglas Gregor
1edc0e2cef Fix overflow handling with negative values as reported in http://lists.boost.org/boost-users/2007/05/28205.php
[SVN r37812]
2007-05-29 15:22:29 +00:00
Eric Niebler
6fcf6fcf07 fix some doc bugs, simpler regex_token_iterator_impl::next()
[SVN r37811]
2007-05-29 07:28:52 +00:00
Aleksey Gurtovoy
59c423709a Add an example that shows use of if_ with dependent entities
[SVN r37810]
2007-05-29 06:59:16 +00:00
Matias Capeletto
87caf78f7d new quickbook docs for optional
[SVN r37809]
2007-05-29 06:40:25 +00:00
Eric Niebler
1861b46c38 regex_token_iterator's value_type is sub_match<>::string_type, not basic_string<>, add regex_token_iterator test
[SVN r37808]
2007-05-29 03:06:10 +00:00
Dan Marsden
aae311260a covering accumulate as part of fusion fold tests
[SVN r37807]
2007-05-28 23:13:46 +00:00
Dan Marsden
e61fa0360c loop unrolling for fusion iteration algorithms
[SVN r37806]
2007-05-28 23:12:53 +00:00
Dan Marsden
7a38511cb2 fix to transform view distance impl
[SVN r37805]
2007-05-28 22:57:59 +00:00
Hartmut Kaiser
dccb837306 Removed tabs.
[SVN r37804]
2007-05-27 16:30:35 +00:00
Daniel James
6b750a0d87 Put the borland workarounds back - it still seems to need them. Will probably
have to do something else on top of this for any problems this causes.


[SVN r37803]
2007-05-27 09:28:50 +00:00
Daniel James
9ea1777345 Update the copyright in more hash files.
[SVN r37802]
2007-05-27 09:09:28 +00:00
Daniel James
5a35b37bc2 Update copyright on hash headers.
[SVN r37801]
2007-05-27 09:07:09 +00:00
Daniel James
1cad30347f Remove deprecated hash header files.
[SVN r37800]
2007-05-27 09:04:59 +00:00
Eric Niebler
0df8da09bb terrible, ugly hacks to make Doxygen happy. There's got to be a better way.
[SVN r37799]
2007-05-27 08:06:46 +00:00
Christopher Kohlhoff
d8bb2e3e44 Add missing error message.
[SVN r37798]
2007-05-27 08:04:32 +00:00
Eric Niebler
d70e8015ae updated installation guide
[SVN r37797]
2007-05-27 06:59:41 +00:00
Eric Niebler
25e6e8f44d reset regex_impl<>::instances to zero between tests
[SVN r37796]
2007-05-27 06:42:23 +00:00
Matias Capeletto
28d4ae5f41 test extra typedefs, (i.e. left_range_type)
[SVN r37795]
2007-05-27 05:41:54 +00:00
Matias Capeletto
befbe2b73a extra typedefs support (i. e. left_local_iterator for unordered_map_view)
[SVN r37794]
2007-05-27 05:40:25 +00:00
Eric Niebler
ff68b1f12e fix oops
[SVN r37793]
2007-05-27 04:00:12 +00:00
Eric Niebler
ab5ea4abb4 add proto::deduce_domain, make it the default for proto::make_expr and friends
[SVN r37792]
2007-05-27 03:56:20 +00:00
Dan Marsden
14dc6a2ce4 fix for swap picked up with gcc 4.1.2
[SVN r37791]
2007-05-26 19:54:13 +00:00
Matias Capeletto
38befb9210 add concept checks
[SVN r37790]
2007-05-26 17:23:15 +00:00
John Maddock
19bd4f93a7 Added syntax highlighting for source code, plus other formatting tweaks to make PDF output as close as possible to that given by our HTML stylesheets.
[SVN r37789]
2007-05-26 12:45:37 +00:00