Jeremiah Willcock
|
fecccdd81c
|
Changed core_numbers to use d_ary_heap and only update queue elements that are in the queue; fixes #7341
[SVN r80421]
|
2012-09-06 15:31:41 +00:00 |
|
Jeremiah Willcock
|
b52e49730b
|
Fixed issues with indirect_cmp; fixes #7338
[SVN r80420]
|
2012-09-06 13:44:21 +00:00 |
|
Jeremiah Willcock
|
9dcbb861d6
|
Added warning about copying
[SVN r80407]
|
2012-09-05 15:19:59 +00:00 |
|
Jeremiah Willcock
|
d2d880b4e0
|
Made edge weight a reference based on a suggestion by Tristram Gräbener; made vertex distance variables const values
[SVN r80264]
|
2012-08-27 19:05:25 +00:00 |
|
Jeremiah Willcock
|
88101e0ab0
|
Fixed default template arguments
[SVN r80216]
|
2012-08-25 20:45:29 +00:00 |
|
Jeremiah Willcock
|
4672f4d430
|
Fixed typo
[SVN r80189]
|
2012-08-25 03:10:40 +00:00 |
|
Jeremiah Willcock
|
6dc5eb1d6a
|
Fixed typo
[SVN r80188]
|
2012-08-25 03:09:27 +00:00 |
|
Jeremiah Willcock
|
48f4d92a38
|
Removed retag_property_list and all uses of it
[SVN r79855]
|
2012-08-02 18:05:11 +00:00 |
|
Jeremiah Willcock
|
ff872bad11
|
Fixed subgraph_properties example and added more examples to Jamfile.v2
[SVN r79833]
|
2012-08-01 15:31:23 +00:00 |
|
Jeremiah Willcock
|
245e36feba
|
Fixed order of arguments to get_param_type
[SVN r79772]
|
2012-07-27 18:23:02 +00:00 |
|
Jeremiah Willcock
|
1cdce524a2
|
Merged r79227 from trunk, hopefully fixing all VC++ Boost.Graph Graphviz test issues
[SVN r79771]
|
2012-07-27 18:15:55 +00:00 |
|
Jeremiah Willcock
|
ba9155f89c
|
Merged bug fix from trunk
[SVN r79393]
|
2012-07-09 20:15:04 +00:00 |
|
Jeremiah Willcock
|
df80876475
|
Fixed uninitialized variable problem
[SVN r79391]
|
2012-07-09 20:10:02 +00:00 |
|
Jeremiah Willcock
|
6604e3a013
|
Merged more changes (bug fixes, especially hopefully fixing the VC++ test failure) from trunk
[SVN r79390]
|
2012-07-09 20:07:47 +00:00 |
|
Jeremiah Willcock
|
408469afcf
|
Refactored handling of properties (especially bogus property tags) to work around VC++ <=10 issues in graphviz_test; changed graph_all_t to return ref_property_map like is needed for dynamic_properties in I/O functions
[SVN r79388]
|
2012-07-09 19:49:55 +00:00 |
|
Jeremiah Willcock
|
20ab0ffec3
|
Fixed VC++ issues in examples
[SVN r79387]
|
2012-07-09 19:48:12 +00:00 |
|
Jeremiah Willcock
|
71f0ab997d
|
Added default for property_kind to try to work around VC++ issues
[SVN r79227]
|
2012-07-02 12:53:15 +00:00 |
|
Jeremiah Willcock
|
708d8b62a5
|
Second batch of Boost.Graph and Boost.PropertyMap changes for 1.51
[SVN r79191]
|
2012-06-30 20:22:16 +00:00 |
|
Jeremiah Willcock
|
616b9e7134
|
Merged first batch of 1.51 changes for Boost.Graph and Boost.PropertyMap
[SVN r79189]
|
2012-06-30 20:00:41 +00:00 |
|
Jeremiah Willcock
|
849d1538ed
|
Fixed construction and assignment of bidirectional CSR graphs from other graphs; removed add_edges* functions (which were broken and not documented) from bidirectional CSR; fixes #7002
[SVN r79179]
|
2012-06-29 20:26:26 +00:00 |
|
Jeremiah Willcock
|
215359117a
|
Applied patch from #7023; fixes #7023
[SVN r79177]
|
2012-06-29 19:40:29 +00:00 |
|
Jeremiah Willcock
|
5cab2dcf61
|
Changed grid_graph_index_map to use raw pointer to graph based on suggestion by Sergey Mitsyn
[SVN r79017]
|
2012-06-20 16:37:50 +00:00 |
|
Jeremiah Willcock
|
30dd4d8f69
|
Fixed property name as per #6993; fixes #6993
[SVN r79010]
|
2012-06-19 19:14:46 +00:00 |
|
Jeremiah Willcock
|
0cbdd0a40f
|
Merged warning fixes from trunk
[SVN r78652]
|
2012-05-26 19:33:09 +00:00 |
|
Jeremiah Willcock
|
38ad939f37
|
Fixed warnings
[SVN r78651]
|
2012-05-26 19:30:47 +00:00 |
|
Jeremiah Willcock
|
cbe70511cd
|
Merged in more trunk bug fixes for Boost.Graph and Boost.PropertyMap
[SVN r78641]
|
2012-05-26 18:56:37 +00:00 |
|
Jeremiah Willcock
|
0b30767da0
|
Merged bug fixes for Boost.Graph and Boost.PropertyMap from trunk
[SVN r78639]
|
2012-05-26 18:23:01 +00:00 |
|
Dave Abrahams
|
8ff9b6c510
|
Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare.
[SVN r78502]
|
2012-05-18 04:44:04 +00:00 |
|
Jeremiah Willcock
|
b37570381b
|
Fixed inspect warnings and typos
[SVN r78442]
|
2012-05-12 20:46:47 +00:00 |
|
Jeremiah Willcock
|
34ba5d36d7
|
Fixed uses of std::min
[SVN r78441]
|
2012-05-12 20:36:02 +00:00 |
|
Jeremiah Willcock
|
856e0fb3ab
|
Fixed bugs in remove_edge and clear_vertex for undirected graphs; refs #4622
[SVN r78439]
|
2012-05-12 20:10:11 +00:00 |
|
Jeremiah Willcock
|
48860d938c
|
Removed unnecessary concept requirement; fixes #6892
[SVN r78438]
|
2012-05-12 18:46:34 +00:00 |
|
Jeremiah Willcock
|
4e5382d828
|
Trying to fix undirected clear_vertex() again; refs #4622
[SVN r78428]
|
2012-05-11 21:03:19 +00:00 |
|
Jeremiah Willcock
|
2d70ac7254
|
Fixed handling of self-loops; fixes #4622
[SVN r78425]
|
2012-05-11 19:37:54 +00:00 |
|
Jeremiah Willcock
|
1eb950d630
|
Removed use of Boost.Typeof to enhance portability; using Boost.ResultOf instead
[SVN r78330]
|
2012-05-05 03:08:49 +00:00 |
|
Jeremiah Willcock
|
1441c15255
|
Removed use of Boost.Typeof to enhance portability; using Boost.ResultOf instead
[SVN r78329]
|
2012-05-05 03:07:40 +00:00 |
|
Jeremiah Willcock
|
8e40b350e3
|
Qualified calls to tie
[SVN r78328]
|
2012-05-05 02:52:41 +00:00 |
|
Jeremiah Willcock
|
429112df7c
|
Fixed ambiguous call
[SVN r78327]
|
2012-05-05 02:50:55 +00:00 |
|
Jeremiah Willcock
|
0586ac290f
|
Edited reverse_graph to fix test case; fixes #6858
[SVN r78315]
|
2012-05-03 16:20:58 +00:00 |
|
Jeremiah Willcock
|
d42d54b54e
|
Removed #error for lack of bundled properties
[SVN r78076]
|
2012-04-19 03:30:59 +00:00 |
|
Jeremiah Willcock
|
bec6cb4dda
|
Disabled build on Sun; waiting to disable in regression test output until results show that library is not built
[SVN r78053]
|
2012-04-17 19:53:26 +00:00 |
|
Jeremiah Willcock
|
117689a3f9
|
Fixed argument order to get_param_type
[SVN r78031]
|
2012-04-16 23:17:12 +00:00 |
|
Jeremiah Willcock
|
6ea899f7ed
|
Added code and docs from #5269 (some code heavily rewritten) and removed old workarounds; fixes #5269
[SVN r78030]
|
2012-04-16 23:12:50 +00:00 |
|
Jeremiah Willcock
|
a64981a983
|
Changed to old-style named parameter wrapper generator
[SVN r78027]
|
2012-04-16 19:17:04 +00:00 |
|
Jeremiah Willcock
|
2a4350905b
|
Added generator to make old-style named parameter wrappers
[SVN r78026]
|
2012-04-16 19:07:20 +00:00 |
|
Jeremiah Willcock
|
ebdec45c4b
|
Added test for Boost.Parameter version of isomorphism; fixed bugs that found
[SVN r78024]
|
2012-04-16 18:44:36 +00:00 |
|
Jeremiah Willcock
|
97bea429fc
|
Added new code from #6242; fixes #6242
[SVN r78023]
|
2012-04-16 17:55:07 +00:00 |
|
Jeremiah Willcock
|
01832f76c2
|
Fixed SCC example and added it to Jamfile; fixes #6647
[SVN r78022]
|
2012-04-16 17:46:15 +00:00 |
|
Jeremiah Willcock
|
0aaf3858a0
|
Reverted r77731 because it complicated the code and did not fix BGL compilation on any compilers
[SVN r78020]
|
2012-04-16 17:35:15 +00:00 |
|
Jeremiah Willcock
|
efd4b992cc
|
Clarified and corrected documentation
[SVN r77924]
|
2012-04-11 20:52:32 +00:00 |
|