summaryrefslogtreecommitdiffstats
path: root/modules/regex
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-121-2/+2
|\
| * Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-2/+2
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-2/+2
|\
| * StringName Dictionary keysrune-scape2024-08-291-2/+2
* | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-25/+25
|/
* [RegEx] Add show_error parameter to control error printing on compilation failNikita\Nick2024-08-284-13/+70
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Add additional unit tests for RegExtoastedbreadandomelette2024-04-101-0/+42
* pcre2: Remove unused sjlit files after last updateRémi Verschelde2024-03-151-1/+2
* pcre2: Update to 10.43Jakub Marcowski2024-03-111-0/+1
* Fix for RegEx.sub truncating string when 'end' is usedSofox2024-02-202-1/+13
* Fixed RegEx search_all for zero length matches/lookahead/lookbehindSofox2023-12-082-6/+145
* Adds additional tests for RegEx classBrunoArmondBraga2023-09-251-4/+76
* GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-111-1/+1
* Move the new RegEx icons into their respective moduleMewPurPur2023-08-252-0/+2
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-154-3/+7
* pcre2: Update to upstream version 10.42 (take two)Rémi Verschelde2023-06-122-2/+4
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-055-145/+145
* Revert "pcre2: Update to upstream version 10.42"Rémi Verschelde2022-12-231-1/+1
* pcre2: Update to upstream version 10.42Rémi Verschelde2022-12-221-1/+1
* Unify String and StringNamerune-scape2022-12-051-2/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Clarify offset parameter behavior in RegEx methodsHaoyu Qiu2022-11-011-3/+6
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
* SCons: Fix MSVC warning LNK4042 about dupe objects in regexRémi Verschelde2022-09-271-1/+1
* Change Array arguments to TypedArraykobewi2022-09-013-4/+4
* Replace Array return types with TypedArraykobewi2022-08-224-5/+5
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-082-16/+16
* Add static method for creating RegExkobewi2022-08-023-4/+23
* Generate error if RegEx offset is negativeMarcel Admiraal2022-07-292-10/+4
* Replace most uses of Map by HashMapreduz2022-05-162-6/+6
* Refactor module initializationreduz2022-05-042-4/+13
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* 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