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

Use std::filesystem::path instead of string for file paths #5627

Closed
wants to merge 13 commits into from

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    63f61da View commit details
    Browse the repository at this point in the history
  2. clang-format

    dschuff committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    afc9914 View commit details
    Browse the repository at this point in the history
  3. temporarily bump OSX target

    dschuff committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    7158017 View commit details
    Browse the repository at this point in the history
  4. convert path usage in tools

    dschuff committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    cac02d4 View commit details
    Browse the repository at this point in the history
  5. fix empty check

    dschuff committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e536457 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4034ce8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. fix bad path append

    dschuff committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d361806 View commit details
    Browse the repository at this point in the history
  2. review suggestion

    dschuff committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    80d2528 View commit details
    Browse the repository at this point in the history
  3. use binDir path in path.cpp

    dschuff committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3b5f5cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d0deda View commit details
    Browse the repository at this point in the history
  5. clang-format

    dschuff committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    002e647 View commit details
    Browse the repository at this point in the history
  6. use fs abstraction

    dschuff committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2fd367b View commit details
    Browse the repository at this point in the history
  7. exp

    dschuff committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7695817 View commit details
    Browse the repository at this point in the history