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

remove rustc-serialize (#359) #386

Merged
merged 13 commits into from
Aug 10, 2018
Merged

remove rustc-serialize (#359) #386

merged 13 commits into from
Aug 10, 2018

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    66193eb View commit details
    Browse the repository at this point in the history
  2. Support for x86 build supporting both aesni and aessoft at runtime.

    Feature gated behind 'aes-all'.
    Building requires RUSTFLAGS="-C target-feature=+aes,+ssse3" and RUSTDOCFLAGS="-C target-feature=+aes,+ssse3".
    Only support x86 case.
    cheme committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    c4a4a86 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

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

Commits on Aug 7, 2018

  1. Switch aes-all logic (is_x86 runtime test did not work as I thought when

    RUSTC aes and sse are enabled).
    To build with aes-all, aes and sse flag should not be set.
    cheme committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    bc9dd63 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

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

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    f8da503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb9990 View commit details
    Browse the repository at this point in the history
  3. Support for x86 build supporting both aesni and aessoft at runtime.

    Feature gated behind 'aes-all'.
    Building requires RUSTFLAGS="-C target-feature=+aes,+ssse3" and RUSTDOCFLAGS="-C target-feature=+aes,+ssse3".
    Only support x86 case.
    cheme committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    d6b1a3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c8f52e View commit details
    Browse the repository at this point in the history
  5. Switch aes-all logic (is_x86 runtime test did not work as I thought when

    RUSTC aes and sse are enabled).
    To build with aes-all, aes and sse flag should not be set.
    cheme committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    6fb5fd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d0f8d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edf1d69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb2a9d5 View commit details
    Browse the repository at this point in the history