bb0203d92bparameter-doc: Regenerated HTML from ReST source.
Daniel Wallin
2009-01-30 21:28:11 +0000
3357957ef5* see #2691
Gunter Winkler
2009-01-30 21:19:38 +0000
a1e15cda49* fix and close#2686
Gunter Winkler
2009-01-30 21:12:32 +0000
f160b17fbdparameter-doc: Added missing default value on optional parameter specification.
Daniel Wallin
2009-01-30 21:08:22 +0000
614047d611Fix up PDF generation options.
John Maddock
2009-01-30 18:20:49 +0000
38c14a3a7fmerged [50869] from trunk
Dave Abrahams
2009-01-30 17:27:23 +0000
074de75772Fixed deallocation before destructor.
Ion Gaztañaga
2009-01-30 15:23:42 +0000
305e834b8dVersioning off by default on unix.
Troy D. Straszheim
2009-01-30 14:57:34 +0000
e1a8c746f2Fixed doc typo.
Andrew Sutton
2009-01-30 14:14:10 +0000
25dafb42c6Added maintainer for graph.
Andrew Sutton
2009-01-30 13:33:17 +0000
547ff25169Fix min/max usage.
John Maddock
2009-01-30 10:48:17 +0000
920eada7ebFix min/max usage.
John Maddock
2009-01-30 10:47:33 +0000
7e735e926bRestored static-member-functions0 test
David Deakins
2009-01-30 05:55:10 +0000
7383805b04Check in missing file (thanks for pointing that out, David Deakins!)
Dave Abrahams
2009-01-30 00:52:33 +0000
cef375a024Commented out missing test file
David Deakins
2009-01-30 00:09:10 +0000
338ff80df6added #error in headers incompatible with BOOST_NO_EXCEPTIONS
Emil Dotchevski
2009-01-30 00:06:01 +0000
64fa3850b1merged up to rev. 50829 from trunk
Joaquín M López Muñoz
2009-01-29 21:50:42 +0000
a196aca62cThis html was outdated; changed to forward to throw_exception.html documentation from Boost Exception
Emil Dotchevski
2009-01-29 19:14:05 +0000
fe3a58b4bbThis html was outdated; changed to forward to throw_exception.html documentation from Boost Exception
Emil Dotchevski
2009-01-29 19:13:08 +0000
c06d0c703cReplaced tabs with spaces.
Andrey Semashev
2009-01-29 18:58:24 +0000
7fcfa2d128Removed dereferencing of end iterators of strings, which could cause crashes on MSVC. Fixed#2698.
Andrey Semashev
2009-01-29 18:54:17 +0000
97f51c22b6Fix an incorrectly escaped right arrow.
Daniel James
2009-01-28 09:14:56 +0000
ee4e10feddFix a link in the typeof forwarding html file.
Daniel James
2009-01-28 09:14:45 +0000
58978604aeAdd scope exit to the root html file.
Daniel James
2009-01-28 09:14:21 +0000
09d0843b6dstill use "classic" docs.
Joel de Guzman
2009-01-28 00:34:22 +0000
9b19e6425ecompleted changes that should have gone in rev. 50709
Joaquín M López Muñoz
2009-01-27 22:34:02 +0000
4f37547d56fixed wrong links
Joaquín M López Muñoz
2009-01-27 22:08:23 +0000
ce7bec0322Add ScopeExit.
Alexander Nasonov
2009-01-27 21:18:58 +0000
738eae4deeApplied patch from #2132, closes#2132
Jeremiah Willcock
2009-01-27 21:18:02 +0000
eca9a61c4aAdd ScopeExit.
Alexander Nasonov
2009-01-27 21:17:47 +0000
90584bd8b7Reverted r14604 to test handling of unconnected vertices, and fixed up formatting of output grid
Jeremiah Willcock
2009-01-27 21:12:42 +0000
09b408cbdbAdd ScopeExit.
Alexander Nasonov
2009-01-27 21:03:57 +0000
5e2b379c4fAdd ScopeExit.
Alexander Nasonov
2009-01-27 21:03:02 +0000
0d8959f5b8Merge from trunk
Beman Dawes
2009-01-27 20:46:41 +0000
1237d6cca4List new libs for 1.38.0, correct spelling
Beman Dawes
2009-01-27 20:38:46 +0000
cd6abb72fcTightened handling of inf in example to try to catch problems like #732 in the future
Jeremiah Willcock
2009-01-27 20:19:55 +0000
2d3b842839Changed Johnson ASSP algorithm to use combine rather than + to do reweighting (did not change -, though); fixes#732
Jeremiah Willcock
2009-01-27 20:19:29 +0000
c4a8f94435Changed template parameter names to match removal of Vertex List Graph requirement
Jeremiah Willcock
2009-01-27 20:07:25 +0000
fda255243eChanged Dijkstra shortest path algorithm to use d-ary heap by default, and to use a vector_property_map when the graph does not model VertexListGraph (only supported for dijkstra_shortest_paths_no_init); fixes#708
Jeremiah Willcock
2009-01-27 19:59:40 +0000
2da95c5f30Documented dijkstra_shortest_paths_no_init, fixed other small issues
Jeremiah Willcock
2009-01-27 19:58:18 +0000
e5f30ae369Merged back from release branch.
Dave Abrahams
2009-01-27 19:51:20 +0000
26aab1e11fFix up windows doc error
Dave Abrahams
2009-01-27 19:49:45 +0000
8828c0bb1cChanged closed_plus to match inf_plus from floyd_warshall_test, changed test to use closed_plus, fixed comments in documentation and replaced std::plus with closed_plus to match implementation, fixes#1164
Jeremiah Willcock
2009-01-27 18:48:09 +0000
7782b09438Fixing two parts of #2658; not sure about point 3 of that report
Jeremiah Willcock
2009-01-27 18:03:03 +0000
38cb827a42Added information on implicit graphs and no_init version of astar_search, plus fixed invalid comment syntax
Jeremiah Willcock
2009-01-27 17:56:57 +0000
6ef410cc0eFixed astar_search_no_init to work on implicit graphs
Jeremiah Willcock
2009-01-27 17:53:59 +0000
a704b2802aLabel the line ending inspect errors.
Daniel James
2009-01-26 23:29:52 +0000
3866122e7fMake checking for duplicated names case insensitive.
Daniel James
2009-01-26 23:14:53 +0000
442cfb034fAdd missing copyright&license.
Alexander Nasonov
2009-01-26 20:13:37 +0000
29d7e721b1Add missing copyright&license.
Alexander Nasonov
2009-01-26 20:13:12 +0000
26efcbc946Patch for tool being unable to locate the manifest tool mt.exe.
John Maddock
2009-01-26 10:00:10 +0000
5da400e798Merge intrusive documentation fixes.
Daniel James
2009-01-25 22:28:29 +0000
9eaa8767f9Merge ScopeExit documentation from trunk.
Alexander Nasonov
2009-01-25 11:25:05 +0000
34b60642dfTry and fix *BSD linking errors.
John Maddock
2009-01-25 10:39:29 +0000
a0a37bc633merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
896c4af1e6Documentation fixes for intrusive: restore the reference documentation and fix some spelling mistakes.
Daniel James
2009-01-24 16:53:03 +0000
b905fdb8afmerged rev. 50709 from trunk
Joaquín M López Muñoz
2009-01-24 09:25:09 +0000
a9e4a7b79aIntel's emulation of gcc's two phase name lookup is buggy, this is Intel issue 532807, tracking number DPD200111849.
John Maddock
2009-01-23 09:57:28 +0000
dab8d11f13Intel's emulation of gcc's two phase name lookup is buggy, this is Intel issue 532807, tracking number DPD200111849.
John Maddock
2009-01-23 09:56:49 +0000
c1899ee5c6Fix some typos and make minor changes
Alexander Nasonov
2009-01-22 20:42:59 +0000
f7d45a2e98Updated expected failure list for Boost.Graph by removing obsolete platforms
Jeremiah Willcock
2009-01-22 16:17:06 +0000
9b6e126c20Changed some enums from local to global to fix regression test problems on Sandia-gcc gcc-4.0.1
Jeremiah Willcock
2009-01-22 16:06:21 +0000
df36e1219bSystem: move throws function to namespace boost to allow peaceful coexistence with throws object.
Beman Dawes
2009-01-22 14:47:50 +0000
f726b0beb5Add linux linker options.
John Maddock
2009-01-22 09:57:28 +0000
09ebb9cdf3ScopeExit documentation.
Alexander Nasonov
2009-01-21 23:51:17 +0000
b17f699626Merge ScopeExit from trunk.
Alexander Nasonov
2009-01-21 20:36:00 +0000
4ea9f6b765Merge ScopeExit from trunk.
Alexander Nasonov
2009-01-21 20:33:17 +0000
d141c4a2aeemulation_tpl test fails of intel-*-9.1 and intel-*.10.0
Alexander Nasonov
2009-01-21 20:07:56 +0000
cfd8d03ecfPass-by-value tests.
Alexander Nasonov
2009-01-21 20:03:11 +0000
831443224breverted rev. 50283 prevented assoc_container_factory_class<Container> from instantiating Container when this type is an MPL placeholder expression
Joaquín M López Muñoz
2009-01-21 19:52:01 +0000
ffd7a793b4Make cflags/cxxflags/linkflags work with intel-linux
Vladimir Prus
2009-01-21 19:37:33 +0000
e5ca955525Drop support of function-try-block in ScopeExit
Alexander Nasonov
2009-01-21 19:35:02 +0000
cc3ee0235dSystem: provide optional throws function rather than throws object
Beman Dawes
2009-01-21 18:01:14 +0000
6bf22dbd43Fixed some regression test failures
Jeremiah Willcock
2009-01-21 17:21:06 +0000
80dba36815Added some toolsets as unusable for Boost.Graph
Jeremiah Willcock
2009-01-21 17:20:40 +0000
e395fbacdbSystem: merge from trunk
Beman Dawes
2009-01-21 14:08:54 +0000
8a481c6371Fixes#2668.
John Maddock
2009-01-21 09:39:50 +0000
1afd202899Fixes#2668.
John Maddock
2009-01-21 09:39:07 +0000
e8ee164540Fix regression (static_assert failure)
Joel de Guzman
2009-01-21 00:44:17 +0000
087773be3cAdded d-ary heap implementation, changed Dijkstra performance test to use that rather than binary heap, changed m_decreased member in dijkstra_visitor to a local variable
Jeremiah Willcock
2009-01-20 21:37:31 +0000
a2b85282e8Try and fix linux regressions
John Maddock
2009-01-20 17:22:47 +0000
32348816a4Merge from trunk
Beman Dawes
2009-01-20 01:54:06 +0000
c61a0d44cdmark emulation_tu_test as expected failure on msvc 7.1/8.0
Alexander Nasonov
2009-01-19 22:36:58 +0000
17b408ba8eReplace PP_SEQ with PP_TUPLE to make msvc happy
Alexander Nasonov
2009-01-19 22:34:21 +0000