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

Fix use of Backward on macOS #67

Merged
merged 8 commits into from
Oct 25, 2021
Merged

Commits on Oct 18, 2021

  1. Fix use of Backward on macOS

    `$<TARGET_FILE>` yields the full path of the library in the build
    directory, which will likely not be available in binary distributions of
    ign-tools. This instead uses the install path of the library.
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b6272d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Add test

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    967c891 View commit details
    Browse the repository at this point in the history
  2. Codecheck

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    99f23c0 View commit details
    Browse the repository at this point in the history
  3. Add option to disable test

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    77e0f98 View commit details
    Browse the repository at this point in the history
  4. Add ctest

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    cb9c102 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Improve test reliability, output test results consumable by Jenkins

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    311d588 View commit details
    Browse the repository at this point in the history
  2. Fix style

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    4d59184 View commit details
    Browse the repository at this point in the history
  3. Change to CMAKE_INSTALL_FULL_LIBDIR

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    abb4da5 View commit details
    Browse the repository at this point in the history