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

Always use FMT_STRING internally where possible [Issue #2002] #2006

Merged
merged 13 commits into from
Nov 15, 2020

Commits on Nov 10, 2020

  1. Always use FMT_STRING internally where possible

    Walter Gray committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    9501da5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. fixed chrono.h changes

    Walter Gray committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    854bf9a View commit details
    Browse the repository at this point in the history
  2. fixup type errors

    Walter Gray committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    67a4447 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. revert removal of const

    Walter Gray committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    969dcce View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. use constexpr

    Walter Gray committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    45c7c29 View commit details
    Browse the repository at this point in the history
  2. use FMT_CONSTEXPR_DECL

    Walter Gray committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    eefa1e5 View commit details
    Browse the repository at this point in the history
  3. use FMT_ENABLE_IF for compile-time if branching

    Walter Gray committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    93f1e22 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. ignore unusable param in non-float overload

    Walter Gray committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    03c29de View commit details
    Browse the repository at this point in the history
  2. workaround MSVC bug, add test

    Walter Gray committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    2c271ac View commit details
    Browse the repository at this point in the history
  3. #ifdef test broken in MSVC

    Walter Gray committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    45b9f96 View commit details
    Browse the repository at this point in the history
  4. improve test, fix conditional

    Walter Gray committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    98a3557 View commit details
    Browse the repository at this point in the history
  5. attempt simplification to work around MSVC problem

    Walter Gray committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    fc3832f View commit details
    Browse the repository at this point in the history
  6. clang-format

    Walter Gray committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    d5e3e34 View commit details
    Browse the repository at this point in the history