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

WIP: Async resource loading #2026

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

WIP: Async resource loading #2026

wants to merge 4 commits into from

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    9a0a3ba View commit details
    Browse the repository at this point in the history
  2. WIP: Async load models

    375gnu committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    0cdbe8b View commit details
    Browse the repository at this point in the history
  3. Small updates to Logger

     * Use std::string_view as format instead of char* + fmt::string_view
     * Use u8string() instead of string() in formatter for fs::path
     * Move some definitions from .h to .cpp
     * Add comments for functions
     * Reformat code
    375gnu committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    481f1e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Support older fmt

    375gnu committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    076b1f3 View commit details
    Browse the repository at this point in the history