index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
regex
Age
Commit message (
Expand
)
Author
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-10
Change reserved keyword in Regex documentation code
Vedat Günel
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-18
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-11-22
Move and add new RegEx test cases
Maximilian Mayer
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-07-29
Document how to perform advanced string splitting using RegEx
Hugo Locurcio
2020-06-15
Fix RegEx example in class doc and correct typo
Maganty Rushyendra
2020-06-11
Enable Unicode support for RegEx class
Maganty Rushyendra
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-02-27
Improve the RegEx class documentation
Hugo Locurcio
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-23
doc: Misc updates for AnimationNode* and others
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-20
pcre2: Use scons option to disable JIT on some platforms
Rémi Verschelde
2019-07-15
doc: Sync classref with current source
Rémi Verschelde
2019-07-11
pcre2: Update to upstream version 10.33
Rémi Verschelde
2019-07-03
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-06-30
doc: Add default values to all properties
Rémi Verschelde
2019-06-27
Proofread and improve the whole class reference
Hugo Locurcio
2019-05-11
Add RegEx substitution testcase and fix relevant docs
Ryan Stein
2019-04-30
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-15
Assign pointer null in RegEx::clear to avoid double free on destruction.
Ibrahn Sahir
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-26
Fixes several resource leaks in ...
Crazy-P
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-03
Merge pull request #19138 from firefly2442/pcre2-10.31
Max Hilbrunner
2018-05-30
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-28
update PCRE2 to version 10.31, fixes #15662
firefly2442
2018-02-27
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-21
Fix typos with codespell
luz.paz
2018-02-19
doc: Update version string in header
Rémi Verschelde
2018-01-25
doc: Sync with current source
Rémi Verschelde
2018-01-13
doc: Update version string in XML
Rémi Verschelde
2018-01-12
Update docs
Bojidar Marinov
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-07
Fixes RegEx::sub injecting null character (issue 15409)
Bernhard Liebl
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-24
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-18
Fix class docs, improve error handling of the rst generator.
Martin Capitanio
[next]