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

(WIP) Support for Boost serialization #262

Merged
merged 36 commits into from
Jan 2, 2021
Merged

(WIP) Support for Boost serialization #262

merged 36 commits into from
Jan 2, 2021

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    ccc88e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e8ee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f53fee2 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. s11n support for integer.

    bluescarni committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    e2ac233 View commit details
    Browse the repository at this point in the history
  2. Small doc improvement.

    bluescarni committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    296535d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Some clang-tidy updates.

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

    bluescarni committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    90b1281 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    573c919 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b2a6fe View commit details
    Browse the repository at this point in the history
  5. 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
    dbc3cf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d20e7e View commit details
    Browse the repository at this point in the history
  7. 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
    41bb4c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da98824 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60d3273 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    353d43f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    3f90e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a75673 View commit details
    Browse the repository at this point in the history
  3. More tweaks.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    ce495ea View commit details
    Browse the repository at this point in the history
  4. More tweaks.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    dcf9d65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d1218d View commit details
    Browse the repository at this point in the history
  6. Appveyor debug.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    b68e4c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37b264d View commit details
    Browse the repository at this point in the history
  8. Minor bits.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    757f117 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ad7f36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c19104a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5c4d4d View commit details
    Browse the repository at this point in the history
  12. clang-tidy fix.

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

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    c8fcb07 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e69d9e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c5242c5 View commit details
    Browse the repository at this point in the history
  16. Avoid compiler warning.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    46ecb93 View commit details
    Browse the repository at this point in the history
  17. Minor.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    58cc79a View commit details
    Browse the repository at this point in the history
  18. More clang-tidy fixes.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    1a1eccf View commit details
    Browse the repository at this point in the history
  19. Appveyor debug.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    83f5490 View commit details
    Browse the repository at this point in the history
  20. Tentative workaround.

    bluescarni committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    5c0e6c8 View commit details
    Browse the repository at this point in the history
  21. Docs/changelog update.

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