Merge branch 'regex-pcre'

Implement wxRegEx using PCRE2.

See https://github.com/wxWidgets/wxWidgets/pull/2438
This commit is contained in:
Vadim Zeitlin
2021-07-27 17:28:40 +02:00
75 changed files with 3380 additions and 1642 deletions

View File

@@ -12,7 +12,12 @@ INCOMPATIBLE CHANGES SINCE 3.0.x:
Changes in behaviour not resulting in compilation errors
--------------------------------------------------------
- wxRegEx now uses PCRE library, changing the meaning of some exotic regular
expressions using wxRE_ADVANCED syntax, please see its documentation for more
details.
- wxRibbonButtonBar::DeleteButton() now deletes and not just removes the button.
- Default interpolation mode in wxGDIPlusContext under MSW is now
wxINTERPOLATION_DEFAULT and not wxINTERPOLATION_GOOD as in 3.0 for
consistency with OS X, call SetInterpolationQuality() explicitly if needed.