Omar Polo
|
bd448e5535
Rename or refactor macros to avoid leading underscores
|
4 years ago |
Aaron Franke
|
13939734e0
Replace String::num_real code with a wrapper around String::num
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Haoyu Qiu
|
e4e4e475f8
Make `--doctool` locale aware
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Rémi Verschelde
|
7da392bcc5
Don't return reference on copy assignment operators
|
3 years ago |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
Rémi Verschelde
|
5341e6010e
Allow dehardcoding documentation branch and URL in docs links
|
3 years ago |
Rémi Verschelde
|
2beaae4b6f
String: Remove `erase` method, bindings can't mutate String
|
3 years ago |
Haoyu Qiu
|
367d75fab0
Add missing characters for property name quoting
|
3 years ago |
Rémi Verschelde
|
3a6be64c12
clang-format: Various fixes to comments alignment from `clang-format` 13
|
3 years ago |
Rémi Verschelde
|
f9be8b8e8e
Merge pull request #54081 from Rubonnek/add_bin_messages_master
|
3 years ago |
Wilson E. Alvarez
|
5736a0ed3c
Accept capital B in String::bin_to_int prefix
|
3 years ago |
Wilson E. Alvarez
|
549a48ccc9
Add error messages to String::hex_to_int, and accept capital X in prefix
|
3 years ago |
Aaron Franke
|
5d03c0e0b6
Fix String::num_real and String test cases when compiling with doubles
|
4 years ago |
Rémi Verschelde
|
41562b9198
Merge pull request #52049 from theraot/master
|
3 years ago |
Hugo Locurcio
|
fc0bfbb33b
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
|
4 years ago |
Wilson E. Alvarez
|
d11c1afc04
Rename String::is_rel_path to String::is_relative_path
|
4 years ago |
Theraot
|
ef54d35395
Fix get_base_dir windows top level directory logic
|
4 years ago |
Rémi Verschelde
|
b033dff983
String: Remove old NO_USE_STDLIB code path
|
4 years ago |
Rémi Verschelde
|
066dbc2f0c
String: Fix default decimals truncation in num and num_real
|
4 years ago |
Anilforextra
|
c350a33898
Convert ustring macros to inline functions and use them wherever possible.
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Rémi Verschelde
|
e2b79e9591
Merge pull request #49291 from NoFr1ends/fix-49262
|
4 years ago |
Lightning_A
|
b6af2a29eb
Rename `is_valid_integer()` to `is_valid_int()`
|
4 years ago |
Rémi Verschelde
|
badad53438
Merge pull request #49505 from underdoeg/patch-2
|
4 years ago |
Aaron Franke
|
554c776e08
Reformat structure string operators
|
4 years ago |
Rémi Verschelde
|
6b0183ec89
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
|
4 years ago |
Philip Whitfield
|
3d9f29910c
fix url parsing with port numbers
|
4 years ago |