4601bfe56eFix reduce for predecessor.
Marcin Zalewski
2014-06-20 15:43:23 -0400
5e4479facfMerge branch 'develop'
K. Noel Belcourt
2014-05-16 10:39:50 -0600
f48744ce40Merge branch 'master' into develop
K. Noel Belcourt
2014-05-16 10:39:29 -0600
d9f39c795eCreate merge base for git.
Daniel James
2014-04-06 14:07:10 +0100
164919adafApplied patch from #9127 to fix lazy_add_vertex; fixes#9127
Jeremiah Willcock
2013-10-29 16:48:05 +0000
5b41cceeaeMoved 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
c5bc7eff77Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from Boost trunk
Jeremiah Willcock
2013-09-21 20:17:00 +0000
4ecce542f4Removed 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
e6822f368bAdded default for parameter to try to satisfy VC++
Jeremiah Willcock
2013-06-27 16:52:38 +0000
1af293b44cMerged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from trunk
Jeremiah Willcock
2013-05-16 15:38:05 +0000
e7e8325f3dAdded explicit conversion to make code with in C++11 mode; fixes#8411
Jeremiah Willcock
2013-04-07 19:37:47 +0000
81e21dabb2Added 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
ed908eb268Merged Boost.Graph changes from trunk for 1.53
Jeremiah Willcock
2012-12-17 23:59:46 +0000
df9d1bff3bTrying to fix property map ambiguities with distributed graphs on Intel compiler
Jeremiah Willcock
2012-12-16 05:16:47 +0000
d425e70b93Merged Boost.Graph changes from trunk
Jeremiah Willcock
2012-09-28 18:34:12 +0000
6f98197210Removed retag_property_list and all uses of it
Jeremiah Willcock
2012-08-02 18:05:11 +0000
280c343f0eMerged first batch of 1.51 changes for Boost.Graph and Boost.PropertyMap
Jeremiah Willcock
2012-06-30 20:00:41 +0000
24cddd8839Merged warning fixes from trunk
Jeremiah Willcock
2012-05-26 19:33:09 +0000
158dfae601Merged bug fixes for Boost.Graph and Boost.PropertyMap from trunk
Jeremiah Willcock
2012-05-26 18:23:01 +0000
09392bb384Fixed argument order to get_param_type
Jeremiah Willcock
2012-04-16 23:17:12 +0000
ae30621c1dChanged 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
8d464c0744Merged 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
1c85839811Fixed to get edge target from correct graph
Jeremiah Willcock
2011-08-22 01:43:29 +0000
e0edf41d46Removed calls to exit(); fixes#5185
Jeremiah Willcock
2011-07-29 01:44:48 +0000
1c29662fc2Merged r71166, r71238, r71300, r71489, r71704, and r71929 from trunk
Jeremiah Willcock
2011-06-01 16:58:36 +0000
c86337d3a1Added distance map initialization and 'min' reduction operation for distance maps
Nicholas Edmonds
2011-05-03 23:04:39 +0000
23c53b585eMerged more fixes from trunk; added is_sorted.hpp because that is needed for BGL fixes
Jeremiah Willcock
2011-03-29 19:07:16 +0000
aa5f5eaf6dMerged r67703-67704,68155,69263,69629,69726 from trunk
Jeremiah Willcock
2011-03-29 18:56:56 +0000
11e660b615Revert [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
2d5c7d4ff5Fixed ambiguity issues when compiling with C++0x support enabled.
Bryce Adelstein-Lelbach
2011-01-14 17:37:59 +0000
a4462dc13bRemoved 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
be71c5cde9Replacing 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
7df196b4bcRemoved BOOST_FILESYSTEM_VERSION setting from test cases and removed Filesystem v2 workaround
Jeremiah Willcock
2011-01-11 22:19:57 +0000
b52c1ea584Merged 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
53c7e3bef1Fixed assert issues from inspection report for PBGL
Jeremiah Willcock
2011-01-06 02:27:26 +0000
40458d9fd1Merged 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
baf876c239Adding bundled graph properties to distributed graph types.
Andrew Sutton
2010-10-05 16:32:27 +0000
a175877b48Merged more changes from trunk, including r63643 (new patches for LLP64)
Jeremiah Willcock
2010-07-05 16:40:23 +0000
66ecba0deaMerged various changes from trunk
Jeremiah Willcock
2010-07-05 16:17:38 +0000
dcff0c9954Allowed 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