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

Fix formatting std::chrono::duration types to wide strings #1533

Merged
merged 13 commits into from
Jan 24, 2020
Merged

Fix formatting std::chrono::duration types to wide strings #1533

merged 13 commits into from
Jan 24, 2020

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    820b9e3 View commit details
    Browse the repository at this point in the history
  2. Make format buffers const correct

    zeffy authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    6d6b702 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Add FormatWide chrono test case

    zeffy committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    e4c47e6 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect wide encoding of 'µs'

    I think might be a source file encoding issue, so I used \u00B5 instead.
    zeffy committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    2147071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5792e6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29e93af View commit details
    Browse the repository at this point in the history
  5. Use different overload of std::time_put<T>::put to avoid needing a …

    …format string
    zeffy committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    8f2917b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b956b4c View commit details
    Browse the repository at this point in the history
  7. Revert some minor changes

    zeffy committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    2c09265 View commit details
    Browse the repository at this point in the history
  8. Remove FMT_CONSTEXPR from expression

    This should hopefully fix compilation on VS <2019
    zeffy committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    4d27662 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Make suggested changes from code review

    zeffy committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    0470ec1 View commit details
    Browse the repository at this point in the history
  2. Run clang-format on chrono.h

    zeffy committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    3aae6d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    708c28b View commit details
    Browse the repository at this point in the history