summaryrefslogtreecommitdiffstats
path: root/modules/regex/SCsub
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* pcre2: Remove unused sjlit files after last updateRémi Verschelde2024-03-151-1/+2
* pcre2: Update to 10.43Jakub Marcowski2024-03-111-0/+1
* SCons: Fix MSVC warning LNK4042 about dupe objects in regexRémi Verschelde2022-09-271-1/+1
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+16
* Enable Unicode support for RegEx classMaganty Rushyendra2020-06-111-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-8/+8
* pcre2: Use scons option to disable JIT on some platformsRémi Verschelde2019-11-201-3/+1
* pcre2: Update to upstream version 10.33Rémi Verschelde2019-07-111-0/+1
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-5/+5
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-5/+12
* update PCRE2 to version 10.31, fixes #15662firefly24422018-05-281-0/+3
* Add UWP to Regex JIT blacklistGeorge Marques2017-10-231-1/+1
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-1/+1
* Disabled PCRE-JIT in HTML5. Fixes #10834Zher Huei Lee2017-09-011-2/+5
* Replacement of internal RegEx with PCRE2Zher Huei Lee2017-08-191-2/+45
* RegEx re-implemented as a moduleZher Huei Lee2016-10-271-0/+7