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.5
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
/
util
/
unicode
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update UCD to Revision 30
Ievgenii Meshcheriakov
2022-10-11
1
-0
/
+5
*
Core: make Unicode Database constexpr
Yuhang Zhao
2022-05-26
1
-11
/
+11
*
Unicode: Extract EastAsianWidth property
Ievgenii Meshcheriakov
2022-05-24
1
-2
/
+108
*
Unicode: Remove obsolete word break classes
Ievgenii Meshcheriakov
2022-05-24
1
-12
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-65
/
+5
*
Update UCD to Revision 28
Ievgenii Meshcheriakov
2021-10-18
1
-2
/
+10
*
unicode: Fix typo s/supersting/superstring/
Ievgenii Meshcheriakov
2021-09-15
1
-1
/
+1
*
unicode: Build IDNA map superstring greedily
Ievgenii Meshcheriakov
2021-09-03
1
-7
/
+100
*
unicode: Pack 2 QChar's into one entry for IDNA mapping
Ievgenii Meshcheriakov
2021-09-03
1
-13
/
+18
*
unicode: More compact IDNA mapping tables implementation
Ievgenii Meshcheriakov
2021-09-03
1
-33
/
+110
*
unicode: Generate tables for IDNA/UTS #46
Ievgenii Meshcheriakov
2021-08-26
1
-2
/
+271
*
Unicode: fix the extended grapheme cluster algorithm
Giuseppe D'Angelo
2021-04-16
1
-13
/
+58
*
Use checked string iteration in case conversions
Edward Welbourne
2020-08-29
1
-0
/
+1
*
Simplify initialization of UnicodeData and PropertyFlags structs
Edward Welbourne
2020-08-28
1
-44
/
+27
*
Document the indexing used in the Unicode tables
Edward Welbourne
2020-08-20
1
-2
/
+9
*
Inline two macros in the unicode tables
Edward Welbourne
2020-08-12
1
-14
/
+14
*
Tidy up unicode table generation
Edward Welbourne
2020-08-05
1
-38
/
+35
*
Use %zd for size-type formatting in unicode table generator
Edward Welbourne
2020-08-04
1
-2
/
+2
*
Fix deprecation warnings (s/hex/Qt::hex/gw) in unicode table generator
Edward Welbourne
2020-08-04
1
-13
/
+9
*
Fix compilation error in unicode table generator
Edward Welbourne
2020-08-04
1
-2
/
+2
*
Use QList instead of QVector in util
Jarek Kobus
2020-07-07
1
-10
/
+9
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-5
/
+5
*
QChar/QString: centralize case folding in qchar.cpp
Marc Mutz
2020-05-09
1
-1
/
+5
*
QUnicodeTables: port to charNN_t
Marc Mutz
2020-04-27
1
-24
/
+14
*
QChar: port low-level functions from uint/ushort to char32/16_t
Marc Mutz
2020-04-24
1
-0
/
+10
*
Update UCD to Revision 26
Edward Welbourne
2020-03-14
1
-3
/
+9
*
Unicode tables: minor prettification
Edward Welbourne
2019-11-28
1
-6
/
+10
*
Add missing docs for UCD additions at 5.15
Edward Welbourne
2019-11-28
1
-2
/
+2
*
Update UCD data to Unicode 12.1.0's Revision 24
Edward Welbourne
2019-10-30
1
-8
/
+32
*
QUnicodeTables: use array for case folding tables
Marc Mutz
2019-09-04
1
-60
/
+30
*
QUnicodeTables: pack Properties struct
Marc Mutz
2019-09-04
1
-4
/
+8
*
Move text-related code out of corelib/tools/ to corelib/text/
Edward Welbourne
2019-07-10
1
-2
/
+2
*
Remove usages of deprecated APIs from QtAlgorithms
Sona Kurazyan
2019-06-29
1
-2
/
+2
*
Replace Q_DECL_NOTHROW with noexcept the remaining places
Allan Sandfeld Jensen
2019-04-09
1
-18
/
+18
*
Remove broken code from unicode generator
Eskil Abrahamsen Blomfeldt
2019-03-18
1
-8
/
+0
*
Wasm: Add workaround for Emscripten compiler again
Eskil Abrahamsen Blomfeldt
2019-03-18
1
-0
/
+6
*
Clean up and update Unicode character data 3rd-party infrastructure
Edward Welbourne
2018-11-11
1
-7
/
+4
*
WebAssembly for QtBase
Morten Johan Sørvig
2018-08-30
1
-0
/
+8
*
Update Text segmentation and line break data to Unicode 10.0
Lars Knoll
2018-01-03
1
-32
/
+73
*
Update most Unicode data to version 10.0
Lars Knoll
2018-01-03
1
-2
/
+18
*
Fix a bug in the generation of the Unicode joining property data
Lars Knoll
2017-12-13
1
-14
/
+16
*
Updated license headers
Jani Heikkinen
2016-01-21
1
-31
/
+32
*
Move CasexTraits from qstring.cpp to qunicodetables_p.h
Konstantin Ritt
2015-11-16
1
-0
/
+32
*
QUnicodeTables generator: Minor clean-up & stricter checks
Konstantin Ritt
2015-11-13
1
-54
/
+51
*
Update Unicode data & algorithms up to v8.0
Konstantin Ritt
2015-11-05
1
-3
/
+14
*
Update Unicode data up to v7.0
Konstantin Ritt
2015-03-27
1
-37
/
+67
*
Report a correct Unicode version used by Qt
Konstantin Ritt
2015-03-23
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-14
/
+14
*
QUnicodeTables: mark all functions as nothrow
Marc Mutz
2015-01-10
1
-18
/
+18
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-38
/
+22
[next]