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

Minor improvement on the dataLength % 3. #114

Merged
merged 8 commits into from
Mar 17, 2020
Merged

Minor improvement on the dataLength % 3. #114

merged 8 commits into from
Mar 17, 2020

Commits on Feb 17, 2020

  1. Minor improvement on the dataLength % 3.

    No change for x86, but save 2 `mov` instructions on x64.
    ycrumeyrolle committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    ffb75a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Update Base64UrlEncoder.Encode.cs

    Use `Environment.Is64BitProcess` instead of sizeof(IntPtr) == 8 in unsafe context.
    ycrumeyrolle committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    dd8ea7c View commit details
    Browse the repository at this point in the history
  2. Update source/gfoidl.Base64/Internal/Base64UrlEncoder/Base64UrlEncode…

    …r.Encode.cs
    
    Co-Authored-By: Günther Foidl <gue@korporal.at>
    ycrumeyrolle and gfoidl committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    8b29e0a View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: Günther Foidl <gue@korporal.at>
    ycrumeyrolle and gfoidl committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    2e74e9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e376b94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e566b68 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

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

Commits on Mar 17, 2020

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