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

xxhash cleanups #313

Merged
merged 10 commits into from
Jun 5, 2023
Merged

xxhash cleanups #313

merged 10 commits into from
Jun 5, 2023

Commits on Jun 1, 2023

  1. Use stdlib int types

    sleeepyjack committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c93f5fc View commit details
    Browse the repository at this point in the history
  2. Avoid C-style casts

    sleeepyjack committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8b075f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5637031 View commit details
    Browse the repository at this point in the history
  4. Fix casts

    sleeepyjack committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e420ed7 View commit details
    Browse the repository at this point in the history
  5. Fix typo in comments

    sleeepyjack committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7b65f39 View commit details
    Browse the repository at this point in the history
  6. Use size_t for offset

    sleeepyjack committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    37582db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b65052c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7651d83 View commit details
    Browse the repository at this point in the history
  9. Lowercase hex once again

    sleeepyjack committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    00e5b54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c4f167 View commit details
    Browse the repository at this point in the history