bruvzg
|
88afb1a8ba
[String] Fix string conversion for -0.0 float values.
|
2 年之前 |
MewPurPur
|
a4547db15b
Fix erroneous pad_zeros warning
|
2 年之前 |
Rémi Verschelde
|
100082b3ac
Merge pull request #74760 from lassade/unicode-err-uses-replacement-char
|
2 年之前 |
Clay John
|
7a13cf9aeb
Merge pull request #75510 from SilicDev/string_erase
|
2 年之前 |
SilicDev
|
6fa4f71ca6
Reimplement String.erase
|
2 年之前 |
Juan Linietsky
|
223ce4fcb9
Optimize Node::add_child validation
|
2 年之前 |
Felipe Jorge
|
999f3e2c13
use the unicode replacement char on error
|
2 年之前 |
VolTer
|
57e39d0ce9
Fix String.split() with empty string and delimeter
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Bastiaan Olij
|
a479f5af22
Improve logic for detecting and tracking extensions
|
2 年之前 |
Micky
|
e791f4fce2
Double precision of `String.split_floats`
|
2 年之前 |
kobewi
|
8a47a12207
Add support for empty delimiter in String.split
|
3 年之前 |
Aaron Franke
|
c60ac64e8f
Fix big negative numbers printing incorrect decimals in num_real
|
2 年之前 |
Gilles Roudière
|
bf1a40c168
Make String.simplify_path keep the protocol identifier for urls
|
3 年之前 |
Rémi Verschelde
|
cf6978f286
Merge pull request #64833 from MarcusElg/naninfprinting
|
3 年之前 |
Danil Alexeev
|
d4555ef5fb
Add `String.to_{camel,pascal,snake}_case` methods
|
3 年之前 |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 年之前 |
Marcus Elg
|
b21460981d
Improve string formatting for %f and %v for inf and nan
|
3 年之前 |
Marcus Elg
|
acd9736fc9
Formatting changes to string test comments
|
3 年之前 |
Marcus Elg
|
dbc165715b
Add %v for formatting vectors
|
3 年之前 |
Rémi Verschelde
|
62423b691e
Tests: Silence some intentional errors
|
3 年之前 |
Rémi Verschelde
|
1418f97c70
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
|
3 年之前 |
bruvzg
|
0c5431644d
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
3 年之前 |
Haoyu Qiu
|
3094e739f5
Create onready variables when dropping nodes and holding Ctrl
|
3 年之前 |
Haoyu Qiu
|
ad1a8777bd
Fix left aligned integer sign in string formatting
|
3 年之前 |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 年之前 |
Anilforextra
|
adbe948bda
String: Add contains().
|
3 年之前 |
Nathan Franke
|
8a0a3accee
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
|
3 年之前 |
Wilson E. Alvarez
|
3eb5e0ac50
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
|
3 年之前 |
Aaron Franke
|
13939734e0
Replace String::num_real code with a wrapper around String::num
|
3 年之前 |