-
Notifications
You must be signed in to change notification settings - Fork 915
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 regex_program class for use with all regex APIs #11927
Merged
rapids-bot
merged 27 commits into
rapidsai:branch-22.12
from
davidwendt:regex-program-class
Nov 9, 2022
Merged
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
0b0b1f6
Add regex_program class for use with all regex APIs
davidwendt f6c8b6b
fix missing doxygen
davidwendt c6a9b14
Merge branch 'branch-22.12' into regex-program-class
davidwendt 87783ac
add regex_program dtor decl/def
davidwendt 1ebfc3b
fix doxygen for compute-working-memory-size function
davidwendt 52d86fd
add gtests with regex_program
davidwendt 885c51e
Merge branch 'branch-22.12' into regex-program-class
davidwendt bd9cd9c
add gtests for split_re functions
davidwendt 999c622
Merge branch 'branch-22.12' into regex-program-class
davidwendt c9cce60
fix merge conflict
davidwendt 9f7ba6e
Merge branch 'branch-22.12' into regex-program-class
davidwendt aa3e021
Merge branch 'branch-22.12' into regex-program-class
davidwendt 8c904f6
update doxygen for future work
davidwendt 7b1457f
Merge branch 'branch-22.12' into regex-program-class
davidwendt 3587ee5
fix merge conflict
davidwendt 6fb423c
Merge branch 'branch-22.12' into regex-program-class
davidwendt 0d8aaaa
Merge branch 'branch-22.12' into regex-program-class
davidwendt 1783af9
Merge branch 'branch-22.12' into regex-program-class
davidwendt 93d3ba2
Merge branch 'branch-22.12' into regex-program-class
davidwendt 9759277
Merge branch 'branch-22.12' into regex-program-class
davidwendt 915df87
delete def ctor; fix parameter order
davidwendt c4c686b
replace get_impl() with friend access class
davidwendt 6324240
Merge branch 'branch-22.12' into regex-program-class
davidwendt f85897f
add ctors for the impl class
davidwendt 7421135
Merge branch 'branch-22.12' into regex-program-class
davidwendt e90c4d0
fix merge conflicts
davidwendt d2d997a
fix wording in doxygen comment for regex_program
davidwendt 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to include a note in the developer guide about our preferred uses of forward declarations of includes (if you can come up with a pithy summary).