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

Adds an isRelativePath to determine if path is relative #312

Merged
merged 2 commits into from
Feb 16, 2022

Commits on Feb 16, 2022

  1. Adds an isRelativePath to determine if path is relative

    This PR adds an `isRelativePath` function to ign-common Filesystem.hh. It is a simple wrapper around `std::filesystem`.  The rationale for this is so we can remove `std::Filesystem` from ign-gazebo as this is causing other issues such as gazebo-tooling/release-tools#639.
    
    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 authored and mjcarroll committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    9d0b068 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 authored and mjcarroll committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b9dad99 View commit details
    Browse the repository at this point in the history