Commit Graph

295 Commits

Author SHA1 Message Date
e8c2d8a124 Rework as esp-idf component 2023-11-23 17:17:05 +01:00
5656ffe0ac re-enable mingw appveyor ci testing boost-1.82.0.beta1 boost-1.80.0 boost-1.81.0.beta1 boost-1.81.0 boost-1.80.0.beta1 2022-04-24 20:56:09 -04:00
3b2dbfea08 [issue-24] test failure for new clang-win ci job 2022-04-24 08:38:17 -04:00
772c1b40c8 align with boost-ci 2022.02 and GitHub Actions 2022-04-24 08:38:17 -04:00
9c89e99629 Update GitHub Actions CI file (#33) 2021-08-04 07:07:30 -07:00
e34c735a1a Update CMakeLists.txt boost-1.78.0.beta1 boost-1.79.0.beta1 boost-1.79.0 boost-1.78.0 boost-1.77.0.beta1 boost-1.77.0 2021-06-10 01:19:53 +03:00
85fd1e434f Fix MSVC 'unused return' warning; Addresses #31 boost-1.76.0 2021-03-09 06:51:48 -08:00
99901a98fd Add GitHub Actions config [ci skip] (#32) 2021-03-03 18:23:40 -08:00
c5ecc3bb3a add drone config [ci skip] (#29) 2021-03-03 18:23:28 -08:00
affc79e045 Ignore -Wnonnull new gcc 11 warnings. (#28) 2021-03-03 18:23:14 -08:00
feb8accc6e [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. (#30) 2021-01-21 02:13:02 -05:00
a8cf003d4a Removed usage of deprecated header boost/detail/iterator.hpp. (#26)
This header was deprecated in favor of <iterator>. It generates compiler
warnings and will be removed in a future release.
boost-1.74.0 boost-1.76.0.beta1 boost-1.75.0.beta1 boost-1.75.0
2020-06-24 09:50:46 -07:00
e69c81326d Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. (#25) boost-1.74.0.beta1 2020-04-16 07:52:36 -07:00
db1f9c73a4 Update CI boost-1.73.0 boost-1.71.0 boost-1.73.0.beta1 boost-1.72.0.beta1 boost-1.72.0 boost-1.71.0.beta1 2019-04-27 06:07:52 -04:00
b9c73e191b ignore unused variable in test (fix matrix warning) boost-1.70.0.beta1 boost-1.70.0 2019-02-19 21:13:39 -05:00
bc2482b38f Removed expected failure for stl_concept_covering
It was marked for all toolsets for some reason.
741a03ba0b
2019-02-19 07:09:33 -05:00
7dbaa85413 Disable random_shuffle test in C++17 mode (it was removed) boost-1.69.0-beta1 boost-1.69.0 2018-11-06 08:54:53 -05:00
eeeb60b797 Expand CI with libc++ build and VS2017 strict 2018-11-06 08:54:53 -05:00
c2723f984c expand ci coverage 2018-10-27 21:27:31 -04:00
0d65b45953 Merge pull request #18 from CromwellEnage/doc_stl_links
Fix broken links in documentation.
2018-10-13 12:15:51 -04:00
0381c5fc54 Fix broken links in documentation.
Some documentation links currently point to pages that HP retired along with the rest of the SGI STL website. These links now point to the Boost mirror site.
2018-10-11 12:33:49 -04:00
64e72828d7 concept_check: misc. typos
Found via `codespell -q 3`
2018-09-26 14:25:39 -04:00
bd8faa928d Fixed <boost/concept_archetype.hpp>
Added missing #include <boost/config/workaround.hpp> which defines BOOST_WORKAROUND.
2018-09-21 13:37:40 -04:00
8847e4b104 Add minimal CMakeLists.txt 2018-09-20 09:01:08 -04:00
ee943d0f7c Merge pull request #14 from boostorg/dependency
Drop dependency on Boost.Mpl
2018-09-09 09:14:34 -07:00
bbf48ff290 Drop dependency on Boost.Mpl 2018-09-08 09:50:42 -04:00
7226a74471 Merge branch 'master' into develop 2018-08-13 21:44:29 +00:00
5e14874d04 fix readme badges and links for appveyor and covscan 2018-07-23 17:13:08 +00:00
376201b10d Add CI framework
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
  - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
  - README, LICENSE, etc.
2018-07-23 13:07:11 -04:00
ed0a0ebd72 Merge branch 'develop' boost-1.68.0 boost-1.67.0 2018-02-20 08:36:45 -05:00
db9894fa8b Merge pull request #11 from DanielaE/feature/retire-header-iterator
Get rid of iterator.hpp
2017-12-28 23:27:40 -05:00
8deb5d203c Get rid of iterator.hpp
It does nothing more than pulling 'std::iterator' into namespace boost and including standard libraries 'iterator' and 'cstddef'. This library only takes advantage of the included headers. OTOH, pulling 'std::iterator' into boost generates deprecation warnings in MSVC 14.1 when compiling in C++17 mode. Besides that, Boost's 'iterator.hpp' is deprecated, too.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-12-27 15:51:22 +01:00
00496f2010 Minor doc updates boost-1.64.0 boost-1.66.0 boost-1.65.1 boost-1.65.0 2017-04-06 08:19:52 -07:00
df4ced9aae Merge pull request #10 from eldiener/develop
Some minor documentation fixes.
2017-04-04 08:20:40 -04:00
3df02ba00e Correction of previous fix. 2017-04-04 08:12:27 -04:00
06b61f5407 Some doc corrections. 2017-04-04 07:59:25 -04:00
3397b4df48 Merge branch 'master' into develop 2017-01-04 11:57:51 -05:00
b65104932a Add, and update, documentation build targets. boost-1.64.0-beta1 boost-1.64.0-beta2 boost-1.63.0 2016-10-10 11:39:48 -05:00
463edb00e4 Add, and update, documentation build targets. 2016-10-07 23:07:33 -05:00
28b219981e Merge to master for 1.62.0 release boost-1.62.0 2016-08-17 13:04:04 -07:00
c7d61df2af Merge pull request #9 from danieljames/move-tests
This looks fine to me.  I'll watch the test bots, and merge to master in a week or so.
2016-07-01 08:23:52 -07:00
ec560ba5b0 Dummy jamfile for the super project's build script. 2016-07-01 08:55:18 +01:00
6284402a2d Move tests into subdirectory 2016-07-01 08:47:30 +01:00
504ea0b18d Merge branch 'develop' boost-1.61.0 boost-1.60.0 2015-10-15 03:01:47 -04:00
a2e63dad4c Merge pull request #8 from MarcelRaad/patch-1
Remove deprecated includes
2015-09-17 08:24:36 -04:00
671bbfdb0f Remove deprecated includes
A comment in boost/iterator.hpp and boost/detail/iterator.hpp mentions that the files are obsolete and will be deprecated. All they do is pull some types from namespace std into namespace boost. boost/iterator.hpp isn't used anyway.
2015-09-13 21:51:19 +02:00
80cfac7881 Merge to master for 1.59.0 release boost-1.59.0 2015-07-22 10:50:36 -07:00
acc3cd0ea2 Merge branch 'master' into develop 2015-05-20 10:26:39 -07:00
bdcd06c4cc Use BOOST_ATTRIBUTE_UNUSED from boost/config 2015-05-20 10:23:35 -07:00
89eb7b4cdc Merge changes from develop for the 1.58.0 release boost-1.58.0 2015-04-01 10:28:04 -07:00