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

Add USDError class #836

Merged
merged 18 commits into from
Feb 11, 2022
Merged

Add USDError class #836

merged 18 commits into from
Feb 11, 2022

Commits on Jan 27, 2022

  1. add USD-specific error codes

    Signed-off-by: Ashton Larkin <[email protected]>
    adlarkin committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    00a3dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb045c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

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

Commits on Feb 9, 2022

  1. sdf::usd::Error

    Signed-off-by: Teo Koon Peng <[email protected]>
    Teo Koon Peng committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0d3c3f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. rename to UsdError to avoid confusion

    Signed-off-by: Teo Koon Peng <[email protected]>
    Teo Koon Peng committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8e2a32c View commit details
    Browse the repository at this point in the history
  2. add generic error

    Signed-off-by: Teo Koon Peng <[email protected]>
    Teo Koon Peng committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3952a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26a335a View commit details
    Browse the repository at this point in the history
  4. fix header guard

    Signed-off-by: Teo Koon Peng <[email protected]>
    Teo Koon Peng committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    760fe4f View commit details
    Browse the repository at this point in the history
  5. Fix style

    Signed-off-by: ahcorde <[email protected]>
    ahcorde committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    fad9d72 View commit details
    Browse the repository at this point in the history
  6. Added UsdError tests

    Signed-off-by: ahcorde <[email protected]>
    ahcorde committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3bd42e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b8421c View commit details
    Browse the repository at this point in the history
  8. cleanup

    Signed-off-by: Ashton Larkin <[email protected]>
    adlarkin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3e36366 View commit details
    Browse the repository at this point in the history
  9. documentation nits and USD visibility macro

    Signed-off-by: Ashton Larkin <[email protected]>
    adlarkin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    20b4d82 View commit details
    Browse the repository at this point in the history
  10. remove EXTERNAL_ERROR type

    Signed-off-by: Ashton Larkin <[email protected]>
    adlarkin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    851649b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23a868b View commit details
    Browse the repository at this point in the history
  12. review feedback

    Signed-off-by: Ashton Larkin <[email protected]>
    adlarkin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    287fa31 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. const ref return type for UsdError::FilePath

    Signed-off-by: Ashton Larkin <[email protected]>
    adlarkin committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4be0ada View commit details
    Browse the repository at this point in the history
  2. syntax/code style fix

    Signed-off-by: Ashton Larkin <[email protected]>
    Co-authored-by: Addisu Z. Taddese <[email protected]>
    adlarkin and azeey committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    85962f6 View commit details
    Browse the repository at this point in the history