Commit Graph

167 Commits

Author SHA1 Message Date
K. Noel Belcourt
6d4757c56f Update meta data. boost-1.63.0 boost-1.70.0.beta1 boost-1.70.0 boost-1.69.0-beta1 boost-1.69.0 boost-1.68.0 boost-1.67.0 boost-1.66.0 boost-1.65.1 boost-1.65.0 boost-1.64.0-beta2 boost-1.64.0-beta1 boost-1.64.0 2016-11-03 11:30:45 -06:00
Alain Miniussi
f97c909f5c Added missing vector serializatin declaration. (#11)
May not be minimal.

Wow, thanks for the fast turnaround, appreciate the help.
2016-11-03 11:30:31 -06:00
Marcel Raad
314a10cc63 Fix for MSVC warning (#8)
"warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)"
boost-1.62.0
2016-07-16 16:54:48 -06:00
Marcel Raad
3152c8545f Fix for MSVC (#9)
MSVC doesn't know "and". It warns:
hohberg_biconnected_components.hpp(166) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
hohberg_biconnected_components.hpp(201) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
2016-07-16 16:54:10 -06:00
K. Noel Belcourt
ad1ea75204 Add dependency on boost_mpi to fix link error
with missing boost mpi exception destructor.
2016-07-16 16:53:54 -06:00
Michael Opitz
d73fc5cd98 Added a presumably missing include directive. 2016-07-16 16:52:49 -06:00
Marcin Zalewski
c5e128c1e3 Fix reduce for predecessor.
The assumption was that the predecessor, which is a distributed vertex descriptor, should be
the same as the key. The key is actually a local vertex descriptor, and these two types may
not match.

Signed-off-by: Marcin Zalewski <marcin.zalewski@gmail.com>
2016-07-16 16:50:30 -06:00
K. Noel Belcourt
5e4479facf Merge branch 'develop' boost-1.61.0 boost-1.60.0 boost-1.59.0 boost-1.58.0 boost-1.57.0 boost-1.56.0 2014-05-16 10:39:50 -06:00
K. Noel Belcourt
f48744ce40 Merge branch 'master' into develop 2014-05-16 10:39:29 -06:00
Daniel James
d9f39c795e Create merge base for git. 2014-04-06 14:07:10 +01:00
Jeremiah Willcock
164919adaf Applied patch from #9127 to fix lazy_add_vertex; fixes #9127
[SVN r86515]
2013-10-29 16:48:05 +00:00
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
c5bc7eff77 Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from Boost trunk
[SVN r85813]
2013-09-21 20:17:00 +00:00
Jeremiah Willcock
4ecce542f4 Removed use of "void" as property type to avoid errors in Clang; added static assertion to prevent this use in the future (it is broken anyway)
[SVN r85472]
2013-08-26 04:11:49 +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
c722c4a1bc Changed dispatching strategy for bfs_helper
[SVN r84913]
2013-06-28 18:47:30 +00:00
Jeremiah Willcock
1302b8f3e4 Moved distributed graph tags into graph_traits.hpp
[SVN r84912]
2013-06-28 18:47:10 +00:00
Jeremiah Willcock
e6822f368b Added default for parameter to try to satisfy VC++
[SVN r84909]
2013-06-27 16:52:38 +00:00
Jeremiah Willcock
1af293b44c Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from trunk
[SVN r84299]
2013-05-16 15:38:05 +00:00
Jeremiah Willcock
e7e8325f3d Added explicit conversion to make code with in C++11 mode; fixes #8411
[SVN r83799]
2013-04-07 19:37:47 +00:00
Jeremiah Willcock
81e21dabb2 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
ed908eb268 Merged Boost.Graph changes from trunk for 1.53
[SVN r82061]
2012-12-17 23:59:46 +00:00
Jeremiah Willcock
df9d1bff3b Trying to fix property map ambiguities with distributed graphs on Intel compiler
[SVN r82010]
2012-12-16 05:16:47 +00:00
Jeremiah Willcock
d425e70b93 Merged Boost.Graph changes from trunk
[SVN r80740]
2012-09-28 18:34:12 +00:00
Jeremiah Willcock
6f98197210 Removed retag_property_list and all uses of it
[SVN r79855]
2012-08-02 18:05:11 +00:00
Jeremiah Willcock
280c343f0e 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
24cddd8839 Merged warning fixes from trunk
[SVN r78652]
2012-05-26 19:33:09 +00:00
Jeremiah Willcock
8618905125 Fixed warnings
[SVN r78651]
2012-05-26 19:30:47 +00:00
Jeremiah Willcock
96603dd7cf Fixed unused variable warning
[SVN r78649]
2012-05-26 19:24:04 +00:00
Jeremiah Willcock
158dfae601 Merged bug fixes for Boost.Graph and Boost.PropertyMap from trunk
[SVN r78639]
2012-05-26 18:23:01 +00:00
Jeremiah Willcock
09392bb384 Fixed argument order to get_param_type
[SVN r78031]
2012-04-16 23:17:12 +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
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