2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-19 16:22:14 +00:00
Commit Graph

3448 Commits

Author SHA1 Message Date
jzmaddock
d63a380343 Add missing #define to drone config. 2021-04-19 15:31:11 +01:00
jzmaddock
46702c45ac More clang versions have broken std lib headers. 2021-04-19 08:43:19 +01:00
jzmaddock
487459712b Change version number to which issue 251 applies. 2021-04-19 08:42:13 +01:00
jzmaddock
cb342d159b Correct various CI issues. 2021-04-18 19:12:40 +01:00
jzmaddock
b05b379492 Correct CI script and Jamfile. 2021-04-18 10:04:21 +01:00
jzmaddock
099f965f24 Correct path to tests. 2021-04-17 18:43:44 +01:00
jzmaddock
d4160d52ba More CI fixes. 2021-04-17 18:38:43 +01:00
jzmaddock
50e9e7a692 Correct CI scripts. 2021-04-17 16:44:40 +01:00
jzmaddock
d2ae80b7db Update drone files. 2021-04-17 12:46:04 +01:00
jzmaddock
0cfb1b8895 Update CI. 2021-04-17 12:01:26 +01:00
jzmaddock
e4e12158e7 Merge pull request #218 from Lastique/fix_deprecated_headers
Fix usage of deprecated headers boost/bind.hpp and boost/detail/iterator.hpp
2020-11-02 15:39:05 +00:00
Peter Dimov
0c9dbd7808 Merge branch 'master' into develop boost-1.75.0 boost-1.76.0.beta1 boost-1.76.0 boost-1.75.0.beta1 2020-11-01 16:20:07 +02:00
Peter Dimov
83646b1913 Merge pull request #215 from eldiener/develop
Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74
2020-08-24 14:08:17 +03:00
Andrey Semashev
1b2c9d8d3f Update usage of deprecated header boost/bind.hpp, add missing includes.
boost/bind.hpp generates compiler warnings about deprecation of placeholders
in the global namespace. Updated to include boost/bind/bind.hpp and
using namespace boost::placeholders;

Also added a few missing includes.
2020-05-11 20:11:06 +03:00
Andrey Semashev
f364ee7be2 Removed usage of deprecated header boost/detail/iterator.hpp.
The header was deprecated in favor of <iterator>. It generates compiler
warnings and will be removed in a future release.
2020-05-11 19:59:23 +03:00
Edward Diener
4149230e27 Corrected fix. 2020-04-08 19:08:47 -04:00
Edward Diener
7f77c3563b Include ctime and use std::time function. 2020-04-03 12:11:43 -04:00
Edward Diener
14c2bf17b4 Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. 2020-03-31 08:36:03 -04:00
jzmaddock
ca17604dca Update readme with correct bug reporting locations, plus CI badges. 2020-02-09 19:48:38 +00:00
jzmaddock
554da2950e Merge pull request #196 from boostorg/develop
Merge develop to master
boost-1.74.0.beta1 boost-1.73.0 boost-1.74.0 boost-1.73.0.beta1
2020-01-11 13:26:54 +00:00
jzmaddock
be1a8fdebc Make example reproducible for CI testing. 2020-01-07 18:23:16 +00:00
Glen Fernandes
2159a9ec62 Make all guard macros BOOST_GRAPH_ prefixed 2019-12-24 19:47:37 -05:00
Peter Dimov
99b9fd190a Merge branch 'master' into develop 2019-12-13 17:20:52 +02:00
Peter Dimov
d26f6acc17 Merge commit 'b3f9fa1284702f756ecc6fb3ac8daebffb4f8774' 2019-12-13 17:18:42 +02:00
Peter Dimov
dc7b450dea Merge commit 'a7896a7e974e453fdf6122981912c3ddd97f8c41' 2019-12-13 17:17:51 +02:00
Peter Dimov
27a28047d8 Merge branch 'master' into develop 2019-12-13 17:15:47 +02:00
jzmaddock
ed8b0bb007 travis testing update #2. 2019-08-27 13:23:50 +01:00
jzmaddock
318920a132 travis update. 2019-08-27 09:09:47 +01:00
John Maddock
c188da1fac Merge branch 'deprication-and-lint' of https://github.com/anadon/graph into pr171_2 2019-08-26 18:10:02 +01:00
jzmaddock
fa6871ef4d Merge branch 'whitespace_and_formatting' of https://github.com/anadon/graph into pr171_2
Resolved Conflicts:
 include/boost/graph/one_bit_color_map.hpp
 include/boost/graph/two_bit_color_map.hpp
2019-08-26 18:09:24 +01:00
Glen Fernandes
d3b157f465 Value initialize to not require fill() 2019-08-21 22:52:45 -04:00
jzmaddock
1134c88ee6 Merge pull request #173 from ffosilva/develop
adjacency_list: Fix example broken link
2019-07-14 09:01:08 +01:00
Fábio Silva
daec2ee5e0 adjacency_list: Fix example broken link
- family-tree-eg.cpp -> family_tree.cpp
2019-06-09 22:17:43 -03:00
Josh Marshall
b6ff20c1a5 Dusting off tests 2019-05-08 18:10:07 -04:00
Josh Marshall
d497c3731c This appears to be the one whitespace character change needed to fix everything. 2019-05-05 20:21:47 -04:00
Josh Marshall
66d8827926 Changed clang-format settings from C++11 to C++03 to allow '>>' to '> >' for templates. 2019-05-03 15:37:47 -04:00
Josh Marshall
3fb1a64bd1 Shouldn't have modified the PDFs. 2019-05-02 16:37:09 -04:00
Josh Marshall
8747675e12 Applied clang-format and stripped all trailing whitespace. 2019-05-02 16:31:08 -04:00
jzmaddock
b3f9fa1284 Fix links in docs moved from disjoint_sets. 2019-05-02 18:31:24 +01:00
jzmaddock
a7896a7e97 Merge pull request #169 from jeking3/ingest-disjoint-sets
Relocate boostorg/disjoint_sets into graph
2019-05-02 18:22:50 +01:00
jzmaddock
8f5e1f1bf9 Merge pull request #164 from boostorg/develop
merge develop to master for release
boost-1.71.0.beta1 boost-1.72.0.beta1 boost-1.72.0 boost-1.71.0
2019-04-28 14:54:05 +01:00
James E. King III
0978691c1f Integrate boostorg/disjoint_sets into boostorg/graph 2019-04-26 14:42:58 -04:00
James E. King III
5c7e174ae1 Import files from boostorg/disjoint_sets 2019-04-26 14:42:58 -04:00
jzmaddock
a2f6aa7317 Merge pull request #168 from tinko92/develop
Fix for a number of broken links.
2019-04-24 18:48:39 +01:00
Tinko Bartels
d483524c83 Fix for a number of broken links. 2019-04-24 08:49:53 +02:00
jzmaddock
146f6f7b3d Merge pull request #165 from ahhz/dijkstra_uses_std_plus
Dijkstra uses std::plus
2019-04-17 17:18:30 +01:00
Alex Hagen-Zanker
3a388e5843 Dijkstra uses std::plus
This commit changes the relax function that dijkstra shortest paths uses to only update the distance and predecessor map of the target vertex of each edge. This has the benefit that from now on we can use std::plus as the default combine function.
2019-03-08 17:56:20 +00:00
John Maddock
887e63d34e Merge branch 'develop' of https://github.com/aleden/graph into develop 2019-01-26 09:31:03 +00:00
jzmaddock
15ffe0e5cf Remove comments from examples about them being broken - as they're now fixed. 2019-01-26 09:26:11 +00:00
jzmaddock
e694fc7e9e Merge branch 'bucket_sorter' of https://github.com/deinst/graph into develop
Fixed Conflicts:
	example/Jamfile.v2
2019-01-26 09:05:44 +00:00