Commit Graph

186 Commits

Author SHA1 Message Date
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
588aff43ef Removed unused, broken image file; fixes #6520
[SVN r76866]
2012-02-04 04:59:24 +00:00
Jeremiah Willcock
a567e1c625 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
c77a9b5ad1 Applied fixed version of patch from #6293; fixes #6293
[SVN r76050]
2011-12-18 21:09:34 +00:00
Jeremiah Willcock
26f7114ebb Merged r72747, r74075, r74094, r74232, r74357, r74602, and r74783 from trunk
[SVN r74862]
2011-10-09 20:33:56 +00:00
Jeremiah Willcock
922ef24305 Fixed inspection report issues
[SVN r74094]
2011-08-27 19:35:05 +00:00
Jeremiah Willcock
8d464c0744 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
1c85839811 Fixed to get edge target from correct graph
[SVN r73998]
2011-08-22 01:43:29 +00:00
Jeremiah Willcock
e0edf41d46 Removed calls to exit(); fixes #5185
[SVN r73425]
2011-07-29 01:44:48 +00:00
Jeremiah Willcock
1c29662fc2 Merged r71166, r71238, r71300, r71489, r71704, and r71929 from trunk
[SVN r72334]
2011-06-01 16:58:36 +00:00
Nicholas Edmonds
c86337d3a1 Added distance map initialization and 'min' reduction operation for distance maps
[SVN r71704]
2011-05-03 23:04:39 +00:00
Jeremiah Willcock
23c53b585e Merged more fixes from trunk; added is_sorted.hpp because that is needed for BGL fixes
[SVN r70704]
2011-03-29 19:07:16 +00:00
Jeremiah Willcock
aa5f5eaf6d Merged r67703-67704,68155,69263,69629,69726 from trunk
[SVN r70703]
2011-03-29 18:56:56 +00:00
Steven Watanabe
11e660b615 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
2d5c7d4ff5 Fixed ambiguity issues when compiling with C++0x support enabled.
[SVN r68155]
2011-01-14 17:37:59 +00:00
Bryce Adelstein-Lelbach
a4462dc13b Removed the use of __gnu_cxx::is_sorted from Boost.Graph as it's lolnonportable,
implemented a version of the algorithm as a replacement,



[SVN r68144]
2011-01-14 03:02:47 +00:00
Bryce Adelstein-Lelbach
be71c5cde9 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Jeremiah Willcock
7df196b4bc Removed BOOST_FILESYSTEM_VERSION setting from test cases and removed Filesystem v2 workaround
[SVN r68001]
2011-01-11 22:19:57 +00:00
Jeremiah Willcock
b52c1ea584 Merged r67041,67084,67110,67705-67706,67722,67724,67764 (bug fixes) from trunk, plus allowed Boost.Filesystem v2 to be used in boost/distributed/adjlist/serialization.hpp
[SVN r67967]
2011-01-11 18:17:40 +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
7ba3289a78 Fixed compile failure with Boost.Filesystem v3
[SVN r67041]
2010-12-05 21:08:52 +00:00
Jeremiah Willcock
40458d9fd1 Merged r64074, r64645, r64935, r65198, r65385, r65764 (all related to bundled graph properties as far as I remember)
[SVN r65766]
2010-10-05 17:42:47 +00:00
Andrew Sutton
baf876c239 Adding bundled graph properties to distributed graph types.
[SVN r65764]
2010-10-05 16:32:27 +00:00
Jeremiah Willcock
32e14ac5d3 Removed unused typedefs
[SVN r63666]
2010-07-05 16:53:26 +00:00
Jeremiah Willcock
a175877b48 Merged more changes from trunk, including r63643 (new patches for LLP64)
[SVN r63664]
2010-07-05 16:40:23 +00:00
Jeremiah Willcock
66ecba0dea Merged various changes from trunk
[SVN r63662]
2010-07-05 16:17:38 +00:00
Jeremiah Willcock
dcff0c9954 Allowed boost::intmax_t as a pointer serialization type to hopefully avoid problems on LLP64 systems; fixes #4366
[SVN r63643]
2010-07-05 04:17:58 +00:00
Jeremiah Willcock
5d927f8bd0 Merged r62693, r62932, r62933, r62998, r62999, r63000, r63002, r63048, r63049, r63084, r63189, r63190, r63227, r63234, r63241, r63244, r63268, r63269, r63329, r63332, r63333, r63334, r63335, r63405, r63466, r63472, r63511, r63530, r63535, r63536, r61796, and r61841 from trunk
[SVN r63554]
2010-07-03 18:37:39 +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
33e08f9016 Fixed warnings about ambiguous else clauses
[SVN r62404]
2010-06-03 15:46:01 +00:00
Jeremiah Willcock
613c642cf0 Changed "and" to "&&" in #if statements to appease VC++ 10
[SVN r62271]
2010-05-27 17:31:40 +00:00
Jeremiah Willcock
28175b0ddc Fixed log ambiguity in VC++ 10
[SVN r62176]
2010-05-24 17:40:07 +00:00
Jeremiah Willcock
dd6b5f8ac5 Fixed VC++10 warnings and errors
[SVN r62042]
2010-05-16 18:06:25 +00:00
Douglas Gregor
cf91109f68 Export some typedefs from the base CSR graph type to the distributed CSR graph type
[SVN r61955]
2010-05-13 17:15:01 +00:00
Jeremiah Willcock
6c60d95c5d Working on refactoring properties and fixing vertex_bundle_t and edge_bundle_t
[SVN r61858]
2010-05-08 20:26:01 +00:00
Jeremiah Willcock
8c52a17322 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
e8e5473f8f Changed to use property_traits in preparation for SFINAE-enabled property_traits
[SVN r60365]
2010-03-08 19:43:09 +00:00
Jeremiah Willcock
1bf118a0ab 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
179d81de5a Fixed warnings in test cases
[SVN r60078]
2010-03-02 19:52:20 +00:00
Jeremiah Willcock
2ab5b862fb Merged changes from trunk that are going into 1.42.0
[SVN r58554]
2009-12-29 03:50:53 +00:00
Jeremiah Willcock
67fcc3bef3 Fixed GCC 4.4 warnings
[SVN r58295]
2009-12-11 19:08:10 +00:00
Jeremiah Willcock
b27cb5e180 Fixed bad redirect
[SVN r58183]
2009-12-06 04:57:32 +00:00
Jeremiah Willcock
b829baa5a1 Fixed bad comment and invalid redirect
[SVN r58182]
2009-12-06 04:57:14 +00:00
Jeremiah Willcock
22e3ac3dc4 Fixed bad comment syntax
[SVN r58181]
2009-12-06 04:53:58 +00:00
Jeremiah Willcock
1402c02ecf Qualified names of get() functions
[SVN r58091]
2009-12-01 20:25:30 +00:00
Jeremiah Willcock
3b41821429 Removed obsolete file
[SVN r57901]
2009-11-24 19:43:16 +00:00
Jeremiah Willcock
38b7093700 Removed old CSR interface; fixes #3135
[SVN r57898]
2009-11-24 18:38:28 +00:00
Vladimir Prus
a9b02da5d5 Fix compilation error due to undefined fprintf/stderr.
[SVN r57782]
2009-11-19 06:10:26 +00:00
Jeremiah Willcock
3623cc91d6 Fixed warnings
[SVN r57559]
2009-11-11 02:57:44 +00:00
Vladimir Prus
e5f8e95491 Merge from trunk
[SVN r57547]
2009-11-10 17:54:32 +00:00