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

Improve shared library relative paths handling #320

Merged
merged 8 commits into from
Dec 22, 2020

Commits on Dec 11, 2020

  1. Retrieve shared library path after loading.

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    8ee8def View commit details
    Browse the repository at this point in the history
  2. Update shared_library.c tests

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    6925a2f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Fix bad RCUTILS_SET_ERROR_MSG call.

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    5915051 View commit details
    Browse the repository at this point in the history
  2. Fix dyld API typo.

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    693c728 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Fix typos in Windows specific shared_library.c bits

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    dc59b9d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Address peer review comments.

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    1d4276a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Add more regression tests

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    31facfc View commit details
    Browse the repository at this point in the history
  2. Fix regression tests in MacOS

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    bf6e95c View commit details
    Browse the repository at this point in the history