Rémi Verschelde
|
3a6be64c12
clang-format: Various fixes to comments alignment from `clang-format` 13
|
hace 4 años |
Rémi Verschelde
|
f9be8b8e8e
Merge pull request #54081 from Rubonnek/add_bin_messages_master
|
hace 4 años |
Wilson E. Alvarez
|
5736a0ed3c
Accept capital B in String::bin_to_int prefix
|
hace 4 años |
Wilson E. Alvarez
|
549a48ccc9
Add error messages to String::hex_to_int, and accept capital X in prefix
|
hace 4 años |
Aaron Franke
|
5d03c0e0b6
Fix String::num_real and String test cases when compiling with doubles
|
hace 4 años |
Rémi Verschelde
|
41562b9198
Merge pull request #52049 from theraot/master
|
hace 4 años |
Hugo Locurcio
|
fc0bfbb33b
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
|
hace 4 años |
Wilson E. Alvarez
|
d11c1afc04
Rename String::is_rel_path to String::is_relative_path
|
hace 4 años |
Theraot
|
ef54d35395
Fix get_base_dir windows top level directory logic
|
hace 4 años |
Rémi Verschelde
|
b033dff983
String: Remove old NO_USE_STDLIB code path
|
hace 4 años |
Rémi Verschelde
|
066dbc2f0c
String: Fix default decimals truncation in num and num_real
|
hace 4 años |
Anilforextra
|
c350a33898
Convert ustring macros to inline functions and use them wherever possible.
|
hace 4 años |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
hace 4 años |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
hace 4 años |
Rémi Verschelde
|
e2b79e9591
Merge pull request #49291 from NoFr1ends/fix-49262
|
hace 4 años |
Lightning_A
|
b6af2a29eb
Rename `is_valid_integer()` to `is_valid_int()`
|
hace 4 años |
Rémi Verschelde
|
badad53438
Merge pull request #49505 from underdoeg/patch-2
|
hace 4 años |
Aaron Franke
|
554c776e08
Reformat structure string operators
|
hace 4 años |
Rémi Verschelde
|
6b0183ec89
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
|
hace 4 años |
Philip Whitfield
|
3d9f29910c
fix url parsing with port numbers
|
hace 4 años |
Jonas Bernemann
|
a403efb67c
String::format leave passed values untouched
|
hace 4 años |
Hugo Locurcio
|
5ea1c75d63
Rename `String.is_abs_path()` to `String.is_absolute_path()`
|
hace 4 años |
Heikki Simojoki
|
09a905ca80
Increase String::num default decimal precision
|
hace 5 años |
kobewi
|
ea9660e1cf
Fix usage of String.left()
|
hace 4 años |
Tomasz Chabora
|
b1859510ab
Change behavior of String.right
|
hace 5 años |
Fabio Alessandrelli
|
015fc2ad4f
Merge pull request #48205 from Faless/net/4.x_url_parsing
|
hace 4 años |
bruvzg
|
b6a21f85a7
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix drive names as UTF-8 encoded.
|
hace 4 años |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
hace 4 años |
Fabio Alessandrelli
|
3bb40669d5
[Net] Implement String::parse_url for parsing URLs.
|
hace 4 años |
Fabio Alessandrelli
|
6138396e00
Merge pull request #47512 from DanielKriz/bugfix/uri_encode
|
hace 4 años |