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

Implement stimes more efficiently #301

Merged
merged 24 commits into from
Oct 28, 2020
Merged

Implement stimes more efficiently #301

merged 24 commits into from
Oct 28, 2020

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    16814f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19cb622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad587bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b28d8fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d2bf4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba78733 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9315b15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a836c75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc299fa View commit details
    Browse the repository at this point in the history
  10. non-negative -> positive

    Co-authored-by: Bodigrim <andrew.lelechenko@gmail.com>
    elikoga and Bodigrim committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    a866795 View commit details
    Browse the repository at this point in the history
  11. non-negative -> positive 2

    Co-authored-by: Bodigrim <andrew.lelechenko@gmail.com>
    elikoga and Bodigrim committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    b3204d7 View commit details
    Browse the repository at this point in the history
  12. Add test cases for stimes

    elikoga committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    53bd472 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4bac4f8 View commit details
    Browse the repository at this point in the history
  14. Use QuickCheck NonNegative

    elikoga committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c3e694a View commit details
    Browse the repository at this point in the history
  15. Swap memcpy arguments

    elikoga committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e95a3f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d3dfcd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    46317fb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e3baac1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    75134db View commit details
    Browse the repository at this point in the history
  20. Optimize strict times

    elikoga committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    58ae410 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    44490a7 View commit details
    Browse the repository at this point in the history
  22. Handle n < 0 better

    elikoga committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    7ab3df5 View commit details
    Browse the repository at this point in the history
  23. Swap guard cases

    elikoga committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2a9ca0c View commit details
    Browse the repository at this point in the history
  24. Added CPP to Pragmas

    elikoga committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    97a66a8 View commit details
    Browse the repository at this point in the history