Asio Samples Versions Save

Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server creation with usage of active object pattern by means of Boost C++ Libraries.

v1.6.4

2 years ago
  • Support of Boost 1.77.0
  • Support of Boost 1.78.0
  • Updated container images
  • Helm chart for deployment of ma_echo_server example into K8s

v1.6.3

3 years ago

Custom allocator owns method API changed to not support (to return false) shifted value comparing to the one which was returned by allocate method

v1.6.2

3 years ago
  • Support of Boost 1.73.0 and 1.74.0
  • Updated docker images
  • Updated CI scripts to support latest versions compilers and Boost

v1.6.1

4 years ago
  • Fixed ma_codecvt_cast library and added tests for it
  • Updated docker images

v1.6.0

4 years ago
  • Support of Visual Studio 2017, 2019
  • Updated docker images with ma_echo_server example

v1.5.3

4 years ago
  • Docker images for ma_echo_server example updated
  • Docker image for ma_echo_server example based on Google distroless docker image
  • Fixed Codecov configuration for AppVeyor

v1.5.2

4 years ago
  • Support of Boost 1.72.0
  • Enhanced support of C++11 (warnings removed)

v1.5.1

4 years ago
  • Updated CI scripts with support of Boost 1.71.0
  • Updated and added README for Docker images
  • Revisited example of build commands in README

v1.5.0

4 years ago
  • Support of Boost 1.71.0
  • Fixed tcp-echo Windows Container Docker image
  • Code style fixes for Dockerfiles and related scripts
  • Enhanced / fixed CI scripts, separated AppVeyor and Travis CI configuration from CI scripts

v1.4.0

5 years ago
  • Support of Boost 1.70.0
  • Fixed support of MacOS build
  • Fixed linkage with Boost.Exception
  • Travis CI and AppVeyor CI enhancements
  • Renamed CLI parameters and internal vars in ma_async_connect_test test and in ma_asio_performance_test_client example