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
/
SCsub
Age
Commit message (
Expand
)
Author
2020-12-18
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-06-11
Enable Unicode support for RegEx class
Maganty Rushyendra
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2019-11-20
pcre2: Use scons option to disable JIT on some platforms
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-04-30
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-05-28
update PCRE2 to version 10.31, fixes #15662
firefly2442
2017-10-23
Add UWP to Regex JIT blacklist
George Marques
2017-09-25
Use BoolVariable for third-party options.
Elliott Sales de Andrade
2017-09-01
Disabled PCRE-JIT in HTML5. Fixes #10834
Zher Huei Lee
2017-08-19
Replacement of internal RegEx with PCRE2
Zher Huei Lee
2016-10-27
RegEx re-implemented as a module
Zher Huei Lee