John Maddock
0c38817632
Merge branch 'develop' of https://github.com/jcelerier/graph into pr234_integrate
2021-04-20 18:59:31 +01:00
jzmaddock
9b425a037c
Merge pull request #191 from valiko-ua/develop
...
Fixed HTML and other errors in doc/graph_theory_review.html
2021-04-20 10:47:28 +01:00
jzmaddock
2bcd634112
Merge pull request #210 from jaredkhan/patch-1
...
Fix minor typo in AdjacencyGraph docs
2021-04-20 10:45:22 +01:00
jzmaddock
7cccda8854
Merge pull request #241 from eldiener/develop
...
[skip ci] Add "cxxstd" json field
2021-04-20 10:42:56 +01:00
jzmaddock
f4aa9658fe
Update build badges.
2021-04-20 10:41:22 +01:00
jzmaddock
b3751605e4
Merge pull request #250 from boostorg/update_ci
...
Update CI.
2021-04-19 17:53:20 +01:00
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
Edward Diener
493e7b53a5
[skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.
2021-01-19 22:42:35 -05:00
Jean-Michaël Celerier
bbc499708c
Fix compilation on C++20 mode
...
MSVC standard library has removed std::not1, thus use the C++17 alternative if available
2020-12-14 12:08:04 +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
Jared Khan
ecbd271eb1
Fix minor typo in AdjacencyGraph docs
2020-03-17 16:31:08 +00: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
Valentyn Shtronda
7c0a9d2998
One more correction of "Elementary Graph Theory"
2019-12-03 16:13:54 +02:00
Valentyn Shtronda
c1803bbb4f
Some vertices were omitted
2019-11-27 04:26:23 +02:00
Valentyn Shtronda
545428a4d0
Grammar/formatting
2019-11-27 04:25:30 +02:00
Valentyn Shtronda
53d0e93e43
Added missing parts.
...
Added parts that seems were lost long time ago during conversion to HTML.
2019-11-27 04:22:38 +02:00
Valentyn Shtronda
1eb8c16a76
Fixed HTML.
2019-11-27 04:17:17 +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