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

Implement binary serialization for real #263

Merged
merged 14 commits into from
Jan 2, 2021
Merged

Implement binary serialization for real #263

merged 14 commits into from
Jan 2, 2021

Commits on Jan 1, 2021

  1. Small doc improvement.

    bluescarni committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    e2b7bea View commit details
    Browse the repository at this point in the history
  2. Some clang-tidy updates.

    bluescarni committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    bb0fcea View commit details
    Browse the repository at this point in the history
  3. Ditto.

    bluescarni committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    7224e45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5058fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27c2db8 View commit details
    Browse the repository at this point in the history
  6. Use GMP_NUMB_BITS instead of mp_bits_per_limb in order to work around…

    … what looks like an issue with MPIR.
    bluescarni committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    f58bc2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8af99a8 View commit details
    Browse the repository at this point in the history
  8. Use decltype() SFINAE in the implementation of the free overloads for…

    … the binary serialization of integer.
    bluescarni committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    8b00cd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e81dc6f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d60fd0d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20f1de9 View commit details
    Browse the repository at this point in the history
  12. Update changelog.

    bluescarni committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    10b7879 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ce6b4bd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Minor.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    b937a33 View commit details
    Browse the repository at this point in the history