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
373aabbf5b
Added printout of successful tests to try to debug mingw problem
...
[SVN r60916]
2010-03-29 16:40:56 +00:00
Jeremiah Willcock
1d882adf30
Added missing include
...
[SVN r60900]
2010-03-28 18:32:05 +00:00
Jeremiah Willcock
3ca99558ff
Added preconditions on graph listed in #3807 ; fixes #3807
...
[SVN r60899]
2010-03-28 18:16:51 +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
Jeremiah Willcock
0f4d9c80a1
Fixed warning (and probable bug) in test case
...
[SVN r60769]
2010-03-22 18:33:00 +00:00
Jeremiah Willcock
b76090ad8d
Fixed typo
...
[SVN r60651]
2010-03-16 18:00:27 +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
Andrew Sutton
dababea605
Reviewed and applied patch from #4004 . Removed one ", which" change since
...
the resulting change made the trailing clause read as if it applied to
the wrong type.
[SVN r60610]
2010-03-15 11:00:35 +00:00
Jeremiah Willcock
c03ffc7c3e
Added bipartite graph algorithms from Matthias Walter
...
[SVN r60485]
2010-03-11 16:56:01 +00:00
Jeremiah Willcock
8dc3d67377
Updated broken link
...
[SVN r60385]
2010-03-09 18:11:08 +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
5e9cac2ed6
Fixed bookmark errors
...
[SVN r59133]
2010-01-18 18:31:13 +00:00
Jeremiah Willcock
afab978e75
Merged r59005 from trunk, commenting out debugging code
...
[SVN r59031]
2010-01-15 10:30:32 +00:00
Jeremiah Willcock
c170e069ae
Commented out debugging code
...
[SVN r59005]
2010-01-14 17:06:30 +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
aec5b30a0f
Merged r58783 from trunk, fixing doc typo
...
[SVN r58784]
2010-01-07 00:17:39 +00:00
Jeremiah Willcock
b5138b89ac
Fixed typo
...
[SVN r58783]
2010-01-07 00:15:38 +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
1917131f0f
Split enum definition and object definition to work around issue in GCC 3.2; fixes #3795
...
[SVN r58531]
2009-12-26 20:30:58 +00:00
Jeremiah Willcock
93b0fbf23e
Added link to Parallel BGL docs
...
[SVN r58427]
2009-12-17 13:44:08 +00:00
Jeremiah Willcock
c0b6e0933d
Added note about swapped parameters
...
[SVN r58400]
2009-12-15 18:38:22 +00:00
Jeremiah Willcock
8cccc3c027
Removed obsolete settings, added regex to requirements for users
...
[SVN r58219]
2009-12-07 14:11:42 +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
4a3a1b5b70
Fixed Template Parameters section to mention bidirectionalS
...
[SVN r58124]
2009-12-03 18:16:39 +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
0ccfbb5754
Fixed another linkage issue
...
[SVN r58087]
2009-12-01 19:42:56 +00:00
Jeremiah Willcock
97e1916248
Removed uses of abort() and fixed DLL linkage issues for Windows Mobile
...
[SVN r58086]
2009-12-01 19:38:49 +00:00
Jeremiah Willcock
ba2d8eeffc
Added missing #include
...
[SVN r58061]
2009-11-30 17:17:45 +00:00
Jeremiah Willcock
a4af699063
Removed Expat condition since it is no longer required
...
[SVN r58039]
2009-11-29 21:03:01 +00:00
Jeremiah Willcock
10135eeab5
Removed Expat stuff since it is no longer needed
...
[SVN r58038]
2009-11-29 20:51:20 +00:00
Jeremiah Willcock
dd07cb4c5a
Added fix from bug 3695; fixes #3695
...
[SVN r58037]
2009-11-29 20:43:51 +00:00
Jeremiah Willcock
e5aebbcc97
Rewrote GraphML parser to use Boost.PropertyTree; fixes #3300
...
[SVN r58035]
2009-11-29 20:35:25 +00:00
Jeremiah Willcock
d00948cef3
Fixed missing #endif
...
[SVN r58005]
2009-11-28 15:22:48 +00:00
Jeremiah Willcock
8431fde428
Added lookup_edge() function as wrapper for graphs that do not model AdjacencyMatrix; changed functions to use it instead of edge(); added is_adjacency_matrix traits class; updated docs to reflect Adjacency Matrix requirements and suggestions; fixes #3266
...
[SVN r57928]
2009-11-25 21:56:36 +00:00