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 support of most format_specs for formatting at compile-time #2056

Merged

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    725eedf View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    aead58e View commit details
    Browse the repository at this point in the history
  2. add missing 0 spec test

    alexezeder committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    62abf10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6742642 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    de42f13 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. use FMT_NOEXCEPT instead of FMT_DETECTED_NOEXCEPT

    for `is_constant_evaluated()` function
    alexezeder committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    fec7c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2980dd3 View commit details
    Browse the repository at this point in the history
  3. mark formatter<>::format() functions as const

    to revert back some changes in compile.h
    alexezeder committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    b8d973a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6714f90 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    8131d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ce33e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4762f64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cca27f View commit details
    Browse the repository at this point in the history
  5. replace FMT_CONSTEXPR20 with FMT_CONSTEXPR

    for functions where `hex_digits` or shifts from `basic_data` is used
    alexezeder committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    1b1c3ce View commit details
    Browse the repository at this point in the history