FairMQ/fairmq/ofi
Dennis Klein 0c46d06596 feat(ofi): Require asiofi 0.5
* Modernize some ofi transport code along the way
  * Replace Boost.Container with `<memory_resource>`
  * Introduce namespaced headers
    * `<fairmq/Channel.h>`
    * `<fairmq/Message.h>`
    * `<fairmq/Poller.h>`
    * `<fairmq/Socket.h>`
    * `<fairmq/TransportFactory.h>`
    * `<fairmq/UnmanagedRegion.h>`
* Compile-firewall Boost.Process in `shmem::Manager` because it conflicts
with standalone asio
2021-07-16 11:38:27 +02:00
..
Context.cxx feat(ofi): Require asiofi 0.5 2021-07-16 11:38:27 +02:00
Context.h feat(ofi): Require asiofi 0.5 2021-07-16 11:38:27 +02:00
ControlMessages.h feat(ofi): Require asiofi 0.5 2021-07-16 11:38:27 +02:00
Message.cxx feat(ofi): Require asiofi 0.5 2021-07-16 11:38:27 +02:00
Message.h feat(ofi): Require asiofi 0.5 2021-07-16 11:38:27 +02:00
Socket.cxx feat(ofi): Require asiofi 0.5 2021-07-16 11:38:27 +02:00
Socket.h feat(ofi): Require asiofi 0.5 2021-07-16 11:38:27 +02:00
TransportFactory.h feat(ofi): Require asiofi 0.5 2021-07-16 11:38:27 +02:00