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

Feature/sprkstep #290

Merged
merged 180 commits into from
Jul 19, 2023
Merged

Feature/sprkstep #290

merged 180 commits into from
Jul 19, 2023

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    bed0356 View commit details
    Browse the repository at this point in the history
  2. fix missing return

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ba62d1d View commit details
    Browse the repository at this point in the history
  3. optimize rhs

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2290ec0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49ccfff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc5fc3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc61104 View commit details
    Browse the repository at this point in the history
  7. add increment SPRK algorithm with compensated sums (works for sprk or…

    …der 1, issue still for more than one stage)
    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3a25237 View commit details
    Browse the repository at this point in the history
  8. avoid dense output when we can

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f115811 View commit details
    Browse the repository at this point in the history
  9. move terr to ark mem

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    614b027 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c0865d View commit details
    Browse the repository at this point in the history
  11. fix SprkInc implementation

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b92d667 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7dd6f58 View commit details
    Browse the repository at this point in the history
  13. cleanup

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    93988e7 View commit details
    Browse the repository at this point in the history
  14. use sdata

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0009d07 View commit details
    Browse the repository at this point in the history
  15. fix 2nd order table

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d80ffb7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72cf56a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    523f10a View commit details
    Browse the repository at this point in the history
  18. adapt working sort of

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    36f5692 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    49a8315 View commit details
    Browse the repository at this point in the history
  20. small improvements/fixes

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d42960e View commit details
    Browse the repository at this point in the history
  21. save work

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4661e9a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6ec26bf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f3a013b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    67f4d76 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5b627f8 View commit details
    Browse the repository at this point in the history
  26. add a bunch more methods

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f0bd9d7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ffe5bd2 View commit details
    Browse the repository at this point in the history
  28. redo incremental formulation

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8146717 View commit details
    Browse the repository at this point in the history
  29. fix some io options

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b0b46e7 View commit details
    Browse the repository at this point in the history
  30. fix mc2

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c2d6188 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bbd5500 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a4e9524 View commit details
    Browse the repository at this point in the history
  33. cleanup the vectors being used

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e6a3cb6 View commit details
    Browse the repository at this point in the history
  34. remove perturbed code

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d1f61ea View commit details
    Browse the repository at this point in the history
  35. remove perturbed code

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8734961 View commit details
    Browse the repository at this point in the history
  36. remove perturbed code

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d58362d View commit details
    Browse the repository at this point in the history
  37. update example documentation

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f409a05 View commit details
    Browse the repository at this point in the history
  38. format

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f9631d8 View commit details
    Browse the repository at this point in the history
  39. updates for adaptivity

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ef41db0 View commit details
    Browse the repository at this point in the history
  40. format sprkstep

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    13bb42e View commit details
    Browse the repository at this point in the history
  41. add rootfinding

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c05c186 View commit details
    Browse the repository at this point in the history
  42. add missing stdio include

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2908a6c View commit details
    Browse the repository at this point in the history
  43. add hookes law example

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    941b862 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b3950c6 View commit details
    Browse the repository at this point in the history
  45. order

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    15d3b74 View commit details
    Browse the repository at this point in the history
  46. use lagrange interpolant

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e1cdc68 View commit details
    Browse the repository at this point in the history
  47. update plot scripts

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3b463dd View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    78fb0eb View commit details
    Browse the repository at this point in the history
  49. docs

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0f2eedd View commit details
    Browse the repository at this point in the history
  50. finish mathematics section

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e60b878 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    43c2c87 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    fe51662 View commit details
    Browse the repository at this point in the history
  53. add skeleton

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    820ec83 View commit details
    Browse the repository at this point in the history
  54. add example paths to index

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    680607a View commit details
    Browse the repository at this point in the history
  55. Revert "automatically use tstop mode if a fixed step is used"

    This reverts commit c9538b2a5d9f8640156f92d6730588353f7c2195.
    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    386244b View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    dad6499 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    476a252 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ed8845f View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    0d14ca0 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    d5becec View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6046cec View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    b5d6975 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    ceda918 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    de9fc58 View commit details
    Browse the repository at this point in the history
  65. add loadbyname function

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    71ce30d View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    8451e08 View commit details
    Browse the repository at this point in the history
  67. remove adaptivity

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    045b4df View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    ff4ba8e View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    14609b5 View commit details
    Browse the repository at this point in the history
  70. clean up plotting scripts

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a9dc3d5 View commit details
    Browse the repository at this point in the history
  71. update cmake to test order

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c9e0f53 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    7b79293 View commit details
    Browse the repository at this point in the history
  73. clean up order check

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    82fd037 View commit details
    Browse the repository at this point in the history
  74. further updates

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8f2e4b3 View commit details
    Browse the repository at this point in the history
  75. update tarscript

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6fa53dc View commit details
    Browse the repository at this point in the history
  76. update defaults

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b3bc745 View commit details
    Browse the repository at this point in the history
  77. remove extra script

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    49f6e8f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    6e41fc4 View commit details
    Browse the repository at this point in the history
  79. doc and tarscript updates

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4a8e1ec View commit details
    Browse the repository at this point in the history
  80. update docs

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    60d88d9 View commit details
    Browse the repository at this point in the history
  81. update examples

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b1158f5 View commit details
    Browse the repository at this point in the history
  82. remove extra underscore

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    51ef530 View commit details
    Browse the repository at this point in the history
  83. update example header

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3b282c8 View commit details
    Browse the repository at this point in the history
  84. clean up

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9c605e3 View commit details
    Browse the repository at this point in the history
  85. remove guard on arkGetDky

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ce6a40b View commit details
    Browse the repository at this point in the history
  86. bump answers

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ea04dd4 View commit details
    Browse the repository at this point in the history
  87. update answers

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c9f6cae View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    cb05f49 View commit details
    Browse the repository at this point in the history
  89. revert accidental change

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    afa2d28 View commit details
    Browse the repository at this point in the history
  90. fix warnings

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3e5d80f View commit details
    Browse the repository at this point in the history
  91. bump answers

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ca75d16 View commit details
    Browse the repository at this point in the history
  92. Apply suggestions from code review

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    balos1 and drreynolds committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6afd907 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    b94ea11 View commit details
    Browse the repository at this point in the history
  94. add more details to changelog

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    159908d View commit details
    Browse the repository at this point in the history
  95. fix function names

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fcea98e View commit details
    Browse the repository at this point in the history
  96. fix notation

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c72c814 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    22bdbb0 View commit details
    Browse the repository at this point in the history
  98. Update src/arkode/arkode_sprkstep.c

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    balos1 and drreynolds committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9d480a8 View commit details
    Browse the repository at this point in the history
  99. remove controller reference

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a92e7d3 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    2f2a8d4 View commit details
    Browse the repository at this point in the history
  101. doc updates

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c8072ac View commit details
    Browse the repository at this point in the history
  102. move yerr to SPRKStep

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    99d1fa4 View commit details
    Browse the repository at this point in the history
  103. revert bad change

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    50dbd3f View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    957ce97 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    8733615 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    a1f639b View commit details
    Browse the repository at this point in the history
  107. Update doc/arkode/guide/source/Mathematics.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    balos1 and drreynolds committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c4d2fae View commit details
    Browse the repository at this point in the history
  108. remove unused header

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    32d56e2 View commit details
    Browse the repository at this point in the history
  109. update McLachlan 8 name

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0da5fef View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    c010d8b View commit details
    Browse the repository at this point in the history
  111. address more PR comments

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    74383d7 View commit details
    Browse the repository at this point in the history
  112. update references

    balos1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    904f17b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    c00d71e View commit details
    Browse the repository at this point in the history
  2. Update doc/arkode/guide/source/ARKodeSPRKStorage.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    balos1 and drreynolds authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    df18fa4 View commit details
    Browse the repository at this point in the history
  3. fix example

    balos1 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f2861e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d9b845 View commit details
    Browse the repository at this point in the history
  5. remove unused macros

    balos1 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c7ce1e5 View commit details
    Browse the repository at this point in the history
  6. get rid of M_PI

    balos1 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    aeaf39e View commit details
    Browse the repository at this point in the history
  7. fix malformed tables

    balos1 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    187c80f View commit details
    Browse the repository at this point in the history
  8. fix reference

    balos1 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    648fa87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8458c79 View commit details
    Browse the repository at this point in the history
  10. fix all warnings

    balos1 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e4cce85 View commit details
    Browse the repository at this point in the history
  11. fix set but unused warning

    balos1 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4bc3ecc View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. fix output precisions

    balos1 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    171d5bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5613d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82f66b6 View commit details
    Browse the repository at this point in the history
  4. fix unused variable error

    balos1 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d20dfd2 View commit details
    Browse the repository at this point in the history
  5. gen fortran

    balos1 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6d4e813 View commit details
    Browse the repository at this point in the history
  6. bump answers

    balos1 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8e72a69 View commit details
    Browse the repository at this point in the history
  7. fix typo

    balos1 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dcd1eed View commit details
    Browse the repository at this point in the history
  8. fix out file names

    balos1 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e238519 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

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

Commits on Jul 17, 2023

  1. address many PR comments

    balos1 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a780a4f View commit details
    Browse the repository at this point in the history
  2. address more comments

    balos1 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5ef29c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5309216 View commit details
    Browse the repository at this point in the history
  4. adress remaining comments

    balos1 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    55c2669 View commit details
    Browse the repository at this point in the history
  5. regen fortran

    balos1 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    58f3c6f View commit details
    Browse the repository at this point in the history
  6. bump answers

    balos1 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8d9c676 View commit details
    Browse the repository at this point in the history
  7. fix memory leak

    balos1 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f4f0b63 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix remaining PR comments

    balos1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5646341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    048d06c View commit details
    Browse the repository at this point in the history
  3. remove duplicates from merge

    balos1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8d7c3d7 View commit details
    Browse the repository at this point in the history
  4. fix table spacing

    gardner48 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9886364 View commit details
    Browse the repository at this point in the history
  5. fix reference

    gardner48 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    217f29c View commit details
    Browse the repository at this point in the history
  6. remove duplicate array end

    gardner48 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    14ca738 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    175dfa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09315ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    317bd8a View commit details
    Browse the repository at this point in the history
  10. add Create implementation

    balos1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    fba5fb9 View commit details
    Browse the repository at this point in the history
  11. regen f2003

    gardner48 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d43be32 View commit details
    Browse the repository at this point in the history
  12. fix C90 error

    gardner48 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    aa2c9b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ffc415b View commit details
    Browse the repository at this point in the history
  14. install headers for examples

    balos1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    48344d9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    48c38c6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    da891c5 View commit details
    Browse the repository at this point in the history
  17. install sprk headers

    gardner48 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    dce46ae View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. update output files

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    16d1ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a3800 View commit details
    Browse the repository at this point in the history
  3. storage to table

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d62ce6b View commit details
    Browse the repository at this point in the history
  4. fix signature types in doc

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    febcafb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67fd7b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3aec87e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e34acf0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8efa793 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    858cd00 View commit details
    Browse the repository at this point in the history
  10. add copyright block

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6713fde View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3dacbef View commit details
    Browse the repository at this point in the history
  12. use their for user pronoun

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    393fddb View commit details
    Browse the repository at this point in the history
  13. fix incomplete sentence

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a40ec54 View commit details
    Browse the repository at this point in the history
  14. fix typo

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3e4fa1d View commit details
    Browse the repository at this point in the history
  15. clarify context

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b84a5cb View commit details
    Browse the repository at this point in the history
  16. fix typo

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    49e960e View commit details
    Browse the repository at this point in the history
  17. remove incorrect comment

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bba8319 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f793b1f View commit details
    Browse the repository at this point in the history
  19. free table on failure

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b43aaf9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f3eeb96 View commit details
    Browse the repository at this point in the history
  21. bump answers

    balos1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8f5bd51 View commit details
    Browse the repository at this point in the history
  22. bump answers

    balos1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3255d3b View commit details
    Browse the repository at this point in the history
  23. update double

    balos1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2f71186 View commit details
    Browse the repository at this point in the history
  24. update answers submodule

    gardner48 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    cf4aee4 View commit details
    Browse the repository at this point in the history