-
Notifications
You must be signed in to change notification settings - Fork 119
Add exception handling for new operator #791
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a3f758a
Add exception handling for new operator
mjp41 c0b5bf6
Refactoring building
mjp41 dad9110
Updated packaging of exception handling
mjp41 6967bc6
Refactoring based on CI
mjp41 1a7be3a
Clangformat
mjp41 8b5d527
Make C++ library statically linked
mjp41 25dd1db
Simplify using static linkage.
mjp41 26ebdc9
Fixes from self review
mjp41 3146644
Add back missing things, typos, and add a new minimal shared library
mjp41 8424e42
Fix minimal build
mjp41 14bba78
Missing const
mjp41 8b73139
Except spec
mjp41 32c7b39
clang format
mjp41 9dea802
exceptspec
mjp41 93c2a40
noexcept again
mjp41 5377c68
Remove duplicate
mjp41 792a00b
Make internals noexcept to improve codegen
mjp41 577834c
clangformat
mjp41 c99f872
Make handlers subclasses
mjp41 d30d9f4
Format
mjp41 04b6edc
Propogate noexcept as template to remove a few non-tailcalls
mjp41 e861501
Fix msvc
mjp41 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.