Commit Graph

282 Commits

Author SHA1 Message Date
James E. King III
db1f9c73a4 Update CI 2019-04-27 06:07:52 -04:00
James E. King III
b9c73e191b ignore unused variable in test (fix matrix warning) 2019-02-19 21:13:39 -05:00
Nikita Kniazev
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
James E. King III
7dbaa85413 Disable random_shuffle test in C++17 mode (it was removed) 2018-11-06 08:54:53 -05:00
James E. King III
eeeb60b797 Expand CI with libc++ build and VS2017 strict 2018-11-06 08:54:53 -05:00
James E. King III
c2723f984c expand ci coverage 2018-10-27 21:27:31 -04:00
Edward Diener
0d65b45953
Merge pull request #18 from CromwellEnage/doc_stl_links
Fix broken links in documentation.
2018-10-13 12:15:51 -04:00
CromwellEnage
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
luz.paz
64e72828d7 concept_check: misc. typos
Found via `codespell -q 3`
2018-09-26 14:25:39 -04:00
CromwellEnage
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
Glen Fernandes
8847e4b104 Add minimal CMakeLists.txt 2018-09-20 09:01:08 -04:00
Michael Caisse
ee943d0f7c
Merge pull request #14 from boostorg/dependency
Drop dependency on Boost.Mpl
2018-09-09 09:14:34 -07:00
Glen Fernandes
bbf48ff290 Drop dependency on Boost.Mpl 2018-09-08 09:50:42 -04:00
James E. King III
7226a74471 Merge branch 'master' into develop 2018-08-13 21:44:29 +00:00
James E. King III
5e14874d04 fix readme badges and links for appveyor and covscan 2018-07-23 17:13:08 +00:00
James E. King III
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
Edward Diener
ed0a0ebd72 Merge branch 'develop' 2018-02-20 08:36:45 -05:00
Edward Diener
db9894fa8b
Merge pull request #11 from DanielaE/feature/retire-header-iterator
Get rid of iterator.hpp
2017-12-28 23:27:40 -05:00
Daniela Engert
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
Marshall Clow
00496f2010 Minor doc updates 2017-04-06 08:19:52 -07:00
Edward Diener
df4ced9aae Merge pull request #10 from eldiener/develop
Some minor documentation fixes.
2017-04-04 08:20:40 -04:00
Edward Diener
3df02ba00e Correction of previous fix. 2017-04-04 08:12:27 -04:00
Edward Diener
06b61f5407 Some doc corrections. 2017-04-04 07:59:25 -04:00
Edward Diener
3397b4df48 Merge branch 'master' into develop 2017-01-04 11:57:51 -05:00
Rene Rivera
b65104932a Add, and update, documentation build targets. 2016-10-10 11:39:48 -05:00
Rene Rivera
463edb00e4 Add, and update, documentation build targets. 2016-10-07 23:07:33 -05:00
Marshall Clow
28b219981e Merge to master for 1.62.0 release 2016-08-17 13:04:04 -07:00
Marshall Clow
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
Daniel James
ec560ba5b0 Dummy jamfile for the super project's build script. 2016-07-01 08:55:18 +01:00
Daniel James
6284402a2d Move tests into subdirectory 2016-07-01 08:47:30 +01:00
Edward Diener
504ea0b18d Merge branch 'develop' 2015-10-15 03:01:47 -04:00
Edward Diener
a2e63dad4c Merge pull request #8 from MarcelRaad/patch-1
Remove deprecated includes
2015-09-17 08:24:36 -04:00
Marcel Raad
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
Marshall Clow
80cfac7881 Merge to master for 1.59.0 release 2015-07-22 10:50:36 -07:00
Ahmed Charles
acc3cd0ea2 Merge branch 'master' into develop 2015-05-20 10:26:39 -07:00
Philippe Daouadi
bdcd06c4cc Use BOOST_ATTRIBUTE_UNUSED from boost/config 2015-05-20 10:23:35 -07:00
Marshall Clow
89eb7b4cdc Merge changes from develop for the 1.58.0 release 2015-04-01 10:28:04 -07:00
Marshall Clow
bb9257a37e Remove executable status from a bunch of source files 2014-11-24 13:55:31 -08:00
Noel Belcourt
92a156c79d Merge pull request #3 from danieljames/metadata
Create metadata file.
2014-11-02 15:29:52 -07:00
Daniel James
0d5bfc869c Add metadata file. 2014-08-18 14:57:53 +01:00
Peter Dimov
b708baa8ed Remove include of boost/parameter/aux_/parenthesized_type.hpp. 2014-06-10 22:18:34 +03:00
Peter Dimov
50574588ae Remove include of boost/parameter/aux_/parenthesized_type.hpp. 2014-06-09 04:29:52 +03:00
K. Noel Belcourt
d6a527bb21 Merge branch 'develop'
Apply some fixes from develop.
2014-05-11 10:43:16 -06:00
K. Noel Belcourt
f2c369a6c3 Merge branch 'master' into develop 2014-05-11 10:43:01 -06:00
Ahmed Charles
e7ca7744c4 Fix for Ticket #2628.
Sequence containers are not required to have a size_type constructor.
The standard only requires that sequences have an
S(size_type, value_type) constructor.
2014-02-18 22:36:30 -08:00
Ahmed Charles
6784696095 Fix broken concept build.
The stl_concept_covering.cpp file only works with __GNUC__ or __KCC.
2014-02-18 22:16:42 -08:00
Marshall Clow
cde699f812 Merge pull request #1 from ahmedcharles/develop
Remove out-dated/unused/duplicate files.
2014-02-18 20:37:11 -08:00
Ahmed Charles
90b0397f54 Remove out-dated/unused/duplicate files. 2014-02-08 21:24:44 -08:00
Daniel James
d2d56f6de8 Merge warning fixes from develop. 2013-12-08 11:23:31 +00:00
Daniel James
389bf0d089 Create merge point from git. 2013-12-08 11:20:36 +00:00