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

switch from custom stringFormat to fmtlib #2769

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 14, 2024

  1. switch from custom stringFormat to fmtlib

    The latter helps to avoid wrong format errors and is simpler to use.
    Will be replaced by std::format once C++20 becomes mandatory.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    39843bb View commit details
    Browse the repository at this point in the history
  2. fmt conversions

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    147297b View commit details
    Browse the repository at this point in the history
  3. meson subprojects: update all

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b4a0d3a View commit details
    Browse the repository at this point in the history