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

error handling in sunmatrix #390

Merged

Commits on Dec 11, 2023

  1. apply SUNErrCode to SUNMatrix

    balos1 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    eabcf77 View commit details
    Browse the repository at this point in the history
  2. remove SUNMAT_SUCCESS use

    balos1 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8a30541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    725691c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e676a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81758f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    ccac35d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7491f2 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    balos1 and gardner48 authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e41456a View commit details
    Browse the repository at this point in the history
  4. address comments

    balos1 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    05fc80f View commit details
    Browse the repository at this point in the history
  5. add to changelog

    balos1 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b05cb89 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/feature/error-handling-sunmatrix…

    …' into feature/error-handling-sunmatrix
    balos1 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4f54da8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Merge remote-tracking branch 'origin/feature/error-handling-staging' …

    …into feature/error-handling-sunmatrix
    balos1 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5d4fb46 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    balos1 and drreynolds authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5974726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f640590 View commit details
    Browse the repository at this point in the history
  4. fix return codes

    balos1 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a22d139 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feature/error-handling-sunmatrix…

    …' into feature/error-handling-sunmatrix
    balos1 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d3967d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cf1766 View commit details
    Browse the repository at this point in the history
  7. trim trailing whitespace

    balos1 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    564123a View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/feature/error-handling-staging' …

    …into feature/error-handling-sunmatrix
    balos1 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8efef98 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    balos1 and gardner48 authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d91167b View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    balos1 and gardner48 authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    734e9e2 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    balos1 and gardner48 authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7185fde View commit details
    Browse the repository at this point in the history
  4. apply patch to vector

    balos1 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    689a95b View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feature/error-handling-sunmatrix…

    …' into feature/error-handling-sunmatrix
    balos1 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5470a28 View commit details
    Browse the repository at this point in the history
  6. address comments

    balos1 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    61c38de View commit details
    Browse the repository at this point in the history
  7. format

    balos1 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5957161 View commit details
    Browse the repository at this point in the history
  8. doc fix

    gardner48 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3fb14f5 View commit details
    Browse the repository at this point in the history
  9. remove missed else

    gardner48 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    55863b4 View commit details
    Browse the repository at this point in the history
  10. remove unmatched paren

    gardner48 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    258e934 View commit details
    Browse the repository at this point in the history