-
Notifications
You must be signed in to change notification settings - Fork 103
Merge for release. #255
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
Merge for release. #255
Conversation
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
The compiler-generated copy constructor and copy assignment operator are deprecated since C++11 on classes with user-declared destructors. This change allows clean compilation with the -Wdeprecated-copy-dtor/-Wdeprecated-copy-with-user-provided-dtor flag.
Applies to last remaining recursive calls in regex creation, and format string parsing. Added tests, and updated CI.
Remove old test case, fix up tests to disable testing the new issues on the recursive implementation which will be going soon anyway.
Suppress some warnings.
Set a limit on max recursions.
Remove outdated C++03 code.
Default empty destructor.
Remove throw() specification.
Update concepts to check for accidental char_traits usage.
When passing std::size_t arguments to length(), str() and operator[] by making these templates enable_if'd on is_integral. Fixes #197.
Suppress conversion warnings in match_results.
…a source in install targets.
…n Boost.Config test files.
Add support for modular build structure.
Performance improvement
Fix deprecated-declarations error on clang-win
Add VERBATIM to the remaining add_custom_target as well
Define _CRT_SECURE_NO_WARNINGS instead of using wcscpy_s. Fixes #219.
Move <warnings>all from requirements to default-build. Fixes #223.
#229) * Correct example/Jamfile.v2 so that grep gets valid command line arguments.
* update library headers to have self-contained #includes * update gha ci to run for feature/** branches
Make backstep calculation non-recursive.
fix overflow bug when attempting to access match results
CI Sanitizers
Master merge 2025 01 27
fix cve issue 42506269
fix integer overflow when parsing Perl-extended named backrefs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.