Jeremiah Willcock
|
cdef2804ea
|
Fixed incorrect iterator type
[SVN r76868]
|
2012-02-04 05:12:58 +00:00 |
|
Jeremiah Willcock
|
b42b71824b
|
Removed unused parameter names
[SVN r76867]
|
2012-02-04 05:12:04 +00:00 |
|
Jeremiah Willcock
|
cd1186205d
|
Added links sent by David Doria to his new documentation files
[SVN r76783]
|
2012-01-29 21:36:23 +00:00 |
|
Jeremiah Willcock
|
9d353c53e2
|
Added documentation and examples from David Doria
[SVN r76779]
|
2012-01-29 21:08:40 +00:00 |
|
Jeremiah Willcock
|
a1fc58cc93
|
Added directed_graph stub documentation from David Doria
[SVN r76778]
|
2012-01-29 19:04:46 +00:00 |
|
Jeremiah Willcock
|
f63ebe9a8b
|
Added example from David Doria
[SVN r76726]
|
2012-01-27 22:06:21 +00:00 |
|
Jeremiah Willcock
|
1c7c456e18
|
Changed another property map type to const_type
[SVN r76654]
|
2012-01-23 19:57:42 +00:00 |
|
Jeremiah Willcock
|
e761a6b4d0
|
Fixed typo from #6435 plus others; fixes #6435
[SVN r76651]
|
2012-01-23 16:07:05 +00:00 |
|
K. Noel Belcourt
|
cddab52a7b
|
Fix astar_search graph test.
[SVN r76648]
|
2012-01-23 02:52:23 +00:00 |
|
Jeremiah Willcock
|
3af4b053be
|
Fixed issue with printing const graphs
[SVN r76588]
|
2012-01-19 16:35:28 +00:00 |
|
Jeremiah Willcock
|
210e7857b2
|
Removed redundant function_requires in test case
[SVN r76537]
|
2012-01-15 23:59:39 +00:00 |
|
Jeremiah Willcock
|
a4dc3d7b23
|
Merged r75066, r75067, r75124, r75140, r75165, r75861, r75862, r75863, r75878, r75906, r75970, r75973, r75974, and r76394 from trunk
[SVN r76536]
|
2012-01-15 23:52:45 +00:00 |
|
Jeremiah Willcock
|
4b95dcfbe9
|
Merged r76050, r75547, r75891, r76049, r76083, and r76439 from trunk (reverse_graph bug fixes and fix for #6293); refs #6293
[SVN r76535]
|
2012-01-15 23:32:09 +00:00 |
|
Jeremiah Willcock
|
f761059ecd
|
Applied some fixes from #6313; fixes #6313
[SVN r76439]
|
2012-01-12 20:27:31 +00:00 |
|
Jeremiah Willcock
|
a439c48425
|
Applied patch from #6371; fixes #6371
[SVN r76394]
|
2012-01-10 01:29:38 +00:00 |
|
Jeremiah Willcock
|
99f7ed91af
|
Applied patch from bug #6306; fixes #6306
[SVN r76083]
|
2011-12-20 18:49:09 +00:00 |
|
Jeremiah Willcock
|
cd1fee5f7d
|
Applied fixed version of patch from #6293; fixes #6293
[SVN r76050]
|
2011-12-18 21:09:34 +00:00 |
|
Jeremiah Willcock
|
231bb5dbfb
|
Added documented way to get underlying edge descriptor from a reverse_graph; changed name of member to prevent future use
[SVN r76049]
|
2011-12-18 20:53:26 +00:00 |
|
Steven Watanabe
|
456f4006cb
|
Remove unused library.
[SVN r75974]
|
2011-12-15 22:59:03 +00:00 |
|
Jeremiah Willcock
|
52d7bc8d5e
|
Applied patch from Jens Muller
[SVN r75973]
|
2011-12-15 22:36:20 +00:00 |
|
Steven Watanabe
|
8f3dd3a4f9
|
Fix search for SDB and LEDA.
[SVN r75970]
|
2011-12-15 22:07:53 +00:00 |
|
Jeremiah Willcock
|
79573b5dbd
|
Added another copy_graph hack for transpose_graph
[SVN r75906]
|
2011-12-11 21:09:33 +00:00 |
|
Jeremiah Willcock
|
fc1619d91e
|
Fixed copying of reverse_graphs to compensate for new reverse_edge_descriptor class
[SVN r75891]
|
2011-12-11 07:19:19 +00:00 |
|
Jeremiah Willcock
|
17f92dd61e
|
Added include of <stack>; fixes #6246
[SVN r75878]
|
2011-12-09 17:53:43 +00:00 |
|
Jeremiah Willcock
|
2a5874c7b9
|
Fixed typo
[SVN r75863]
|
2011-12-08 02:00:04 +00:00 |
|
Jeremiah Willcock
|
03193c2fb4
|
Added documentation for edge_predecessor_recorder and fixed several typos in other doc pages
[SVN r75862]
|
2011-12-08 01:59:21 +00:00 |
|
Jeremiah Willcock
|
345a6b964b
|
Removed debugging output; fixes #6239
[SVN r75861]
|
2011-12-08 01:43:39 +00:00 |
|
Jeremiah Willcock
|
366cd32060
|
Added comparison operators; fixes #6137
[SVN r75547]
|
2011-11-18 20:06:07 +00:00 |
|
Jeremiah Willcock
|
a88250f76f
|
Merged change r75431 from trunk; refs #6112
[SVN r75471]
|
2011-11-13 06:10:55 +00:00 |
|
Jeremiah Willcock
|
2b2f2d464e
|
Qualified more calls to tie; fixes #6112
[SVN r75431]
|
2011-11-10 15:04:27 +00:00 |
|
Jeremiah Willcock
|
3619e54948
|
Fixed degree_vertex_invariant::max; fixes #5881
[SVN r75165]
|
2011-10-29 06:11:02 +00:00 |
|
Jeremiah Willcock
|
d6643f50f3
|
Added missing "end for"; fixes #6061
[SVN r75140]
|
2011-10-27 19:51:37 +00:00 |
|
Jeremiah Willcock
|
63249fa231
|
Removed hash<void*> specialization
[SVN r75124]
|
2011-10-27 01:17:35 +00:00 |
|
Jeremiah Willcock
|
6f91f83d2e
|
Removed incorrect != 0 test on boost::optional; fixes #6044
[SVN r75074]
|
2011-10-20 21:32:45 +00:00 |
|
Jeremiah Willcock
|
2edbcb500f
|
Fixed strange use of pred map, and changed algorithm to be more similar to Tarjan paper cited in bibliography; fixes #6033
[SVN r75067]
|
2011-10-19 20:03:54 +00:00 |
|
Jeremiah Willcock
|
ffff89b1a2
|
Refactored and added test graph from Andre Dau
[SVN r75066]
|
2011-10-19 20:03:00 +00:00 |
|
Jeremiah Willcock
|
3a546c9418
|
Merged r72747, r74075, r74094, r74232, r74357, r74602, and r74783 from trunk
[SVN r74862]
|
2011-10-09 20:33:56 +00:00 |
|
Jeremiah Willcock
|
27e5672047
|
Fixed typo
[SVN r74783]
|
2011-10-07 21:28:22 +00:00 |
|
Jeremiah Willcock
|
4a19d6d288
|
Applied patch from #5919; fixes #5919
[SVN r74602]
|
2011-09-28 19:04:30 +00:00 |
|
Jeremiah Willcock
|
4778a4b359
|
Fixed link
[SVN r74357]
|
2011-09-12 15:01:25 +00:00 |
|
Jeremiah Willcock
|
fd37deb67b
|
Added requirement to link to Boost.Regex
[SVN r74232]
|
2011-09-04 18:47:27 +00:00 |
|
Jeremiah Willcock
|
90678ab0fa
|
Fixed inspection report issues
[SVN r74094]
|
2011-08-27 19:35:05 +00:00 |
|
Jeremiah Willcock
|
48b3020f7d
|
Added parentheses around call to numeric_limits::max; fixes #5813
[SVN r74075]
|
2011-08-26 17:33:02 +00:00 |
|
Jeremiah Willcock
|
9f29ef1a83
|
Merged in BGL, enable_if, and related changes from trunk: r67035, r57559, r72837, r73010, r73026, r72960, r73425, r73424, r73009, r73998, r73997, r73006, r73630, r73631, r73999, r73422, r73423, r73996, r71221
[SVN r74023]
|
2011-08-23 18:26:46 +00:00 |
|
Jeremiah Willcock
|
b156db0c9e
|
Fixed traits class name
[SVN r73999]
|
2011-08-22 01:44:08 +00:00 |
|
Jeremiah Willcock
|
9c7f42c58a
|
Changed to custom edge_descriptor type in reverse_graph to avoid ambiguities when using a std::pair edge_descriptor from an underlying graph
[SVN r73997]
|
2011-08-22 01:43:07 +00:00 |
|
Jeremiah Willcock
|
c0bc3e3aea
|
Fixed documentation based on issues found by Ragavendran Gopalakrishnan
[SVN r73996]
|
2011-08-22 01:42:12 +00:00 |
|
Jeremiah Willcock
|
fee2e45a8c
|
Fixed vertex count computation for case where number of vertices does not fit into an int
[SVN r73631]
|
2011-08-09 19:32:20 +00:00 |
|
Jeremiah Willcock
|
f0343d2264
|
Fixed grid graph for case where VertexIndex is smaller than int
[SVN r73630]
|
2011-08-09 19:23:16 +00:00 |
|
Jeremiah Willcock
|
fcf6446201
|
Removed calls to exit(); fixes #5185
[SVN r73425]
|
2011-07-29 01:44:48 +00:00 |
|