Commit Graph

16 Commits

Author SHA1 Message Date
Jeremiah Willcock
5b41cceeae Moved parts of PBGL used by parallel property maps over to property map directories and namespaces; this fixes circular dependencies between these two libraries (assuming boost/property_map/parallel is treated as a separate library)
[SVN r86381]
2013-10-21 18:29:04 +00:00
Jeremiah Willcock
3e3c243346 Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986
[SVN r85323]
2013-08-12 18:14:58 +00:00
Jeremiah Willcock
ae30621c1d Changed property lookup code to simplify graph implementations (remove most special-casing of bundled properties), made CSR graph work with non-bundled properties (probably), split named parameter algorithms to not use property map code
[SVN r77549]
2012-03-25 21:03:59 +00:00
Jeremiah Willcock
53c7e3bef1 Fixed assert issues from inspection report for PBGL
[SVN r67706]
2011-01-06 02:27:26 +00:00
Jeremiah Willcock
130f0860e4 Added boost:: to all uses of tie() to disambiguate from std version
[SVN r63244]
2010-06-22 18:02:43 +00:00
Jeremiah Willcock
1402c02ecf Qualified names of get() functions
[SVN r58091]
2009-12-01 20:25:30 +00:00
Nicholas Edmonds
a5f5e55907 Changed boost::get() call to get() to reflect new distributed property map namespace (boost::parallel)
[SVN r56860]
2009-10-15 02:56:31 +00:00
Nicholas Edmonds
ba26b0d622 Removed ownermap hack for tuples and pairs
[SVN r54740]
2009-07-07 01:18:47 +00:00
Jeremiah Willcock
69d35d5e7a Fixed warnings; refs #3134
[SVN r53941]
2009-06-15 18:24:59 +00:00
Jeremiah Willcock
c96a43416c Fixed tab
[SVN r53342]
2009-05-28 14:47:39 +00:00
Nicholas Edmonds
3615027eb6 switched from detail::wrap_ref to boost::ref
[SVN r53333]
2009-05-27 23:43:27 +00:00
Nicholas Edmonds
6a05a630c4 Changed default (empty) queue type from queue<int> to queue<vertex_descriptor> where vertex_descriptor is the graph's vertex descriptor type.
[SVN r53267]
2009-05-26 01:05:09 +00:00
Jeremiah Willcock
1cd317099e Changed to standard Boost reference_wrapper rather than wrap_ref
[SVN r53221]
2009-05-23 23:30:31 +00:00
Jeremiah Willcock
d624050275 Fixed inspection problems
[SVN r52336]
2009-04-11 17:01:34 +00:00
Jeremiah Willcock
386fdfb89d Merged in changes from Nick to distributed betweenness centrality
[SVN r52301]
2009-04-10 16:13:27 +00:00
Jeremiah Willcock
9ea3ddd225 Merged headers and source files (but not examples, tests, or docs) from Parallel BGL
[SVN r52300]
2009-04-09 21:10:55 +00:00