Haoyu Qiu
|
d52681085e
Fix String.http_escape on Windows
|
3 years ago |
Haoyu Qiu
|
a3f91b9fdc
Fix left aligned integer sign in string formatting
|
3 years ago |
Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Haoyu Qiu
|
b90bec546d
Make `--doctool` locale aware
|
3 years ago |
Rémi Verschelde
|
1b65550ec7
clang-format: Various fixes to comments alignment from `clang-format` 13
|
3 years ago |
Yuri Sizov
|
b02c61ddb1
Ignore OS specific values (constants, project settings, properties)
|
3 years ago |
Rémi Verschelde
|
81da3b8ba4
Use translated docs in PropertySelector
|
5 years ago |
Rémi Verschelde
|
9729432ec0
i18n: Add support for translating the class reference
|
5 years ago |
Hugo Locurcio
|
59eafe4cd3
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
|
3 years ago |
Theraot
|
d03f7c0598
[3.x] Fix get_base_dir windows top level directory logic
|
3 years ago |
Jonas Bernemann
|
3b5ee6a38a
String::format leave passed values untouched
|
4 years ago |
Philip Whitfield
|
606331fdcb
fix url parsing with port numbers
|
4 years ago |
Henry Conklin
|
a28beb3048
Add support for numeric XML entities to XMLParser
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
64a63e0861
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
4 years ago |
Rémi Verschelde
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
4 years ago |
Fabio Alessandrelli
|
77e3514315
[Net] Implement String::parse_url for parsing URLs.
|
4 years ago |
Daniel Kříž
|
edcb95cede
fix wrong encoding in uri_encode
|
4 years ago |
abaire
|
b032067e42
Relaxes Node naming constraints in glTF documents to match the Editor.
|
4 years ago |
kleonc
|
e900ca1f76
Make String::ends_with don't use String::rfind
|
4 years ago |
Aaron Franke
|
226528097e
[3.2] Backport hex_to_int/bin_to_int zero check and C# changes
|
4 years ago |
Vedat Günel
|
39cf22a9c7
Fix String.ends_with() for empty string arguments
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Fredia Huya-Kouadio
|
94aa09a854
Fix the `String::get_base_dir()` logic to properly check for top level directories on Windows.
|
4 years ago |
Maganty Rushyendra
|
a46fd28ae3
Fix natural sort comparison for strings with large numbers
|
5 years ago |
Serhat
|
09a8dd7b3b
Fixed padding bug of sprintf function
|
4 years ago |
bruvzg
|
8dab067c01
Add missing NULL termination to the String::repeat function.
|
5 years ago |
Maganty Rushyendra
|
7670e1fc79
Fix errors in overflow checks for String conversion to int
|
5 years ago |