Commit Graph

  • 22385ccb6c Update message when MPI is not configured to match MPI's cc Peter Dimov 2018-10-12 06:12:32 +0300
  • 92ef955fc8 Move property_serialize.hpp to Graph Peter Dimov 2018-10-08 15:56:31 +0300
  • a27071ac5e Avoid including an mpi header in property_serialize.hpp Peter Dimov 2018-10-07 20:13:34 +0300
  • 2f5702d608 Do not use random_shuffle when not present Peter Dimov 2018-10-07 19:53:50 +0300
  • 54107baebe Remove bind2nd use (not in C++17); fix result warnings Peter Dimov 2018-10-07 18:11:06 +0300
  • af6fcecfcc Add a 5 min timeout to b2, to see if a test hangs Peter Dimov 2018-10-07 18:00:58 +0300
  • c6b41a7aad Add <local-visibility>global to library target Peter Dimov 2018-10-07 07:11:33 +0300
  • 4433f45160 Add <visibility>global Peter Dimov 2018-10-06 21:04:58 +0300
  • 2c250d461a Add .travis.yml Peter Dimov 2018-10-06 19:19:25 +0300
  • f5c39f5f94 Merge branch 'master' into develop Peter Dimov 2018-10-06 19:14:39 +0300
  • 6d4757c56f Update meta data. K. Noel Belcourt 2016-10-31 19:04:17 -0600
  • f97c909f5c Added missing vector serializatin declaration. (#11) Alain Miniussi 2016-11-01 01:49:49 +0100
  • 05fde3d577 Update meta data. K. Noel Belcourt 2016-10-31 19:04:17 -0600
  • 4a62e6a7e1 Added missing vector serializatin declaration. (#11) Alain Miniussi 2016-11-01 01:49:49 +0100
  • 314a10cc63 Fix for MSVC warning (#8) Marcel Raad 2016-05-01 23:36:08 +0200
  • 3152c8545f Fix for MSVC (#9) Marcel Raad 2016-05-01 23:29:13 +0200
  • ad1ea75204 Add dependency on boost_mpi to fix link error with missing boost mpi exception destructor. K. Noel Belcourt 2016-04-27 11:02:47 -0600
  • d73fc5cd98 Added a presumably missing include directive. Michael Opitz 2014-08-08 00:54:37 +0200
  • c5e128c1e3 Fix reduce for predecessor. Marcin Zalewski 2014-06-20 15:43:23 -0400
  • c4fc14e816 Fix for MSVC warning (#8) Marcel Raad 2016-05-01 23:36:08 +0200
  • f3a3284f42 Fix for MSVC (#9) Marcel Raad 2016-05-01 23:29:13 +0200
  • b095217c99 Add dependency on boost_mpi to fix link error with missing boost mpi exception destructor. K. Noel Belcourt 2016-04-27 11:02:47 -0600
  • 17214e8813 Merge pull request #6 from michaelopitz/develop Noel Belcourt 2014-08-07 17:28:34 -0600
  • a3b3e4c533 Added a presumably missing include directive. Michael Opitz 2014-08-08 00:54:37 +0200
  • b06711158f Merge pull request #4 from marcinz/develop Noel Belcourt 2014-07-13 16:15:16 -0600
  • 4601bfe56e Fix reduce for predecessor. Marcin Zalewski 2014-06-20 15:43:23 -0400
  • 5e4479facf Merge branch 'develop' K. Noel Belcourt 2014-05-16 10:39:50 -0600
  • f48744ce40 Merge branch 'master' into develop K. Noel Belcourt 2014-05-16 10:39:29 -0600
  • d9f39c795e Create merge base for git. Daniel James 2014-04-06 14:07:10 +0100
  • 164919adaf Applied patch from #9127 to fix lazy_add_vertex; fixes #9127 Jeremiah Willcock 2013-10-29 16:48:05 +0000
  • 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) Jeremiah Willcock 2013-10-21 18:29:04 +0000
  • c5bc7eff77 Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from Boost trunk Jeremiah Willcock 2013-09-21 20:17:00 +0000
  • 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) Jeremiah Willcock 2013-08-26 04:11:49 +0000
  • 3e3c243346 Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986 Jeremiah Willcock 2013-08-12 18:14:58 +0000
  • c722c4a1bc Changed dispatching strategy for bfs_helper Jeremiah Willcock 2013-06-28 18:47:30 +0000
  • 1302b8f3e4 Moved distributed graph tags into graph_traits.hpp Jeremiah Willcock 2013-06-28 18:47:10 +0000
  • e6822f368b Added default for parameter to try to satisfy VC++ Jeremiah Willcock 2013-06-27 16:52:38 +0000
  • 1af293b44c Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from trunk Jeremiah Willcock 2013-05-16 15:38:05 +0000
  • e7e8325f3d Added explicit conversion to make code with in C++11 mode; fixes #8411 Jeremiah Willcock 2013-04-07 19:37:47 +0000
  • 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 Jeremiah Willcock 2013-01-14 21:03:48 +0000
  • ed908eb268 Merged Boost.Graph changes from trunk for 1.53 Jeremiah Willcock 2012-12-17 23:59:46 +0000
  • df9d1bff3b Trying to fix property map ambiguities with distributed graphs on Intel compiler Jeremiah Willcock 2012-12-16 05:16:47 +0000
  • d425e70b93 Merged Boost.Graph changes from trunk Jeremiah Willcock 2012-09-28 18:34:12 +0000
  • 6f98197210 Removed retag_property_list and all uses of it Jeremiah Willcock 2012-08-02 18:05:11 +0000
  • 280c343f0e Merged first batch of 1.51 changes for Boost.Graph and Boost.PropertyMap Jeremiah Willcock 2012-06-30 20:00:41 +0000
  • 24cddd8839 Merged warning fixes from trunk Jeremiah Willcock 2012-05-26 19:33:09 +0000
  • 8618905125 Fixed warnings Jeremiah Willcock 2012-05-26 19:30:47 +0000
  • 96603dd7cf Fixed unused variable warning Jeremiah Willcock 2012-05-26 19:24:04 +0000
  • 158dfae601 Merged bug fixes for Boost.Graph and Boost.PropertyMap from trunk Jeremiah Willcock 2012-05-26 18:23:01 +0000
  • 09392bb384 Fixed argument order to get_param_type Jeremiah Willcock 2012-04-16 23:17:12 +0000
  • 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 Jeremiah Willcock 2012-03-25 21:03:59 +0000
  • 588aff43ef Removed unused, broken image file; fixes #6520 Jeremiah Willcock 2012-02-04 04:59:24 +0000
  • a567e1c625 Merged r76050, r75547, r75891, r76049, r76083, and r76439 from trunk (reverse_graph bug fixes and fix for #6293); refs #6293 Jeremiah Willcock 2012-01-15 23:32:09 +0000
  • c77a9b5ad1 Applied fixed version of patch from #6293; fixes #6293 Jeremiah Willcock 2011-12-18 21:09:34 +0000
  • 26f7114ebb Merged r72747, r74075, r74094, r74232, r74357, r74602, and r74783 from trunk Jeremiah Willcock 2011-10-09 20:33:56 +0000
  • 922ef24305 Fixed inspection report issues Jeremiah Willcock 2011-08-27 19:35:05 +0000
  • 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 Jeremiah Willcock 2011-08-23 18:26:46 +0000
  • 1c85839811 Fixed to get edge target from correct graph Jeremiah Willcock 2011-08-22 01:43:29 +0000
  • e0edf41d46 Removed calls to exit(); fixes #5185 Jeremiah Willcock 2011-07-29 01:44:48 +0000
  • 1c29662fc2 Merged r71166, r71238, r71300, r71489, r71704, and r71929 from trunk Jeremiah Willcock 2011-06-01 16:58:36 +0000
  • c86337d3a1 Added distance map initialization and 'min' reduction operation for distance maps Nicholas Edmonds 2011-05-03 23:04:39 +0000
  • 23c53b585e Merged more fixes from trunk; added is_sorted.hpp because that is needed for BGL fixes Jeremiah Willcock 2011-03-29 19:07:16 +0000
  • aa5f5eaf6d Merged r67703-67704,68155,69263,69629,69726 from trunk Jeremiah Willcock 2011-03-29 18:56:56 +0000
  • 11e660b615 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). Steven Watanabe 2011-01-15 08:11:51 +0000
  • 2d5c7d4ff5 Fixed ambiguity issues when compiling with C++0x support enabled. Bryce Adelstein-Lelbach 2011-01-14 17:37:59 +0000
  • 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, Bryce Adelstein-Lelbach 2011-01-14 03:02:47 +0000
  • 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. Bryce Adelstein-Lelbach 2011-01-14 02:35:58 +0000
  • 7df196b4bc Removed BOOST_FILESYSTEM_VERSION setting from test cases and removed Filesystem v2 workaround Jeremiah Willcock 2011-01-11 22:19:57 +0000
  • 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 Jeremiah Willcock 2011-01-11 18:17:40 +0000
  • 53c7e3bef1 Fixed assert issues from inspection report for PBGL Jeremiah Willcock 2011-01-06 02:27:26 +0000
  • 7ba3289a78 Fixed compile failure with Boost.Filesystem v3 Jeremiah Willcock 2010-12-05 21:08:52 +0000
  • 40458d9fd1 Merged r64074, r64645, r64935, r65198, r65385, r65764 (all related to bundled graph properties as far as I remember) Jeremiah Willcock 2010-10-05 17:42:47 +0000
  • baf876c239 Adding bundled graph properties to distributed graph types. Andrew Sutton 2010-10-05 16:32:27 +0000
  • 32e14ac5d3 Removed unused typedefs Jeremiah Willcock 2010-07-05 16:53:26 +0000
  • a175877b48 Merged more changes from trunk, including r63643 (new patches for LLP64) Jeremiah Willcock 2010-07-05 16:40:23 +0000
  • 66ecba0dea Merged various changes from trunk Jeremiah Willcock 2010-07-05 16:17:38 +0000
  • dcff0c9954 Allowed boost::intmax_t as a pointer serialization type to hopefully avoid problems on LLP64 systems; fixes #4366 Jeremiah Willcock 2010-07-05 04:17:58 +0000
  • 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 Jeremiah Willcock 2010-07-03 18:37:39 +0000
  • 130f0860e4 Added boost:: to all uses of tie() to disambiguate from std version Jeremiah Willcock 2010-06-22 18:02:43 +0000
  • 33e08f9016 Fixed warnings about ambiguous else clauses Jeremiah Willcock 2010-06-03 15:46:01 +0000
  • 613c642cf0 Changed "and" to "&&" in #if statements to appease VC++ 10 Jeremiah Willcock 2010-05-27 17:31:40 +0000
  • 28175b0ddc Fixed log ambiguity in VC++ 10 Jeremiah Willcock 2010-05-24 17:40:07 +0000
  • dd6b5f8ac5 Fixed VC++10 warnings and errors Jeremiah Willcock 2010-05-16 18:06:25 +0000
  • cf91109f68 Export some typedefs from the base CSR graph type to the distributed CSR graph type Douglas Gregor 2010-05-13 17:15:01 +0000
  • 6c60d95c5d Working on refactoring properties and fixing vertex_bundle_t and edge_bundle_t Jeremiah Willcock 2010-05-08 20:26:01 +0000
  • 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> Jeremiah Willcock 2010-04-02 15:25:11 +0000
  • e8e5473f8f Changed to use property_traits in preparation for SFINAE-enabled property_traits Jeremiah Willcock 2010-03-08 19:43:09 +0000
  • 1bf118a0ab Changed to allow characters that are not 8-bit; added one-bit-per-color color map Jeremiah Willcock 2010-03-02 19:53:47 +0000
  • 179d81de5a Fixed warnings in test cases Jeremiah Willcock 2010-03-02 19:52:20 +0000
  • 2ab5b862fb Merged changes from trunk that are going into 1.42.0 Jeremiah Willcock 2009-12-29 03:50:53 +0000
  • 67fcc3bef3 Fixed GCC 4.4 warnings Jeremiah Willcock 2009-12-11 19:08:10 +0000
  • b27cb5e180 Fixed bad redirect Jeremiah Willcock 2009-12-06 04:57:32 +0000
  • b829baa5a1 Fixed bad comment and invalid redirect Jeremiah Willcock 2009-12-06 04:57:14 +0000
  • 22e3ac3dc4 Fixed bad comment syntax Jeremiah Willcock 2009-12-06 04:53:58 +0000
  • 1402c02ecf Qualified names of get() functions Jeremiah Willcock 2009-12-01 20:25:30 +0000
  • 3b41821429 Removed obsolete file Jeremiah Willcock 2009-11-24 19:43:16 +0000
  • 38b7093700 Removed old CSR interface; fixes #3135 Jeremiah Willcock 2009-11-24 18:38:28 +0000
  • a9b02da5d5 Fix compilation error due to undefined fprintf/stderr. Vladimir Prus 2009-11-19 06:10:26 +0000
  • 3623cc91d6 Fixed warnings Jeremiah Willcock 2009-11-11 02:57:44 +0000
  • e5f8e95491 Merge from trunk Vladimir Prus 2009-11-10 17:54:32 +0000