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

Refactor common portions of conversion algorithms #26

Merged
merged 45 commits into from
Nov 16, 2023
Merged

Refactor common portions of conversion algorithms #26

merged 45 commits into from
Nov 16, 2023

Commits on Nov 14, 2023

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

Commits on Nov 15, 2023

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

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    30bc28e View commit details
    Browse the repository at this point in the history
  3. Fix punctuation

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    84c54b7 View commit details
    Browse the repository at this point in the history
  4. Further refactoring

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1d618ac View commit details
    Browse the repository at this point in the history
  5. Consolidate source files

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2eb6fce View commit details
    Browse the repository at this point in the history
  6. More consolidation

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    90dfbc5 View commit details
    Browse the repository at this point in the history
  7. Add documentation

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    36f9a12 View commit details
    Browse the repository at this point in the history
  8. Rename JDN.swift

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    65bae4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0eea744 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a613eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    decc929 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11e3a78 View commit details
    Browse the repository at this point in the history
  13. Add intercalating cycle struct

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4168bb6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d459ddb View commit details
    Browse the repository at this point in the history
  15. Add precondition

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4484bc0 View commit details
    Browse the repository at this point in the history
  16. New arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    56896c4 View commit details
    Browse the repository at this point in the history
  17. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e69dffa View commit details
    Browse the repository at this point in the history
  18. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d1f4093 View commit details
    Browse the repository at this point in the history
  19. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    83f9187 View commit details
    Browse the repository at this point in the history
  20. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ff4388a View commit details
    Browse the repository at this point in the history
  21. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5fcd6ee View commit details
    Browse the repository at this point in the history
  22. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1d8bb38 View commit details
    Browse the repository at this point in the history
  23. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    18eecc8 View commit details
    Browse the repository at this point in the history
  24. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b794da4 View commit details
    Browse the repository at this point in the history
  25. Adjust arithmetic limit

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5d12be3 View commit details
    Browse the repository at this point in the history
  26. Adjust arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    14ca6e1 View commit details
    Browse the repository at this point in the history
  27. Update arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b5502bd View commit details
    Browse the repository at this point in the history
  28. Update arithmetic limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a19ab68 View commit details
    Browse the repository at this point in the history
  29. Update limits

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fc5bcf2 View commit details
    Browse the repository at this point in the history
  30. Add code voice

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1ca03b1 View commit details
    Browse the repository at this point in the history
  31. Add grouping

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    96f80a1 View commit details
    Browse the repository at this point in the history
  32. Add grouping

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    08e6bfb View commit details
    Browse the repository at this point in the history
  33. Revert "Add grouping"

    This reverts commit 08e6bfb.
    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a429e7f View commit details
    Browse the repository at this point in the history
  34. Revert "Add grouping"

    This reverts commit 96f80a1.
    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d631a82 View commit details
    Browse the repository at this point in the history
  35. Move parameters declarations

    sbooth committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fc621c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Refactor algorithms

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c222b54 View commit details
    Browse the repository at this point in the history
  2. Remove extraneous comment

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7860a61 View commit details
    Browse the repository at this point in the history
  3. Expand comment

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    45643dd View commit details
    Browse the repository at this point in the history
  4. Minor edits

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    10c5cec View commit details
    Browse the repository at this point in the history
  5. Reword description

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9f65808 View commit details
    Browse the repository at this point in the history
  6. Add more calendar information

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b368288 View commit details
    Browse the repository at this point in the history
  7. Fix table

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9765887 View commit details
    Browse the repository at this point in the history
  8. Remove descriptions

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8001a85 View commit details
    Browse the repository at this point in the history
  9. Rename converters

    sbooth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8c3eed0 View commit details
    Browse the repository at this point in the history