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

Big number rework (check point; not tested yet) #252

Merged
merged 17 commits into from
Nov 3, 2024

Commits on Aug 14, 2024

  1. Big number rework (check point; not tested yet)

    Laurence Lundblade committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f35b132 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Lots more reworking; tests passing (checkpoint)

    Laurence Lundblade committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    e254c0a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. merge what will be 1.4.2 from dev which was merged from master

    Laurence Lundblade committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1deef67 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. More big number rework

    Laurence Lundblade committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ca423b3 View commit details
    Browse the repository at this point in the history
  2. merge

    Laurence Lundblade committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e5decad View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Big number documentation and code tidy

    Laurence Lundblade committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    d5f4010 View commit details
    Browse the repository at this point in the history
  2. documentation and tidy

    Laurence Lundblade committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    da918a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. merge

    Laurence Lundblade committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    f88c9fc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. GetNext handles 65 bit negs in exp and float...

    Laurence Lundblade committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dc27530 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Sync up with dev branch after new tag handling was added

    Laurence Lundblade committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    74066c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Fixes -- tests are passing now

    Laurence Lundblade committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a61d8b8 View commit details
    Browse the repository at this point in the history
  2. Fix disabled tags

    Laurence Lundblade committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    53c3b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Check point; big function rename and fan out

    Laurence Lundblade committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f335f28 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Lots of cross checking and small fixes

    Laurence Lundblade committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    5787b97 View commit details
    Browse the repository at this point in the history
  2. Fix full test fan out

    Laurence Lundblade committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    bf7d625 View commit details
    Browse the repository at this point in the history
  3. Remove some redundant/left-over commas

    Laurence Lundblade committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    4e6ad58 View commit details
    Browse the repository at this point in the history
  4. relocate expAndMantissa definition for clarity

    Laurence Lundblade committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    20bac10 View commit details
    Browse the repository at this point in the history