Commit Graph

186 Commits

Author SHA1 Message Date
Peter Dimov
22385ccb6c Update message when MPI is not configured to match MPI's 2018-10-12 06:12:32 +03:00
Peter Dimov
92ef955fc8 Move property_serialize.hpp to Graph 2018-10-08 15:56:31 +03:00
Peter Dimov
a27071ac5e Avoid including an mpi header in property_serialize.hpp 2018-10-07 20:13:34 +03:00
Peter Dimov
2f5702d608 Do not use random_shuffle when not present 2018-10-07 19:53:50 +03:00
Peter Dimov
54107baebe Remove bind2nd use (not in C++17); fix result warnings 2018-10-07 18:11:06 +03:00
Peter Dimov
af6fcecfcc Add a 5 min timeout to b2, to see if a test hangs 2018-10-07 18:00:58 +03:00
Peter Dimov
c6b41a7aad Add <local-visibility>global to library target 2018-10-07 07:11:33 +03:00
Peter Dimov
4433f45160 Add <visibility>global 2018-10-06 21:04:58 +03:00
Peter Dimov
2c250d461a Add .travis.yml 2018-10-06 19:19:25 +03:00
Peter Dimov
f5c39f5f94 Merge branch 'master' into develop 2018-10-06 19:14:39 +03:00
K. Noel Belcourt
6d4757c56f Update meta data. 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
K. Noel Belcourt
05fde3d577 Update meta data. 2016-10-31 19:04:17 -06:00
Alain Miniussi
4a62e6a7e1 Added missing vector serializatin declaration. (#11)
May not be minimal.

Wow, thanks for the fast turnaround, appreciate the help.
2016-10-31 18:49:49 -06:00
Marcel Raad
314a10cc63 Fix for MSVC warning (#8)
"warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)"
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
Marcel Raad
c4fc14e816 Fix for MSVC warning (#8)
"warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)"
2016-05-01 15:36:08 -06:00
Marcel Raad
f3a3284f42 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-05-01 15:29:13 -06:00
K. Noel Belcourt
b095217c99 Add dependency on boost_mpi to fix link error
with missing boost mpi exception destructor.
2016-04-27 11:02:47 -06:00
Noel Belcourt
17214e8813 Merge pull request #6 from michaelopitz/develop
Added a presumably missing include directive.

Thanks Michael.
2014-08-07 17:28:34 -06:00
Michael Opitz
a3b3e4c533 Added a presumably missing include directive. 2014-08-08 00:54:37 +02:00
Noel Belcourt
b06711158f Merge pull request #4 from marcinz/develop
Fix reduce for predecessor.

Right, I see that now, thanks for the patch.
2014-07-13 16:15:16 -06:00
Marcin Zalewski
4601bfe56e 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>
2014-07-12 23:02:08 -04:00
K. Noel Belcourt
5e4479facf Merge branch 'develop' 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