~roguescholar/boost/+git/thread:pr/fix-cygwin-win32

Last commit made on 2018-10-13
Get this branch:
git clone -b pr/fix-cygwin-win32 https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
pr/fix-cygwin-win32
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

54871e2... by Peter Dimov <email address hidden>

Fix uses of BOOST_HAS_WINTHREADS (not correct on Cygwin)

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

Don't report unusable-partial-specialization due to type_traits #93 issue.

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

Set time limit to 60s

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

Extract test too long.

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

Extract test too long.

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

Merge pull request #243 from Kojoley/execution_monitor-use_mutex-sleep

execution_monitor::use_mutex sleeps the whole timeout duration

7f258e5... by Nikita Kniazev

execution_monitor::use_mutex sleeps the whole timeout duration

Instead of sleeping the whole timeout duration, sleep for 500ms
in a loop and check every iteration if the job was already done.

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

Merge pull request #242 from Kojoley/ci-added-tests-timeout

CI: Limit single test execution time to 30 seconds

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

Merge pull request #240 from Kojoley/fix-lockable_traits

Fixed lockable_traits bugs

d2679fe... by Nikita Kniazev

CI: Limit single test execution time to 30 seconds

It should help identify hanging tests that push CI over build time limit.