index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.6
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
text
/
qstringconverter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)
Marc Mutz
47 hours
1
-0
/
+6
*
Misc: Fix qsizetype-related narrowing coversions
Ahmad Samir
2023-03-11
1
-6
/
+6
*
QtMiscUtils: add some more character helpers
Ahmad Samir
2023-02-07
1
-9
/
+4
*
QStringConverter: add QLatin1::convert{To,From}Unicode()
Ahmad Samir
2022-12-30
1
-14
/
+2
*
Add QUtf8::convertToUnicode(char16_t *, ....) overloads
Ahmad Samir
2022-12-23
1
-14
/
+14
*
QStringConverter: don't shadow variables
Ahmad Samir
2022-12-20
1
-2
/
+1
*
Add In-place utf-8 case-insensitive comparisons
Øystein Heskestad
2022-12-02
1
-3
/
+62
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-7
/
+7
*
Long live QUtf8::convertFromLatin1()!
Marc Mutz
2022-11-02
1
-0
/
+15
*
QStringConverter/AVX2: fix build with MSVC 2022
Thiago Macieira
2022-10-26
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-5
/
+5
*
Finish porting cross-platform parts of QStringConverter to qsizetype/size_t
Marc Mutz
2022-08-12
1
-2
/
+2
*
QStringConverter: make a narrowing conversion explicit
Marc Mutz
2022-08-12
1
-1
/
+1
*
QStringConverter: fix -Wc++20-compat
Marc Mutz
2022-08-12
1
-4
/
+4
*
Unicode conversion: Skip superfluous check for QT_COMPILER_SUPPORTS_SSE2
Fabian Kosmale
2022-07-13
1
-3
/
+2
*
QStringConverter: Do not use std::optional::value()
Ulf Hermann
2022-07-05
1
-1
/
+1
*
Add QStringDecoder::decoderForHtml()
Lars Knoll
2022-06-21
1
-14
/
+50
*
Long live the ICU-based QStringConverter interface!
Fabian Kosmale
2022-06-19
1
-3
/
+278
*
QStringConverter: use the QUtf8 codec when Windows is using UTF-8
Thiago Macieira
2022-05-23
1
-2
/
+7
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Use QLatin1StringView in QString/QLatin1String APIs and docs
Sona Kurazyan
2022-03-23
1
-1
/
+1
*
QStringEncoder/Decoder: add missing noexcept
Marc Mutz
2022-02-22
1
-3
/
+4
*
QStringConverter/Encoder/Decoder: make move noexcept
Marc Mutz
2022-02-20
1
-1
/
+6
*
QStringConverter: make name matching locale-independent
Marc Mutz
2022-02-20
1
-1
/
+2
*
QStringConverter: Add missing include on Windows
Mårten Nordheim
2022-02-10
1
-0
/
+3
*
QStringConverter: use QStaticByteArrayMatcher
Marc Mutz
2022-01-21
1
-2
/
+5
*
QStringConverter: fix int/qsizetype mismatches (ex Win32)
Marc Mutz
2022-01-21
1
-9
/
+9
*
QUtf32: remove set-but-not-used variable
Thiago Macieira
2021-10-18
1
-4
/
+0
*
corelib: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-4
/
+4
*
QUtf32: fix bad assertion in convertFromUnicode
Thiago Macieira
2021-10-11
1
-2
/
+1
*
corelib: Use char16_t and char32_t types for characters
Ievgenii Meshcheriakov
2021-09-06
1
-37
/
+37
*
string 16<->8 bits conversion: SIMD on arm32
Nick Shaforostoff
2021-03-08
1
-2
/
+2
*
QStringConverter: add comments marking the BOM checks and emissions
Thiago Macieira
2020-12-09
1
-0
/
+5
*
Be explicit in a uint->QChar conversion
Giuseppe D'Angelo
2020-11-08
1
-1
/
+3
*
Fix two missing conversions from in to qsizetype
Allan Sandfeld Jensen
2020-10-29
1
-1
/
+1
*
Doc: Fix documentation warnings for string classes
Topi Reinio
2020-10-29
1
-43
/
+14
*
Convert a couple of APIs to use views
Lars Knoll
2020-10-06
1
-85
/
+106
*
Fix some MSVC conversion warnings
Friedemann Kleint
2020-09-22
1
-1
/
+1
*
Only include <bit> if using post C++17
Allan Sandfeld Jensen
2020-09-15
1
-1
/
+1
*
Use universal C++20 bit operations when available
Allan Sandfeld Jensen
2020-09-13
1
-0
/
+8
*
Initialize "uc1" variable
Wang Wei
2020-09-08
1
-1
/
+1
*
Add x86 vector implementation of UTF-8 comparison to UTF-16
Thiago Macieira
2020-08-06
1
-17
/
+121
*
Optimize non-vectorized UTF-8 to UTF-16 comparison to US-ASCII
Thiago Macieira
2020-08-05
1
-13
/
+21
*
Implement UTF-16 to UTF-8 case-insensitive compare and make public
Thiago Macieira
2020-08-05
1
-1
/
+1
*
Rename local variable hiding parameter
Dimitrios Apostolou
2020-07-10
1
-2
/
+2
*
Remove local variable masking a global one
Dimitrios Apostolou
2020-07-10
1
-2
/
+1
*
Fix a crash in QClipBoard when copying utf16 data
Lars Knoll
2020-07-06
1
-20
/
+0
*
Add explicit encode()/decode() methods to QStringConverter
Lars Knoll
2020-06-26
1
-0
/
+6
*
Fix QString{Encoder|Decoder} documentation
Karsten Heimrich
2020-06-18
1
-7
/
+9
*
Remove winrt
Oliver Wolff
2020-06-06
1
-16
/
+0
[next]