summaryrefslogtreecommitdiffstats
path: root/modules/regex/regex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-235/+226
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-16/+16
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-16/+16
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Make regex compilable with RTTI disabledPedro J. Estébanez2016-11-011-4/+9
* Changed RegEx to inherit ResourceZher Huei Lee2016-10-271-2/+6
* Added global sub and bounds checking to RegExZher Huei Lee2016-10-271-12/+45
* RegEx re-implemented as a moduleZher Huei Lee2016-10-271-0/+1465