~roguescholar/boost/+git/thread:feature/update-travis

Last commit made on 2020-04-05
Get this branch:
git clone -b feature/update-travis https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
feature/update-travis
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

3e59ece... by Peter Dimov <email address hidden>

Decrease the number of tested cxxstd levels

b1842da... by Peter Dimov <email address hidden>

Fix g++ version checks

b0da8e2... by Peter Dimov <email address hidden>

Remove 14/1z from clang 3.5

1d436f9... by Peter Dimov <email address hidden>

Add more 'quick' Travis configurations (that only test the headers)

8ebd61c... by Andrey Semashev <email address hidden>

Avoid relying on implicit copy constructor/operator deprecated in C++11.

C++11 deprecates implicit default copy constructors and operators if the class
has user-defined destructor or copy constructor/operator. gcc 9 generates
warnings when this deprecated language feature is used. This commit fixes that
by providing user-defained copy constructors/operators where needed. The
added definitions are equivalent to the implicitly generated by the compiler.

For thread::id, removed copy constructor to allow the compiler generate all
set of constructors and assignment operators, including move.

c13beec... by Peter Dimov <email address hidden>

Change <boost/bind.hpp> includes to <boost/bind/bind.hpp> to avoid deprecation warning

9b0e071... by "Vicente J. Botet Escriba" <email address hidden>

Merge pull request #299 from Kojoley/winapi-deprecated-namespace

Switch out from using deprecated Winapi namespace

a2492a4... by "Vicente J. Botet Escriba" <email address hidden>

Merge pull request #301 from expertcxxmoon/configurationqbkfix

fix doc/configuration.qbk typo

25ea5c8... by "Vicente J. Botet Escriba" <email address hidden>

Merge pull request #298 from Kojoley/cease-dependence-on-mpl

Cease dependence on MPL

1623ca9... by "Vicente J. Botet Escriba" <email address hidden>

Merge pull request #297 from datalogics-robb/develop

Revert change to elide a warning that caused Solaris builds to fail.