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

Merge sdf14 ➡️ main #1470

Merged
merged 5 commits into from
Aug 24, 2024
Merged

Merge sdf14 ➡️ main #1470

merged 5 commits into from
Aug 24, 2024

Commits on Aug 5, 2024

  1. Prepare for sdformat 14.5.0 release (#1466)

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    86db7db View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add optional binary relocatability (#1414)

    This PR uses the changes introduced in gz-cmake3 in gazebosim/gz-cmake#334 to support the cmake installation directory to be moved after the make install prefix, and continue to work without the need to set any special environment variable, as long as the library is compiled as shared. To avoid regressions and problems in Ubuntu Focal due to the use of std::filesystem, this new behaviour is only activated if the GZ_ENABLE_RELOCATABLE_INSTALL option is enabled, and its default value is OFF .
    
    In particular, this PR defines a sdf::getSharePath() function that should be used in place of the SDF_SHARE_PATH macro to ensure that the library is relocatable.
    
    Signed-off-by: Silvio Traversaro <silvio@traversaro.it>
    Co-authored-by: Steve Peters <scpeters@openrobotics.org>
    Co-authored-by: Ian Chen <ichen@openrobotics.org>
    3 people authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7404b55 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Decouple linking to shlwapi from BUILD_TESTING (#1468)

    The windows builds were broken with -DBUILD_TESTING=OFF,
    so move the target_link_libraries call outside the
    `if (BUILD_TESTING)` logical block.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    01c28aa View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update joinPaths implementation in InstallationDirectories (#1469)

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ba1bf8f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    0f2a5f9 View commit details
    Browse the repository at this point in the history