summaryrefslogtreecommitdiffstats
path: root/modules/regex
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\
| * Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-121-2/+2
| |\ | | | | | | | | | Clean up more `[b]Example:[/b]` lines from the class reference
| | * Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-2/+2
| | |
* | | Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
| | |
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* / SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-2/+2
|\ | | | | | | StringName Dictionary keys
| * StringName Dictionary keysrune-scape2024-08-291-2/+2
| | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead
* | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-25/+25
|/ | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
* [RegEx] Add show_error parameter to control error printing on compilation failNikita\Nick2024-08-284-13/+70
|
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
|
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
| | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers
* Add additional unit tests for RegExtoastedbreadandomelette2024-04-101-0/+42
|
* pcre2: Remove unused sjlit files after last updateRémi Verschelde2024-03-151-1/+2
| | | | Follow-up to #89371.
* pcre2: Update to 10.43Jakub Marcowski2024-03-111-0/+1
|
* Fix for RegEx.sub truncating string when 'end' is usedSofox2024-02-202-1/+13
|
* Fixed RegEx search_all for zero length matches/lookahead/lookbehindSofox2023-12-082-6/+145
|
* Adds additional tests for RegEx classBrunoArmondBraga2023-09-251-4/+76
| | | | Co-authored-by: Guilhermev25 <guilhermeferreira2529@hotmail.com>
* GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-111-1/+1
|
* Move the new RegEx icons into their respective moduleMewPurPur2023-08-252-0/+2
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
| | | | Keep on waitin'
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-154-3/+7
| | | | | | | | | | | | | | | | | | | | This applies our existing style guide, and adds a new rule to that style guide for modular components such as platform ports and modules: Includes from the platform port or module ("local" includes) should be listed first in their own block using relative paths, before Godot's "core" includes which use "absolute" (project folder relative) paths, and finally thirdparty includes. Includes in `#ifdef`s come after their relevant section, i.e. the overall structure is: - Local includes * Conditional local includes - Core includes * Conditional core includes - Thirdparty includes * Conditional thirdparty includes
* pcre2: Update to upstream version 10.42 (take two)Rémi Verschelde2023-06-122-2/+4
| | | | | | | Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog This fixes support for RISC-V architectures in the sljit library, so we enable the module's compilation for `rv64` too.
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
| | | | Can't stop, won't stop, they said, huh?
* One Copyright Update to rule them allRémi Verschelde2023-01-055-145/+145
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Revert "pcre2: Update to upstream version 10.42"Rémi Verschelde2022-12-231-1/+1
| | | | | | This reverts commit 62c3e4ab9c87689ff0b7d27350bde176981daf1b. Needs more work, see comments about `_regex_free` errors in #70447.
* pcre2: Update to upstream version 10.42Rémi Verschelde2022-12-221-1/+1
| | | | | | | Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog This should also fix support for RISC-V architectures, at least in the sljit library.
* Unify String and StringNamerune-scape2022-12-051-2/+1
|
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
| | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`.
* Clarify offset parameter behavior in RegEx methodsHaoyu Qiu2022-11-011-3/+6
|
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
|
* SCons: Fix MSVC warning LNK4042 about dupe objects in regexRémi Verschelde2022-09-271-1/+1
|
* Change Array arguments to TypedArraykobewi2022-09-013-4/+4
|
* Replace Array return types with TypedArraykobewi2022-08-224-5/+5
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-082-16/+16
|
* Add static method for creating RegExkobewi2022-08-023-4/+23
|
* Generate error if RegEx offset is negativeMarcel Admiraal2022-07-292-10/+4
|
* Replace most uses of Map by HashMapreduz2022-05-162-6/+6
| | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated!
* Refactor module initializationreduz2022-05-042-4/+13
| | | | | | | * Changed to use the same stages as extensions. * Makes the initialization more coherent, helping solve problems due to lack of stages. * Makes it easier to port between module and extension. * removed the DRIVER initialization level (no longer needed).
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
| | | | | This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.
* Add an XML schema for documentationHugo Locurcio2022-02-152-2/+2
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Update copyright statements to 2022Rémi Verschelde2022-01-035-10/+10
| | | | Happy new year to the wonderful Godot community!
* Add support for the RISC-V architectureAaron Franke2021-10-221-1/+1
| | | | Supports RV64GC (RISC-V 64-bit with general-purpose and compressed-instruction extensions)
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-202-4/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-302-56/+28
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Implement the ability to disable classesreduz2021-07-131-2/+2
| | | | | | | * This PR adds the ability to disable classes when building. * For now it's only possible to do this via command like: `scons disable_classes=RayCast2D,Area3D` * Eventually, a proper UI will be implemented to create a build config file to do this at large scale, as well as detect what is used in the project.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* Rename Reference to RefCountedPedro J. Estébanez2021-06-113-7/+7
|
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-5/+3
|