chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.72k stars 1.19k forks source link

port for QNX7.1 and QNX8.0 #1411

Open pkleymonov-qnx opened 5 months ago

pkleymonov-qnx commented 5 months ago

QNX port of asio lib based on asio-1-29-0. Supported and tested by QNX7.1 and QNX8.0 on x86_64 and aarch64.

The port provides two kind of changes:

  1. All build releted stuff is planned under asio/qnx/*
  2. All qnx releted fixes in source code may be provided in separate PR.

Chages 1. "asio/qnx/*" consits of:

Changes 2. consist of:

This scope of changes and additional notes may changed/updated later.

Related issues:

1361

1098

976