summaryrefslogtreecommitdiffstats
path: root/core/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add forgotten pointer checkingqarmin2019-08-241-1/+1
* Merge pull request #31513 from qarmin/int_overflowRémi Verschelde2019-08-231-0/+15
|\
| * Prevent int overflow and underflowqarmin2019-08-221-0/+15
* | Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
|/
* Added count method to StringChaosus2019-07-231-0/+45
* Add NULL-terminator the string passed to strtol.Fabio Alessandrelli2019-07-081-1/+1
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Add sha1 functions to string (using new CryptoCore)Fabio Alessandrelli2019-07-031-0/+21
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-24/+10
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-6/+0
* Some code changed with Clang-Tidyqarmin2019-06-261-6/+1
* Merge pull request #28648 from KoBeWi/substr-1Rémi Verschelde2019-06-191-0/+3
|\
| * Make second parameter of substr optionalTomasz Chabora2019-05-031-0/+3
* | Merge pull request #29616 from Calinou/humanize-size-clearer-roundingRémi Verschelde2019-06-121-1/+1
|\ \
| * | Make humanized size rounding clearer by padding decimals with zeroesHugo Locurcio2019-06-081-1/+1
* | | Merge pull request #29615 from Calinou/fix-editor-monitor-large-sizesRémi Verschelde2019-06-121-1/+1
|\ \ \
| * | | Fix display of large sizes in the editor monitorsHugo Locurcio2019-06-081-1/+1
| |/ /
* | | Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde2019-06-121-18/+4
|\ \ \ | |/ / |/| |
| * | Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-18/+4
* | | Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-311-19/+6
|/ /
* / Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII2019-04-251-0/+39
|/
* fixed an access after free in OS_X11::set_context.Ibrahn Sahir2019-04-221-0/+25
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+18
* Don't crash when parse_utf8 receives a NULL pointerHein-Pieter van Braam2019-02-221-0/+3
* Fix warnings seen with -Wignored-qualifiers.marxin2019-02-211-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* Fix wrong bounds check in String::rightlupoDharkael2019-02-201-4/+4
* Repair String lstrip and rstrip.Ibrahn Sahir2019-01-071-2/+6
* Merge pull request #21708 from hpvb/fix-21242v2Hein-Pieter van Braam2019-01-041-0/+3
|\
| * String[size()] should return a default constructed CharTypeHein-Pieter van Braam2019-01-041-0/+3
* | Merge pull request #24585 from Xrayez/fix-crash-hex-numberRémi Verschelde2019-01-041-1/+4
|\ \ | |/ |/|
| * Fix crash when checking empty string for valid hex numberAndrii Doroshenko (Xrayez)2018-12-241-1/+4
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Reduce String CoWHein-Pieter van Braam2018-12-161-5/+5
* Fix formatting -0.0 by %+f displays +-0.0Poommetee Ketson2018-11-091-1/+1
* Merge pull request #23159 from DavidSichma/string-escapeJuan Linietsky2018-11-011-9/+5
|\
| * Fix: String::format Variant to String conversionDavid Sichma2018-10-251-9/+5
* | Fixing warnings generated by MSVCDualtagh Murray2018-10-191-1/+1
|/
* Make visualscript search better.K. S. Ernest (iFire) Lee2018-10-111-1/+14
* fixes #22828 - res://user had incorrect substr valueexts2018-10-071-1/+1
* Fix some more warnings reported by CIRémi Verschelde2018-10-031-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-8/+7
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+1
* Merge pull request #20443 from AlexHolly/add-string-format-no-indexRémi Verschelde2018-08-141-1/+5
|\
| * Added String.format "no index" supportAlexander Holland2018-07-251-1/+5
* | Merge pull request #20772 from dragmz/string_copy_oob_read_fixRémi Verschelde2018-08-141-6/+3
|\ \
| * | fix out of buffer read when copying non-null terminated stringsMarcin Zawiejski2018-08-061-6/+3
* | | removed some surplus null appends that got typoed in 0e29f7974b59e4440cf02e13...Ibrahn Sahir2018-08-071-2/+0
|/ /
* / Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-9/+19
|/
* Fix format ignores case in placeholderAlexander Holland2018-07-251-3/+3