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

Feet And Inches 1.0 #37

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Commits on Jul 1, 2021

  1. fix roundsignificant()

    create numSigFigs()
    use function to set flag for number of significant figures
    Randall-Scharpf committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    6c484ed View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    007ec95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a523a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

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

Commits on Jul 31, 2021

  1. fix roundsignificant()

    create numSigFigs()
    use function to set flag for number of significant figures
    
    rebase to beta
    Randall-Scharpf committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    fc68f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ec0ab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7877b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea92f2f View commit details
    Browse the repository at this point in the history
  5. fix rebasing

    Randall-Scharpf committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    cfc4a0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2c0d56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6016664 View commit details
    Browse the repository at this point in the history
  8. add test cases for sig figs

    make the old test cases actually follow sig figs
    Randall-Scharpf committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    a3e576f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9aa0ede View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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

Commits on Aug 3, 2021

  1. added support for sig figs under addition - notes:

    this behavior is used with temperature scales
    allows better expandability
    fixes bugs related to NaN and zero
    Randall-Scharpf committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b2b97a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b1e13 View commit details
    Browse the repository at this point in the history
  3. show zeroes as "0"

    Randall-Scharpf committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    dc30a66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9577327 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6990436 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. addition and subtraction were swapped

    stophittingyourselfstophittingyourselfstophittingyourself
    Randall-Scharpf committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    8108118 View commit details
    Browse the repository at this point in the history
  2. add some options

    Randall-Scharpf committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2166309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e53a60 View commit details
    Browse the repository at this point in the history
  4. addition and subtraction were swapped

    stophittingyourselfstophittingyourselfstophittingyourself
    Randall-Scharpf committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c972df6 View commit details
    Browse the repository at this point in the history
  5. add some options

    Randall-Scharpf committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2626173 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bda0c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c83c390 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    571ae8f View commit details
    Browse the repository at this point in the history
  9. add them back.

    note to self dont rebase in the wrong direction, its painful
    Randall-Scharpf committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    f8e126b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. make merge happy

    Randall-Scharpf committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    3e35606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f38fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a8cd45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88eb8d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

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

Commits on Aug 8, 2021

  1. Configuration menu
    Copy the full SHA
    b73eab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4804cef View commit details
    Browse the repository at this point in the history
  3. thanks FezzedOne for thinking up another test case

    fixed a bug related to that test case
    added a second test case that also catches that bug
    Randall-Scharpf committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    0d0f7a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73a3187 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdf08b1 View commit details
    Browse the repository at this point in the history
  6. switch cutoff between cm and meters

    this is more colloquial
    Randall-Scharpf committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    1e183b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

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

Commits on Aug 16, 2021

  1. locales

    initial codebase refactor for locale support (not stable)
    Randall-Scharpf committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    6abe791 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    2ba3be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c6ef0c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    f2aac40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc157b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    213230f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7258b91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a39fde View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4277bfc View commit details
    Browse the repository at this point in the history
  7. fix all the bugs

    Randall-Scharpf committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    dd5b5d1 View commit details
    Browse the repository at this point in the history
  8. spot check other locales, good enough for now

    should rewrite test suite to test all locales
    Randall-Scharpf committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2a22a5f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

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