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

Bug fixes for rcpputils::fs API #35

Merged
merged 5 commits into from
Feb 3, 2020
Merged

Commits on Jan 28, 2020

  1. Ensure rcpputils::fs::create_directories works with absolute paths.

    Implement temp_directory_path() for testing purposes.
    
    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    686e997 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Add missing header file.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    935d1fc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Use Win32 typedefs properly.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    ab0d8c0 View commit details
    Browse the repository at this point in the history
  2. Add error code to std::system_error.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    6567488 View commit details
    Browse the repository at this point in the history
  3. Fix rcpputils::fs::path::parent_path() method.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    a96ae7b View commit details
    Browse the repository at this point in the history