9927c49a6dWorkarounds for VC8 and MacOS
Ion Gaztañaga
2009-04-14 16:17:07 +0000
a977cf3a07Added MPI BSP process group docs
Jeremiah Willcock
2009-04-14 16:12:38 +0000
53f76697d4Trying to fix template instantiation depth errors on certain gcc platforms
Hartmut Kaiser
2009-04-14 14:52:49 +0000
51c68b1ee0signals2/signal.hpp does not need to include signals2/shared_connection_block.hpp.
Frank Mori Hess
2009-04-14 14:21:18 +0000
b559e50763Use static boost::arg placeholders for gcc 4.0.1, since it has a bug that prevents forwarding placeholders as const references when using the static inline function placeholders.
Frank Mori Hess
2009-04-14 13:45:59 +0000
8697a7dd6cUnbreak install
Vladimir Prus
2009-04-13 06:38:52 +0000
64340ab074fixing an error that caused warnings in diagnostic_information.hpp
Emil Dotchevski
2009-04-13 05:41:31 +0000
1d3d2b329dsaving some additional template instantiations
Eric Niebler
2009-04-12 23:07:37 +0000
fe06bdbbdafixing an error that caused warnings in diagnostic_information.hpp
Emil Dotchevski
2009-04-12 17:21:39 +0000
465d66f617Change test so we don't get namespace clashes with the real Boost code, updated all/Jamfile.v2 so it actually works now!
John Maddock
2009-04-12 15:59:12 +0000
688982673aTry and set the right linker options on BSD and Sun platforms.
John Maddock
2009-04-12 15:49:08 +0000
5372b7e591Document 'boost:' links in boostbook & quickbook.
Daniel James
2009-04-12 11:21:59 +0000
0cb0af6564Some small documentation fixes for the release.
Daniel James
2009-04-12 10:54:44 +0000
a0b036d4e5Note change to operator[] in the unordered release notes.
Daniel James
2009-04-12 10:50:57 +0000
b51616cae1Revert support for static mutable variables.
Daniel James
2009-04-12 10:50:43 +0000
57885d2a9fUse a test file that's actually valid C++.
Daniel James
2009-04-12 10:50:31 +0000
3329fd2fecAdd more instrumentation code, along with some AMD64/Linux fixes.
John Maddock
2009-04-11 15:26:59 +0000
dfcb633902Adjust the default variants on Windows.
Vladimir Prus
2009-04-11 15:15:12 +0000
ad80481d4bMake the wording of messages consistent with other libraries.
Vladimir Prus
2009-04-11 14:43:43 +0000
323bd309bbFix build of graph_parallel when MPI is not configured.
Vladimir Prus
2009-04-11 14:41:32 +0000
bcfa2d78bfUse shorter link to getting started guide.
Vladimir Prus
2009-04-11 14:02:20 +0000
d2dc2ec215Disallow link=shared + runtime-link=shared clearly.
Vladimir Prus
2009-04-11 13:56:02 +0000
deeef1eddaAdd bootstrap.bat.
Vladimir Prus
2009-04-11 13:31:11 +0000
9c70dac3c4Ubreak multi-variant build than was broken by stage defaulting patch.
Vladimir Prus
2009-04-11 13:19:13 +0000
a2a461573eWorkaround buggy doxygen output. Refs #2937
Daniel James
2009-04-11 12:38:30 +0000
a9b10361aaMerge quickbook and hash changelogs. Tweak gcc detection in container_fwd.hpp
Daniel James
2009-04-11 08:49:33 +0000
36c15ab489Also don't need to check for _GLIBCXX_CSTDDEF.
Daniel James
2009-04-11 08:26:20 +0000
11293a33f7Build stage by default and explain where the libraries are put.
Vladimir Prus
2009-04-11 08:08:37 +0000
00e749f204Partially revert [51323].
Daniel James
2009-04-11 07:55:00 +0000
fdb32044b2Don't need to include utility now that select_stdlib has been fixed.
Daniel James
2009-04-11 07:53:59 +0000
43df15983aImprove handling of 'complete' build type.
Vladimir Prus
2009-04-11 07:22:28 +0000
6353728744add and document BOOST_MPL_LIMIT_STRING_SIZE and mpl/limits/string.hpp
Eric Niebler
2009-04-11 06:30:53 +0000
13039261bbIf value of --build-type is wrong, complain.
Vladimir Prus
2009-04-11 06:20:28 +0000
c1dede1564fix off-by-1 errors
Eric Niebler
2009-04-11 06:07:54 +0000
1be5e7fc35mpl::string is a bidirectional sequence, not random access; c_str is a separate metafunction, not a class static
Eric Niebler
2009-04-11 05:48:51 +0000
3c5049eff9Merged in code and docs from Parallel BGL; CMake-based build system for tests and examples and docs is not working; src and doc can be built with bjam
Jeremiah Willcock
2009-04-11 01:33:02 +0000
82e273b894Version bump prior to upcoming release.
Christopher Kohlhoff
2009-04-11 00:29:02 +0000
b5f3b4fcb3Merge regenerated documentation from trunk.
Christopher Kohlhoff
2009-04-10 23:55:44 +0000
9816af35b8Regenerate documentation.
Christopher Kohlhoff
2009-04-10 23:49:11 +0000
b30e4d7e5aFix implementation of io_control() so that it adheres to the type requirements for IoControlCommand. Fixes#2820.
Christopher Kohlhoff
2009-04-09 12:16:02 +0000
c6bd4d425bPrevent memory leaks when an async SSL operation's completion handler throws. Fixes#2910.
Christopher Kohlhoff
2009-04-09 12:12:50 +0000
191acebf64Implement automatic resizing of the bucket array in the internal hash maps. This is to improve performance for very large numbers of asynchronous operations and also to reduce memory usage for very small numbers. A new macro BOOST_ASIO_HASH_MAP_BUCKETS may be used to tweak the sizes used for the bucket arrays.
Christopher Kohlhoff
2009-04-09 12:09:16 +0000
8e43f5e5b9As a performance optimisation, add an explicit check for an empty vector of timer queues.
Christopher Kohlhoff
2009-04-09 12:04:39 +0000
8c197f5949Fix some warnings that occur with MSVC at warning level 4. Fixes#2828.
Christopher Kohlhoff
2009-04-09 12:03:01 +0000
1ca59bb4f5Correct documentation of read, read_at, write and write_at functions to match new CompletionCondition concept. Fixes#2871.
Christopher Kohlhoff
2009-04-09 12:00:36 +0000
fbe0788cd5Prevent locales from affecting the formatting of endpoints. Fixes#2682.
Christopher Kohlhoff
2009-04-09 11:50:42 +0000
257b2258f6Sort circuit evaluation when the result will be 0.
John Maddock
2009-04-09 09:10:45 +0000
7dadd5a7addocumentation update
Emil Dotchevski
2009-04-09 06:31:19 +0000
34b9462bc9documentation update
Emil Dotchevski
2009-04-09 06:30:08 +0000
e62db45f0fdocumentation update
Emil Dotchevski
2009-04-09 06:22:05 +0000
72f0b7c68ddocumentation update
Emil Dotchevski
2009-04-09 06:21:43 +0000
d39f674ed2documentation update
Emil Dotchevski
2009-04-09 05:55:06 +0000
c182ef373bdocumentation update
Emil Dotchevski
2009-04-09 05:52:31 +0000
bb3ea9b3cadocumentation update
Emil Dotchevski
2009-04-09 05:48:51 +0000
e969dca9c1documentation update
Emil Dotchevski
2009-04-09 05:48:23 +0000
6a4fee7785documentation update
Emil Dotchevski
2009-04-09 04:49:19 +0000
14f1e5f0ffdocumentation update
Emil Dotchevski
2009-04-09 04:48:55 +0000
0a587c2551Merged more changes (to Dijkstra dispatching) from PBGL
Jeremiah Willcock
2009-04-09 03:03:44 +0000
f7b70b82b0Added construction of CSR graph from an unsorted list of edges; removed property that targets of out-edges of a single vertex are sorted; removed edge and edge_range functions because they are not supportable under that model; changed tests and docs accordingly
Jeremiah Willcock
2009-04-09 00:50:23 +0000