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

conversion: add PrettyDec, optimize Dec, add benchmarks and fuzzing #130

Merged
merged 15 commits into from
Mar 22, 2023

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    482c50e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7075ae6 View commit details
    Browse the repository at this point in the history
  3. decimal: implement PrettyDec

    holiman committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7f4c39d View commit details
    Browse the repository at this point in the history
  4. conversion: minor

    holiman committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bd76f88 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    e9caf44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee5242 View commit details
    Browse the repository at this point in the history
  3. improve test-coverage

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    532f4ce View commit details
    Browse the repository at this point in the history
  4. decimal: minor change

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c11892b View commit details
    Browse the repository at this point in the history
  5. docs + tests

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2c5b6ca View commit details
    Browse the repository at this point in the history
  6. dec: minor nits

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    25df320 View commit details
    Browse the repository at this point in the history
  7. speed up PrettyDec

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f701e50 View commit details
    Browse the repository at this point in the history
  8. conversion: add fuzzers

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e637640 View commit details
    Browse the repository at this point in the history
  9. tests: minor updates

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9542d33 View commit details
    Browse the repository at this point in the history
  10. ci: separate fuzz-runs

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    46c05a7 View commit details
    Browse the repository at this point in the history
  11. prettydec: use separator

    holiman committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d64e32f View commit details
    Browse the repository at this point in the history