Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of boost::asio dependency #19

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    f10e2eb View commit details
    Browse the repository at this point in the history
  2. Replaced boost::asio with standalone asio

    No need to link with Boost system library anymore. Standalone asio is
    also compatible with std::system_error and std::error_code. This commit
    removes all boost dependencies present in the codebase.
    DMaroo committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    6bf37e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    553b4d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0726300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1da06d View commit details
    Browse the repository at this point in the history
  6. Added libasio as a dependency

    DMaroo committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a14dfaa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed2d0d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    255e120 View commit details
    Browse the repository at this point in the history
  9. Added correct name for asio dependency

    Check rosdep/base.yml for more info.
    DMaroo committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    718315e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Fixed indentation

    DMaroo committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    b612e9e View commit details
    Browse the repository at this point in the history