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

humantime serde #811

Merged
merged 21 commits into from
May 14, 2024
Merged

humantime serde #811

merged 21 commits into from
May 14, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    0e5fa5d View commit details
    Browse the repository at this point in the history
  2. humantime-serde boost_manager

    prefer std::time::Duration when possible
    michaeldjeffrey committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fa8d42a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f4d20c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c401edd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    428a1a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfe2225 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adf589c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a0c4a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db4a1f6 View commit details
    Browse the repository at this point in the history
  10. humantime-serde price

    michaeldjeffrey committed May 14, 2024
    Configuration menu
    Copy the full SHA
    28247be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6902149 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c86664e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    54587f0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f48fde1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d1e0021 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e6e0acd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    952f8d4 View commit details
    Browse the repository at this point in the history
  18. use same dep format

    michaeldjeffrey committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b944853 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4ef2af3 View commit details
    Browse the repository at this point in the history
  20. Use std::time::Duration in file_info_poller

    std::Durations were being turned into chrono::Durations only to be
    turned right back into std::Durations.
    
    It also doesn't make much sense for the file poller to support negative
    time deltas, so we can remove that possibility.
    michaeldjeffrey committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8c0b654 View commit details
    Browse the repository at this point in the history
  21. fixup after rebase

    michaeldjeffrey committed May 14, 2024
    Configuration menu
    Copy the full SHA
    47f2f65 View commit details
    Browse the repository at this point in the history