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

Add fmtlib dependency #1079

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Commits on Sep 7, 2023

  1. [Core] Add fmtlib dependency

    Closes OpenAssetIO#1070. fmtlib allows for easy, safe string substitution in C++,
    adding advanced formatting functionality (e.g. rounding), and reducing
    bloat.
    
    So add as a new private build-only header-only dependency.
    
    Using header-only increases compile times, but subjectively it's not
    noticeable, and has the benefit of avoiding a possible public library
    dependency (if OpenAssetIO is built as a static library).
    
    Tweak a single existing, tested, log string to make use of libfmt, to
    ensure basic usage is validated.
    
    Signed-off-by: David Feltell <david.feltell@foundry.com>
    feltech committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8fa9081 View commit details
    Browse the repository at this point in the history