Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: boostorg/winapi

Tags

boost-1.90.0

Toggle boost-1.90.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #96 from Flamefire/test-link-update

Update Link to regression test matrix in README

boost-1.90.0.beta1

Toggle boost-1.90.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #96 from Flamefire/test-link-update

Update Link to regression test matrix in README

boost-1.89.0

Toggle boost-1.89.0's commit message
Added a workaround for CompareObjectHandles on older MinGW-w64.

CompareObjectHandles declaration is missing in MinGW-w64 headers before 9.0.0,
although library exports seem to be present since 6.0.0.

boost-1.88.0

Toggle boost-1.88.0's commit message
Fixed leftover Signature type.

boost-1.88.0.beta1

Toggle boost-1.88.0.beta1's commit message
Fixed leftover Signature type.

boost-1.87.0

Toggle boost-1.87.0's commit message
Fixed leftover Signature type.

boost-1.87.0.beta1

Toggle boost-1.87.0.beta1's commit message
Fixed leftover Signature type.

boost-1.86.0

Toggle boost-1.86.0's commit message
Added BOOST_USE_WINAPI_VERSION CMake option.

This allows users to specify BOOST_USE_WINAPI_VERSION in the CMake command
line to select the Windows version for Boost to target.

Requested in boostorg/cmake#63.

boost-1.86.0.beta1

Toggle boost-1.86.0.beta1's commit message
Added BOOST_USE_WINAPI_VERSION CMake option.

This allows users to specify BOOST_USE_WINAPI_VERSION in the CMake command
line to select the Windows version for Boost to target.

Requested in boostorg/cmake#63.

boost-1.85.0

Toggle boost-1.85.0's commit message
Limit Cygwin and Cygwin64 on AppVeyor to Windows 8.1 APIs.

It appears that Cygwin and Cygwin64 installations on AppVeyor CI are
outdated and do not provide Windows 10 APIs. A more recent version
installed locally does support Windows 10 and passes tests.