Commit Graph

3 Commits

Author SHA1 Message Date
Dennis Klein
d1a873fab0 fix: First round of using new non-namespaced typenames 2021-07-16 18:50:22 +02:00
Dennis Klein
3a2c3b0cc9 refactor: Prepare deprecation of non-namespaced types and headers 2021-07-16 18:50:20 +02:00
Dennis Klein
1007de8e49 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 12:31:17 +02:00