Jeremiah Willcock
b474768cd0
Disambiguated boost::tie
...
[SVN r63234]
2010-06-22 14:38:45 +00:00
Andrew Sutton
26f16eb0e2
Renaming kolmogorov_max_flow to boykov_kolmogorov_max_flow.
...
At the request of the authors of the published algorithm, the header
and all associated functions, data types, tests, examples, and docs
should be renamed to boykov_kolmogorov. Branched all of the necessary
documents and renamed all such functions and data types.
Added deprecation warnings to the kolmogorov_max_flow.hpp and to the
kolmogorov_max_flow.html.
[SVN r63189]
2010-06-21 15:35:42 +00:00
Jeremiah Willcock
6d7c351c5b
Qualified calls to boost::tie to disambiguate from std::tr1 version
...
[SVN r63084]
2010-06-18 20:30:30 +00:00
Jeremiah Willcock
6e86b10353
Changed write_graphviz dynamic_properties overloads to write_graphviz_dp to disambiguate them, plus removed more obsolete GraphViz reader stuff
...
[SVN r63000]
2010-06-15 21:07:22 +00:00
Jeremiah Willcock
75a0bd67a0
Reverted r62693 (order of discover_vertex and examine_edge); refs #3137
...
[SVN r62998]
2010-06-15 20:59:42 +00:00
Jeremiah Willcock
7330452212
Swapped order of visitor calls; fixes #3137
...
[SVN r62693]
2010-06-09 21:11:43 +00:00
Jeremiah Willcock
706f23a02d
Added fixes and tests for CSR in_edge_iterator; fixes #4310 , #4311
...
[SVN r62592]
2010-06-08 19:07:52 +00:00
Jeremiah Willcock
d6eb198e36
Fixed comment; fixes #4285
...
[SVN r62406]
2010-06-03 15:46:58 +00:00
Jeremiah Willcock
cb2d8619c5
Added include guard; fixes #4284
...
[SVN r62405]
2010-06-03 15:46:26 +00:00
Jeremiah Willcock
87b7eb047d
Removed use of fraction_tolerance to match new Boost.Test interfaces
...
[SVN r62046]
2010-05-16 21:22:27 +00:00
Douglas Gregor
d6a48882b1
Merge standards-conformance fixes for Boost.Graph to trunk
...
[SVN r61869]
2010-05-09 01:53:28 +00:00
Jeremiah Willcock
e98b1efd21
Applied patch from #4197 to fix copy constructor; fixes #4197
...
[SVN r61824]
2010-05-06 16:58:19 +00:00
Jeremiah Willcock
1a51b383ff
Fixed various bugs in incremental_components and its example, plus made that example build by default
...
[SVN r61796]
2010-05-05 18:49:40 +00:00
Jeremiah Willcock
725a5910d7
Fixed warnings from Clang
...
[SVN r61769]
2010-05-04 17:34:00 +00:00
Douglas Gregor
21c9b6e553
Various standards-conformation fixes for Boost.Graph. Fixes #4157
...
[SVN r61666]
2010-04-29 00:42:35 +00:00
Eric Niebler
53842df1cb
Merged revisions 61263 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r61263 | jewillco | 2010-04-13 17:16:21 -0700 (Tue, 13 Apr 2010) | 1 line
Disambiguated begin and end;
........
[SVN r61633]
2010-04-27 22:56:23 +00:00
Jeremiah Willcock
69fb3ed70c
Merged r61245 (VC++ 10 error and warning fixes) from trunk
...
[SVN r61522]
2010-04-24 01:13:43 +00:00
Jeremiah Willcock
71ecfa425e
Switched to property maps and get/put for most internal data structures
...
[SVN r61367]
2010-04-18 17:50:20 +00:00
Jeremiah Willcock
eb36987fec
Merged r61326 (small bug fix) from trunk
...
[SVN r61359]
2010-04-18 14:46:58 +00:00
Jeremiah Willcock
e9fcb04d9f
Fixed wrong number of arguments in call to target() in edge()
...
[SVN r61326]
2010-04-16 19:49:48 +00:00
Jeremiah Willcock
0dd699a355
Disambiguated begin and end; fixes #4099
...
[SVN r61263]
2010-04-14 00:16:21 +00:00
Jeremiah Willcock
c19fbafcf6
Fixed VC10 errors and warnings in subgraph tests; fixes #4093
...
[SVN r61245]
2010-04-13 13:55:20 +00:00
Jeremiah Willcock
ae1242ca4a
Changed to Boost.Range for duplicate algorithms, merging the rest of r60919 from trunk
...
[SVN r61084]
2010-04-05 21:16:50 +00:00
Neil Groves
b13d8ec429
Fix duplication of algorithms by delegating to the specific Boost.Range algorithm header files.
...
This avoids pulling in any more names than necessary for maximum backward compatibility.
Also the old algorithms that are not duplicated have been reinstated again to maximize backward compatibility.
[SVN r61049]
2010-04-04 19:19:58 +00:00
Jeremiah Willcock
7b548b372f
Applied changes r58876, r59133, r59134, r59628, r60078, r60079, r60126, r60127, r60196, r60197, r60198, r60365, r60366, r60384, r60385, r60472, r60485, r60610, r60611, r60651, r60769, r60770, r60899, r60900, r60916, r60919, r60920, r60958, r60998, r60999, r61000 from trunk, except for changes to <boost/detail/algorithm.hpp> which are waiting for Boost.Range algorithms to be merged; added find_if to <boost/detail/algorithm.hpp>
...
[SVN r61001]
2010-04-02 15:25:11 +00:00
Jeremiah Willcock
14a8a21105
Applied another patch (unordered_equal_range_dispatch.2.patch) from #3972 ; fixes #3972
...
[SVN r60999]
2010-04-02 15:06:13 +00:00
Jeremiah Willcock
109cdf39be
Fixed VC++ warning
...
[SVN r60998]
2010-04-02 15:05:44 +00:00
Jeremiah Willcock
1a52f5132f
Added vertex_bundle and edge_bundle property maps, plus fixed some property map allocation bugs
...
[SVN r60958]
2010-03-30 17:50:27 +00:00
Jeremiah Willcock
a9e93bfe92
Removed unused iota function, changed the two uses of any_if to use find_if instead, using Boost.Range for the other algorithms to avoid redundancies
...
[SVN r60919]
2010-03-29 17:30:52 +00:00
Jeremiah Willcock
1d882adf30
Added missing include
...
[SVN r60900]
2010-03-28 18:32:05 +00:00
Jeremiah Willcock
1ba64f82ec
Re-enabled Spirit-based parser (but not by default) and cleaned up Graphviz reader implementation
...
[SVN r60770]
2010-03-22 19:16:38 +00:00
Andrew Sutton
fad45bcb1b
Addressing #3816 . Moved array_binary tree to top-level boost namespace,
...
which seems to be where most basic data structures. The change introduces
no name collisions, since its only user is mutable_queue. This change
deprecates the use of adstl::array_binary_tree for all users.
[SVN r60611]
2010-03-15 11:22:16 +00:00
Jeremiah Willcock
c03ffc7c3e
Added bipartite graph algorithms from Matthias Walter
...
[SVN r60485]
2010-03-11 16:56:01 +00:00
Jeremiah Willcock
319cbc4947
Fixed tabs
...
[SVN r60384]
2010-03-09 18:11:00 +00:00
Jeremiah Willcock
205d3176a7
Changed to use property_traits in preparation for SFINAE-enabled property_traits
...
[SVN r60365]
2010-03-08 19:43:09 +00:00
Jeremiah Willcock
32d2dd1124
Added in container_traits and adjacency_list patches to fix unordered container issues (patch from #3972 ); fixes #3972
...
[SVN r60198]
2010-03-05 18:27:43 +00:00
Jeremiah Willcock
63bca89427
Fixed typo
...
[SVN r60197]
2010-03-05 18:13:48 +00:00
Jeremiah Willcock
5e3a6a954a
Added property_put class from Matthias Walter
...
[SVN r60196]
2010-03-05 17:44:16 +00:00
Jeremiah Willcock
19a0adaf64
Removed unnecessary BOOST_STATIC_ASSERTs
...
[SVN r60127]
2010-03-03 18:50:48 +00:00
Jeremiah Willcock
c1164d8bb9
Workaround for GCC 3.4 and 4.0 bug
...
[SVN r60126]
2010-03-03 18:44:42 +00:00
Jeremiah Willcock
c793b7a9ec
Changed to allow characters that are not 8-bit; added one-bit-per-color color map
...
[SVN r60079]
2010-03-02 19:53:47 +00:00
Jeremiah Willcock
6810d4167d
Applied patch from Andy Tompkins in #3917 ; fixes #3917
...
[SVN r59628]
2010-02-10 22:10:10 +00:00
Jeremiah Willcock
6d19c10ed6
Changed to BOOST_THROW_EXCEPTION (except in one test case)
...
[SVN r58876]
2010-01-10 18:54:01 +00:00
Jeremiah Willcock
9d0640b614
Merged changes from trunk that are going into 1.42.0
...
[SVN r58554]
2009-12-29 03:50:53 +00:00
Jeremiah Willcock
2eca482bec
Changed to property_tree copy of encode_char_entities
...
[SVN r58180]
2009-12-06 03:53:14 +00:00
Jeremiah Willcock
f3af4d1a4e
Factored out declspec code; added BOOST_GRAPH_SOURCE where necessary
...
[SVN r58179]
2009-12-06 03:51:08 +00:00
Jeremiah Willcock
77be6de60e
Made traits classes into structs to fix access control errors
...
[SVN r58114]
2009-12-03 15:40:50 +00:00
Jeremiah Willcock
744a588308
Made vertex_property_type and edge_property_type traits lazier in filtered_graph
...
[SVN r58090]
2009-12-01 20:25:18 +00:00
Jeremiah Willcock
0737b42364
Changed to Boost.Unordered to fix deprecation warnings
...
[SVN r58089]
2009-12-01 19:57:23 +00:00
Jeremiah Willcock
ba2d8eeffc
Added missing #include
...
[SVN r58061]
2009-11-30 17:17:45 +00:00