Age | Commit message (Expand) | Author |
2022-09-01 | Change Array arguments to TypedArray | kobewi |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-08-02 | Add static method for creating RegEx | kobewi |
2022-07-29 | Generate error if RegEx offset is negative | Marcel Admiraal |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-04 | Refactor module initialization | reduz |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-10-22 | Add support for the RISC-V architecture | Aaron Franke |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-13 | Implement the ability to disable classes | reduz |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
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 |