Commit History

Author SHA1 Message Date
  kobewi 61a2cb65b1 Add static method for creating RegEx 3 years ago
  Marcel Admiraal db1270d521 Generate error if RegEx offset is negative 4 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Rafał Mikrut f7209b459b Initialize class/struct variables with default values in modules/ 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  bruvzg 80b8eff6aa [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Ibrahn Sahir f8a1c77fcf Assign pointer null in RegEx::clear to avoid double free on destruction. 6 years ago
  Crazy-P e4af39cbc0 Fixes several resource leaks in ... 7 years ago
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 years ago
  Bojidar Marinov 9b8e8b2220 Bind many more properties to scripts 7 years ago
  Bernhard Liebl 57e77db0ed Fixes RegEx::sub injecting null character (issue 15409) 7 years ago
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 7 years ago
  Zher Huei Lee 2eba585d38 Added RegEx.search_all() for multiple matches 7 years ago
  Hein-Pieter van Braam f9467ec1ea Fix signed and unsigned comparisons 8 years ago
  Rémi Verschelde 0cee288c11 Merge pull request #10148 from leezh/pcre2 8 years ago
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers 8 years ago
  Zher Huei Lee e3e2f06324 Replacement of internal RegEx with PCRE2 8 years ago
  Ignacio Etcheverry 2f290038d6 Removes type information from method binds 8 years ago
  Rémi Verschelde a50fb2f729 Revert "Revert "Fixed RegEx::search missing return type hint"" 8 years ago
  Juan Linietsky 340c0ba0a0 Revert "Fixed RegEx::search missing return type hint" 8 years ago
  Rémi Verschelde 0db10b9992 Merge pull request #9379 from leezh/regex_bind_fix 8 years ago
  Zher Huei Lee f01ce3276e Fixed inverted group thrown off by quantifiers 8 years ago
  Zher Huei Lee 382db0898e Fixes RegEx capture grabbing too much #9382 8 years ago
  Zher Huei Lee 1e1b2d22ad Fixed RegEx::search missing return type hint 8 years ago