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

CpuId reader trait and serialize feature fix #140

Merged
merged 17 commits into from
Apr 17, 2023
Merged

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    78a2a24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e03eb2 View commit details
    Browse the repository at this point in the history
  3. Fix missing import

    mkeeter committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7920d11 View commit details
    Browse the repository at this point in the history
  4. one more time

    mkeeter committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    a089828 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Large refactoring

    mkeeter committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b12d38e View commit details
    Browse the repository at this point in the history
  2. Minimize diff against master

    mkeeter committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8e89c1b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Added a CpuIdReaderNative implementation.

    For new() and default() methodes.
    gz committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a9af43c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2333a View commit details
    Browse the repository at this point in the history
  3. Give CpuId the default type argument of NativeCpuIdReader.

    Makes sure signatures taking CpuId remain unchanged
    `fn take_cpuid(cpuid: CpuId) -> CpuId`
    and don't need to add generics.
    gz committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d18c5db View commit details
    Browse the repository at this point in the history
  4. Update Changelog.

    gz committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6c69585 View commit details
    Browse the repository at this point in the history
  5. Add skeleton for example.

    gz committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6b41f82 View commit details
    Browse the repository at this point in the history
  6. Remove leaking

    mkeeter committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    390bcf7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65a1144 View commit details
    Browse the repository at this point in the history
  8. Switch from Copy -> Clone

    mkeeter committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9778922 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d13588 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    53d1f7c View commit details
    Browse the repository at this point in the history
  2. Fix CI.

    gz committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    aab103c View commit details
    Browse the repository at this point in the history