summaryrefslogtreecommitdiff
path: root/modules/regex/SCsub
AgeCommit message (Expand)Author
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-06-11Enable Unicode support for RegEx classMaganty Rushyendra
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2019-11-20pcre2: Use scons option to disable JIT on some platformsRémi Verschelde
2019-07-11pcre2: Update to upstream version 10.33Rémi Verschelde
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-05-28update PCRE2 to version 10.31, fixes #15662firefly2442
2017-10-23Add UWP to Regex JIT blacklistGeorge Marques
2017-09-25Use BoolVariable for third-party options.Elliott Sales de Andrade
2017-09-01Disabled PCRE-JIT in HTML5. Fixes #10834Zher Huei Lee
2017-08-19Replacement of internal RegEx with PCRE2Zher Huei Lee
2016-10-27RegEx re-implemented as a moduleZher Huei Lee