summaryrefslogtreecommitdiff
path: root/modules/regex
AgeCommit message (Expand)Author
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-10Change reserved keyword in Regex documentation codeVedat Günel
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-11-22Move and add new RegEx test casesMaximilian Mayer
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-29Document how to perform advanced string splitting using RegExHugo Locurcio
2020-06-15Fix RegEx example in class doc and correct typoMaganty Rushyendra
2020-06-11Enable Unicode support for RegEx classMaganty Rushyendra
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-02-27Improve the RegEx class documentationHugo Locurcio
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-20pcre2: Use scons option to disable JIT on some platformsRémi Verschelde
2019-07-15doc: Sync classref with current sourceRémi Verschelde
2019-07-11pcre2: Update to upstream version 10.33Rémi Verschelde
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-05-11Add RegEx substitution testcase and fix relevant docsRyan Stein
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-15Assign pointer null in RegEx::clear to avoid double free on destruction.Ibrahn Sahir
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-26Fixes several resource leaks in ...Crazy-P
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-03Merge pull request #19138 from firefly2442/pcre2-10.31Max Hilbrunner
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-05-28update PCRE2 to version 10.31, fixes #15662firefly2442
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-21Fix typos with codespellluz.paz
2018-02-19doc: Update version string in headerRémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-12Update docsBojidar Marinov
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-07Fixes RegEx::sub injecting null character (issue 15409)Bernhard Liebl
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-18Fix class docs, improve error handling of the rst generator.Martin Capitanio