summaryrefslogtreecommitdiffstats
path: root/core/string/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-0/+6
* Optimize String concatenation and copy functionsBartłomiej T. Listwon2022-02-241-45/+38
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-33/+13
* Merge pull request #57116 from bruvzg/win_net_shareRémi Verschelde2022-01-281-3/+27
|\
| * [Windows] Add support for handling network share paths.bruvzg2022-01-241-3/+27
* | Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
|/
* Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-17/+17
* Replace String::num_real code with a wrapper around String::numAaron Franke2022-01-151-102/+11
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make `--doctool` locale awareHaoyu Qiu2021-12-161-0/+21
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-4/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-4/+4
* Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde2021-11-151-5/+11
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-4/+0
* Add missing characters for property name quotingHaoyu Qiu2021-11-111-1/+1
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-53/+61
* Merge pull request #54081 from Rubonnek/add_bin_messages_masterRémi Verschelde2021-10-221-1/+1
|\
| * Accept capital B in String::bin_to_int prefixWilson E. Alvarez2021-10-211-1/+1
* | Add error messages to String::hex_to_int, and accept capital X in prefixWilson E. Alvarez2021-10-211-2/+2
|/
* Fix String::num_real and String test cases when compiling with doublesAaron Franke2021-09-151-9/+16
* Merge pull request #52049 from theraot/masterRémi Verschelde2021-09-131-11/+27
|\
| * Fix get_base_dir windows top level directory logicTheraot2021-08-241-11/+27
* | Remove `#ifdefs` for handling compilation with Visual Studio < 2015Hugo Locurcio2021-08-311-3/+3
* | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
|/
* String: Remove old NO_USE_STDLIB code pathRémi Verschelde2021-08-181-91/+1
* String: Fix default decimals truncation in num and num_realRémi Verschelde2021-08-181-7/+20
* Convert ustring macros to inline functions and use them wherever possible.Anilforextra2021-08-131-41/+54
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+2
* Merge pull request #49291 from NoFr1ends/fix-49262Rémi Verschelde2021-07-131-19/+0
|\
| * String::format leave passed values untouchedJonas Bernemann2021-06-031-19/+0
* | Rename `is_valid_integer()` to `is_valid_int()`Lightning_A2021-06-161-3/+3
* | Merge pull request #49505 from underdoeg/patch-2Rémi Verschelde2021-06-161-1/+1
|\ \
| * | fix url parsing with port numbersPhilip Whitfield2021-06-111-1/+1
| |/
* | Reformat structure string operatorsAaron Franke2021-06-111-2/+4
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-2/+2
|\ \
| * | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-2/+2
| |/
* / Increase String::num default decimal precisionHeikki Simojoki2021-05-291-9/+22
|/
* Fix usage of String.left()kobewi2021-05-211-1/+1
* Change behavior of String.rightTomasz Chabora2021-05-201-8/+16
* Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli2021-05-031-0/+65
|\
| * [Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli2021-04-261-0/+65
* | Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...bruvzg2021-04-301-9/+10
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-4/+4
|/
* Merge pull request #47512 from DanielKriz/bugfix/uri_encodeFabio Alessandrelli2021-04-101-2/+2
|\
| * fix wrong encoding in uri_encodeDaniel Kříž2021-04-101-2/+2
* | Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-1/+1
|/
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
* Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-091-0/+12
|\