mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Replace Boost.Asio with standalone Asio library
We had to add an even hackier hack now to get Boost.Process to interoperate with Asio's IO contexts. This will be replaced later when we replace Boost.Process.
This commit is contained in:
@@ -23,6 +23,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
- Added a dependency on the headers-only
|
||||
[`ghc::filesystem`](https://github.com/gulrak/filesystem) library to replace
|
||||
Boost.Filesystem.
|
||||
- Added a dependency on the headers-only [Asio](http://think-async.com/Asio/)
|
||||
library to replace Boost.Asio.
|
||||
- Fixed a deprecation warning in the Meson build, causing the minimum supported
|
||||
Meson version to be bumped up to **Meson 0.56** from 0.55.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user