summaryrefslogtreecommitdiffstats
path: root/modules/regex
Commit message (Expand)AuthorAgeFilesLines
* Add an XML schema for documentationHugo Locurcio2022-02-152-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-035-10/+10
* Add support for the RISC-V architectureAaron Franke2021-10-221-1/+1
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-202-4/+0
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-302-56/+28
* Implement the ability to disable classesreduz2021-07-131-2/+2
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-113-7/+7
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-5/+3
* Change reserved keyword in Regex documentation codeVedat Günel2021-01-101-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-015-10/+10
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+16
* Move and add new RegEx test casesMaximilian Mayer2020-11-222-1/+164
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-072-7/+7
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-168/+61
* Document how to perform advanced string splitting using RegExHugo Locurcio2020-07-291-2/+11
* Fix RegEx example in class doc and correct typoMaganty Rushyendra2020-06-152-3/+2
* Enable Unicode support for RegEx classMaganty Rushyendra2020-06-111-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-17/+34
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-51/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-13/+13
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-8/+11
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Improve the RegEx class documentationHugo Locurcio2020-02-271-1/+3
* Update docs to version 4.0clayjohn2020-01-312-2/+2
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-262-2/+2
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* pcre2: Use scons option to disable JIT on some platformsRémi Verschelde2019-11-201-3/+1
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-3/+1
* pcre2: Update to upstream version 10.33Rémi Verschelde2019-07-111-0/+1
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-5/+5
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-3/+5
* Proofread and improve the whole class referenceHugo Locurcio2019-06-272-10/+10
* Add RegEx substitution testcase and fix relevant docsRyan Stein2019-05-111-1/+1
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* doc: Drop unused <demos> tagRémi Verschelde2019-04-192-4/+0
* doc: Bump version to 3.2Rémi Verschelde2019-04-012-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* Assign pointer null in RegEx::clear to avoid double free on destruction.Ibrahn Sahir2018-11-151-2/+6
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-5/+12
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fixes several resource leaks in ...Crazy-P2018-08-261-0/+6
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* Merge pull request #19138 from firefly2442/pcre2-10.31Max Hilbrunner2018-07-031-0/+3
|\
| * update PCRE2 to version 10.31, fixes #15662firefly24422018-05-281-0/+3
* | SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
|/
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-272-2/+2
* Fix typos with codespellluz.paz2018-02-211-2/+2
* doc: Update version string in headerRémi Verschelde2018-02-192-2/+2