index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
regex
/
regex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-2
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-168
/
+61
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-17
/
+34
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-48
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-13
/
+13
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Assign pointer null in RegEx::clear to avoid double free on destruction.
Ibrahn Sahir
2018-11-15
1
-2
/
+6
*
Fixes several resource leaks in ...
Crazy-P
2018-08-26
1
-0
/
+6
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-4
/
+4
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+4
*
Fixes RegEx::sub injecting null character (issue 15409)
Bernhard Liebl
2018-01-07
1
-11
/
+16
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Added RegEx.search_all() for multiple matches
Zher Huei Lee
2017-11-14
1
-0
/
+16
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-3
/
+3
*
Merge pull request #10148 from leezh/pcre2
Rémi Verschelde
2017-08-31
1
-1285
/
+275
|
\
|
*
Replacement of internal RegEx with PCRE2
Zher Huei Lee
2017-08-19
1
-1285
/
+275
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
|
/
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-1
/
+1
*
Revert "Revert "Fixed RegEx::search missing return type hint""
Rémi Verschelde
2017-06-26
1
-1
/
+1
*
Revert "Fixed RegEx::search missing return type hint"
Juan Linietsky
2017-06-26
1
-1
/
+1
*
Merge pull request #9379 from leezh/regex_bind_fix
Rémi Verschelde
2017-06-26
1
-1
/
+1
|
\
|
*
Fixed RegEx::search missing return type hint
Zher Huei Lee
2017-06-26
1
-1
/
+1
*
|
Fixed inverted group thrown off by quantifiers
Zher Huei Lee
2017-06-26
1
-3
/
+4
*
|
Fixes RegEx capture grabbing too much #9382
Zher Huei Lee
2017-06-26
1
-6
/
+13
|
/
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-235
/
+226
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-16
/
+16
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-1
/
+1
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-16
/
+16
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Make regex compilable with RTTI disabled
Pedro J. Estébanez
2016-11-01
1
-4
/
+9
*
Changed RegEx to inherit Resource
Zher Huei Lee
2016-10-27
1
-2
/
+6
*
Added global sub and bounds checking to RegEx
Zher Huei Lee
2016-10-27
1
-12
/
+45
*
RegEx re-implemented as a module
Zher Huei Lee
2016-10-27
1
-0
/
+1465