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

Implemented fmt::day, fmt::month, fmt::year and related unit tests #3906

Merged
merged 17 commits into from
Mar 28, 2024
Merged

Implemented fmt::day, fmt::month, fmt::year and related unit tests #3906

merged 17 commits into from
Mar 28, 2024

Commits on Dec 21, 2023

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

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    79d801a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd855f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9688800 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5372701 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ced6deb View commit details
    Browse the repository at this point in the history
  6. merge with upstream

    zivshek committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0362061 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01c6aba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18a7bf7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32ff11e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c46fb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    9c9f697 View commit details
    Browse the repository at this point in the history
  2. added custom formatters for std::chrono::day/month/year

    Implemented fmt::day, fmt::month, fmt::year
    
    revert a test file that got committed accidentally
    
    remove unnecessary using statements in chrono-test
    
    Fixed a compiler error in CPP20
    
    take uint instead unsigned char for fmt::day and fmt::month as in std::chrono
    
    fix weekday::c_encoding return value
    
    fixed an issue that std uses a range of 1-12 for month, but fmt uses 0-11
    zivshek committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f0e1693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42dee4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    032edf1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7d5087 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2e3f84 View commit details
    Browse the repository at this point in the history