~roguescholar/boost/+git/thread:fixes/1.65

Last commit made on 2017-08-28
Get this branch:
git clone -b fixes/1.65 https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
fixes/1.65
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

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

#130 - Bug in boost::condition_variable on Windows.

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

#130 - Bug in boost::condition_variable on Windows.

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

make use of timespec_now_realtime to fix issues with timespec_now.

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

Merge branch 'develop'

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

#12519.

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

Merge pull request #125 from vslavik/fix-comparison

Don't compare shared_ptr<> to 0

ea0bc01... by Václav Slavík

Don't compare shared_ptr<> to 0

Update the code to consistently use a check for .get() == 0, as was
already done in most, but not all, places, to avoid issues with
ambiguous overloaded operator== and operator!=.

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

Merge pull request #124 from florianbehrens/patch-1

Fixed future::then template argument in documentation.

2e2850f... by Florian Behrens <email address hidden>

Fixed future::then template argument in documentation.

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

Merge pull request #123 from Lastique/fix_entry_manager

Fix entry_manager constructor not accepting entry_ptr rvalue