Jeremiah Willcock
|
d983ea89a5
|
Simplified negative-edge test; refs #9012
[SVN r85387]
|
2013-08-17 22:21:16 +00:00 |
|
Jeremiah Willcock
|
cd267de654
|
Fixed test for negative-weight edges when combine operator is project2nd (as in prim_minimum_spanning_tree); fixes #9012; refs #8398
[SVN r85386]
|
2013-08-17 22:12:20 +00:00 |
|
Jeremiah Willcock
|
130f7129c3
|
Added MSSP support for non-named parameter versions
[SVN r85348]
|
2013-08-14 15:34:02 +00:00 |
|
Jeremiah Willcock
|
be2fc043d1
|
Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986
[SVN r85323]
|
2013-08-12 18:14:58 +00:00 |
|
Jeremiah Willcock
|
a5a29bd065
|
Changed to use adjacency_list for temporary graph, avoiding ADL issues with vector_as_graph; fixes #8791
[SVN r84976]
|
2013-07-07 16:50:24 +00:00 |
|
Jeremiah Willcock
|
73d2d7500e
|
Added #define to detect recent modification
[SVN r84915]
|
2013-06-29 19:12:52 +00:00 |
|
Jeremiah Willcock
|
d53729083f
|
Changed dispatching strategy for bfs_helper
[SVN r84913]
|
2013-06-28 18:47:30 +00:00 |
|
Jeremiah Willcock
|
37bd777094
|
Moved distributed graph tags into graph_traits.hpp
[SVN r84912]
|
2013-06-28 18:47:10 +00:00 |
|
Jeremiah Willcock
|
ca70cdaa2c
|
Removed assertion to enable removal of non-existent edges, as suggested by comment to #4622; refs #4622
[SVN r84869]
|
2013-06-21 20:06:45 +00:00 |
|
Jeremiah Willcock
|
5e88d92265
|
Merged another bug fix from trunk
[SVN r84728]
|
2013-06-10 15:23:08 +00:00 |
|
Jeremiah Willcock
|
61296c352a
|
Changed // comments to be non-greedy; fixes #8681
[SVN r84725]
|
2013-06-10 14:29:39 +00:00 |
|
Jeremiah Willcock
|
2cd57a4180
|
Merged more Boost.Graph bug fixes from trunk
[SVN r84641]
|
2013-06-04 20:53:19 +00:00 |
|
Jeremiah Willcock
|
df1a183214
|
Added reference in parameter type
[SVN r84633]
|
2013-06-04 16:07:45 +00:00 |
|
Jeremiah Willcock
|
bf00bbe4f0
|
Fixed dangling reference bug reported by Marshall Clow; other small cleanups
[SVN r84632]
|
2013-06-04 16:07:20 +00:00 |
|
Jeremiah Willcock
|
b98f225d0d
|
Removed unused typedefs
[SVN r84471]
|
2013-05-25 02:20:09 +00:00 |
|
Jeremiah Willcock
|
1311d1b035
|
Chaned project1st and project2nd function objects to return copies rather than references to arguments, preventing a dangling reference when the type of the argument passed in is not exactly the same as the template argument of the projection function object
[SVN r84466]
|
2013-05-24 21:19:21 +00:00 |
|
Jeremiah Willcock
|
966aa0cf48
|
Fixed to work with self-loops
[SVN r84396]
|
2013-05-20 21:33:31 +00:00 |
|
Jeremiah Willcock
|
67f7bcfa96
|
Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from trunk
[SVN r84299]
|
2013-05-16 15:38:05 +00:00 |
|
Jeremiah Willcock
|
2c62f35e46
|
Added timeout support code from Brammert Ottens
[SVN r84102]
|
2013-05-01 17:42:44 +00:00 |
|
Jeremiah Willcock
|
67aacbe6ef
|
Added support for distance types without numeric_limits specializations; changed test to use that functionality to ensure that it keeps working; fixes #8490
[SVN r84028]
|
2013-04-24 02:19:13 +00:00 |
|
Jeremiah Willcock
|
53bdf1db9c
|
Applied patch from #7155 to add "graphml" as a value for "for"; fixes #7155; fixes #7016
[SVN r83961]
|
2013-04-18 20:21:39 +00:00 |
|
Jeremiah Willcock
|
7e9b77f5fb
|
Fixed VC++ error
[SVN r83893]
|
2013-04-14 03:49:56 +00:00 |
|
Jeremiah Willcock
|
535e593810
|
Added sloan_ordering example to build list
[SVN r83878]
|
2013-04-13 18:20:45 +00:00 |
|
Jeremiah Willcock
|
c40a522362
|
Fixed 32/64-bit size issues; fixes #8434
[SVN r83877]
|
2013-04-13 18:20:16 +00:00 |
|
Jeremiah Willcock
|
32fa162931
|
Fixed documentation to be correct; fixes #8428
[SVN r83857]
|
2013-04-12 19:54:31 +00:00 |
|
Jeremiah Willcock
|
65c9ef22c6
|
Flipped arguments to combine calls to match documentation; refs #8428
[SVN r83845]
|
2013-04-11 17:19:38 +00:00 |
|
Jeremiah Willcock
|
44912cc2be
|
Fixed some typos; not a fix to #8428 yet
[SVN r83844]
|
2013-04-11 17:14:28 +00:00 |
|
Jeremiah Willcock
|
f9dbc3ffb3
|
Removed unnecessary requirement; fixes #8427
[SVN r83837]
|
2013-04-10 20:42:27 +00:00 |
|
Jeremiah Willcock
|
3e770e171e
|
Added patches from Flavio De Lorenzi; fixed HTML typo in VF2 documentation
[SVN r83832]
|
2013-04-10 17:03:21 +00:00 |
|
Jeremiah Willcock
|
4f3e758c9c
|
Fixed example for C++11 mode
[SVN r83798]
|
2013-04-07 19:37:29 +00:00 |
|
Jeremiah Willcock
|
0e4f022d9d
|
Changed test for negative edges per #8398; fixes #8398
[SVN r83772]
|
2013-04-05 18:25:33 +00:00 |
|
Jeremiah Willcock
|
393c072c18
|
Added maximum adjacency search from Fernando Vilas; fixes #6780
[SVN r83410]
|
2013-03-12 00:35:48 +00:00 |
|
Jeremiah Willcock
|
2539ea8bca
|
Changed .size() comparison against 0 to .empty()
[SVN r83409]
|
2013-03-12 00:34:38 +00:00 |
|
Jeremiah Willcock
|
02aaeccae5
|
Changed difference_types to not be void
[SVN r83366]
|
2013-03-08 17:31:15 +00:00 |
|
Jeremiah Willcock
|
3ebad4bc01
|
Added patch to example from Takatoshi Kondo
[SVN r83234]
|
2013-03-01 18:41:32 +00:00 |
|
Jeremiah Willcock
|
057a718a39
|
Added new versions of VF2 from Jakob Lykke Andersen; fixes #8166; some test cases for the new functionality would be appreciated as a separate patch.
[SVN r83233]
|
2013-03-01 18:17:34 +00:00 |
|
Jeremiah Willcock
|
51a28ac04b
|
Fixed handling of const graphs and property maps; fixes #8192
[SVN r83191]
|
2013-02-27 22:04:17 +00:00 |
|
Jeremiah Willcock
|
e8eba95d4a
|
Fixed typo in tag
[SVN r83067]
|
2013-02-21 19:51:54 +00:00 |
|
Jeremiah Willcock
|
afd2ee41bd
|
Removed uses of check_is_close which seems to be broken now
[SVN r82779]
|
2013-02-07 21:13:56 +00:00 |
|
Jeremiah Willcock
|
e41d96177f
|
Added check to prevent use of remove_vertex on named adjacency list graphs with vecS vertex container (since it does not work and could not be made to work efficiently); refs #7863
[SVN r82498]
|
2013-01-14 21:03:48 +00:00 |
|
Jeremiah Willcock
|
1c54f431ca
|
Changed loop header to avoid GCC warning from -Wunsafe-loop-optimizations
[SVN r82445]
|
2013-01-11 03:05:08 +00:00 |
|
Jeremiah Willcock
|
7ea6373369
|
Removed obsolete workarounds and changed to iterator_property_map; refs #7877
[SVN r82441]
|
2013-01-10 22:51:53 +00:00 |
|
Jeremiah Willcock
|
8caf6fc368
|
Removed obsolete workaround
[SVN r82440]
|
2013-01-10 22:50:14 +00:00 |
|
Jeremiah Willcock
|
f10ad0650a
|
Changed to iterator_property_map; fixes #7877
[SVN r82439]
|
2013-01-10 22:49:10 +00:00 |
|
Jeremiah Willcock
|
2f12c59529
|
Added more examples to Jamfile
[SVN r82438]
|
2013-01-10 22:14:46 +00:00 |
|
Jeremiah Willcock
|
086cd12a7e
|
Applied variant of patch from #7845; fixes #7845
[SVN r82358]
|
2013-01-04 19:29:27 +00:00 |
|
Jeremiah Willcock
|
22b521ecf4
|
Merged Boost.Graph changes from trunk for 1.53
[SVN r82061]
|
2012-12-17 23:59:46 +00:00 |
|
Jeremiah Willcock
|
31cf899da9
|
Trying to fix defaults for StoredEdge; refs #7801
[SVN r82052]
|
2012-12-17 17:37:39 +00:00 |
|
Jeremiah Willcock
|
ebd636bfc0
|
Added VF2 updates from Flavio De Lorenzi
[SVN r82050]
|
2012-12-17 17:11:02 +00:00 |
|
Jeremiah Willcock
|
8a1913f804
|
Trying to fix property map ambiguities with distributed graphs on Intel compiler
[SVN r82010]
|
2012-12-16 05:16:47 +00:00 |
|