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 clock_gettime shim #975

Merged
merged 13 commits into from
Oct 15, 2019
Merged

Add clock_gettime shim #975

merged 13 commits into from
Oct 15, 2019

Commits on Oct 11, 2019

  1. Add clock_gettime shim

    pvdrz committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    aa3e970 View commit details
    Browse the repository at this point in the history
  2. Reduce size of nanoseconds

    pvdrz committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    fcf04b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adfa2eb View commit details
    Browse the repository at this point in the history
  4. Get size of integers using libc

    pvdrz committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    7a6df85 View commit details
    Browse the repository at this point in the history
  5. Add gettimeofday shim for macOS

    pvdrz committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    b7863f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f24c12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8ee90d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f4d185 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87b210d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cbf4af View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Group libc helper functions

    pvdrz committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    508df22 View commit details
    Browse the repository at this point in the history
  2. Error on negative times

    pvdrz committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    50618b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

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