summaryrefslogtreecommitdiffstats
path: root/main/tests/test_string.cpp
Commit message (Expand)AuthorAgeFilesLines
* t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-1207/+0
* Fix string test code for MinGWAaron Franke2020-07-051-1/+4
* Remove 32-bit String to_int methodAaron Franke2020-06-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-31/+62
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-32/+0
* Remove redundant void argument listsRémi Verschelde2020-05-141-1/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-4/+8
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assertMateo Dev .592020-03-041-1/+1
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-5/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed link errors when building in debug with option module_regex_enabled=noPouleyKetchoupp2019-08-111-0/+5
* Added count method to StringChaosus2019-07-231-0/+39
* Some code changed with Clang-Tidyqarmin2019-06-261-3/+3
* Enforce Unicode encoding in MSVCAndrii Doroshenko (Xrayez)2019-06-191-6/+6
* Add RegEx substitution testcase and fix relevant docsRyan Stein2019-05-111-3/+15
* Reorder reverse caps characters table for string lower case conversionAndrii Doroshenko (Xrayez)2019-04-051-0/+14
* Fix -Wsuggest-attribute=format warnings.marxin2019-02-271-1/+1
* Don't crash when parse_utf8 receives a NULL pointerHein-Pieter van Braam2019-02-221-0/+8
* Repair String lstrip and rstrip.Ibrahn Sahir2019-01-071-0/+76
* String[size()] should return a default constructed CharTypeHein-Pieter van Braam2019-01-041-0/+28
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make visualscript search better.K. S. Ernest (iFire) Lee2018-10-111-41/+132
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-148/+112
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-1/+1
* Fix some compilation warnings.Shlomi Fish2017-02-211-1/+0
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* Move tests again from core to mainRémi Verschelde2017-01-081-0/+959