summaryrefslogtreecommitdiffstats
path: root/core/string/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-2/+22
* Merge pull request #92548 from AThousandShips/string_cleaningRémi Verschelde2024-08-261-29/+48
|\
| * [Core] Optimize some `String` methodsA Thousand Ships2024-08-151-29/+48
* | Merge pull request #92546 from AThousandShips/faster_replaceRémi Verschelde2024-08-191-60/+157
|\ \
| * | [Core] Optimize `String::replace` methodsA Thousand Ships2024-08-151-60/+157
| |/
* | Merge pull request #95184 from jsjtxietian/shader-include-relativeRémi Verschelde2024-08-171-4/+1
|\ \
| * | Fix error when use relative #include in .gdshader / .gdshaderinc filejsjtxietian2024-08-081-4/+1
| |/
* | Merge pull request #95613 from timothyqiu/split-emptyRémi Verschelde2024-08-161-2/+8
|\ \
| * | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-08-161-2/+8
* | | Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-161-1/+1
|\ \ \ | |/ / |/| |
| * | Split TranslationServer into its own fileHaoyu Qiu2024-08-151-1/+1
| |/
* | Merge pull request #94558 from stuartcarnie/sgc/sprintf_allocationsRémi Verschelde2024-08-161-9/+14
|\ \
| * | use operator += (char32_t)Stuart Carnie2024-07-251-9/+14
| |/
* | Merge pull request #92555 from AThousandShips/insert_improveRémi Verschelde2024-08-161-6/+16
|\ \
| * | [Core] Optimize `String::insert`A Thousand Ships2024-08-151-6/+16
| |/
* / [Core] Optimize `String::join`A Thousand Ships2024-08-151-4/+34
|/
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Add const char * overloads to String classWilson E. Alvarez2024-05-071-8/+426
* Prefer family name in fonts' names tableHaoyu Qiu2024-04-061-3/+7
* [Core] Fix incorrect file sort methodA Thousand Ships2024-03-241-4/+3
* Merge pull request #89671 from alesliehughes/string_underrunRémi Verschelde2024-03-241-2/+2
|\
| * Stop possible underrun when processing a stringAlistair Leslie-Hughes2024-03-191-2/+2
* | Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-39/+88
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Fix String::begins_with when both strings are emptyMika Viskari2024-03-051-1/+5
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-14/+7
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Add Unicode support to `String.to_*_case()` methodsDanil Alexeev2024-02-221-5/+5
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-14/+14
* Merge pull request #84462 from MewPurPur/optimize-humanizesizeRémi Verschelde2024-01-041-16/+31
|\
| * Optimize String.humanize_size()MewPurPur2023-11-051-16/+31
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-2/+2
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* | | Merge pull request #84375 from Rubonnek/use-const-referenceRémi Verschelde2024-01-041-4/+4
|\ \ \ | |/ / |/| |
| * | Add const references in String classWilson E. Alvarez2023-11-021-4/+4
| |/
* | Add 'u' format modifier for unsigned int/hexPedro J. Estébanez2023-12-011-5/+21
* | Add unsigned char cast ifdef.bruvzg2023-11-291-0/+20
* | Allow auto-generated node names in `PopupMenu::add_submenu_item`Yuri Sizov2023-11-091-1/+6
|/
* Do not replace starting digit with underscore when making identifierAlfonso J. Ramos2023-10-041-11/+13
* Fix platform-dependent hashing for char* and wchar_t*Jan Haller2023-09-241-6/+14
* [String] Fix string conversion for -0.0 float values.bruvzg2023-09-051-5/+5
* Optimize String.left() and String.right()MewPurPur2023-08-201-2/+6
* Merge pull request #78529 from Chaosus/string_reverseRémi Verschelde2023-08-161-0/+17
|\
| * Add `String.reverse` methodYuri Roubinski2023-06-211-0/+17
* | [String] Fix Unicode parsing error message encoding and related JSON tests.bruvzg2023-07-281-1/+1
* | Fix erroneous pad_zeros warningMewPurPur2023-07-081-4/+5
* | Merge pull request #74760 from lassade/unicode-err-uses-replacement-charRémi Verschelde2023-06-221-31/+50
|\ \ | |/ |/|
| * use the unicode replacement char on errorFelipe Jorge2023-03-121-31/+50
* | Merge pull request #76735 from AThousandShips/natural_cmpRémi Verschelde2023-05-091-48/+110
|\ \