summaryrefslogtreecommitdiff
path: root/modules/regex
AgeCommit message (Expand)Author
2022-05-04Refactor module initializationreduz
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-22Add support for the RISC-V architectureAaron Franke
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
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