summaryrefslogtreecommitdiffstats
path: root/util/unicode/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revise UCD-generated data files' SPDX headersEdward Welbourne2024-04-221-1/+1
* Unicode line breaking: Implement rules LB15a and LB15bIevgenii Meshcheriakov2024-02-081-2/+4
* unicode: Import version 15.1 (UCD version 32)Ievgenii Meshcheriakov2024-02-081-3/+10
* Update Unicode data version stringIevgenii Meshcheriakov2024-01-251-2/+2
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-111-0/+5
* Core: make Unicode Database constexprYuhang Zhao2022-05-261-11/+11
* Unicode: Extract EastAsianWidth propertyIevgenii Meshcheriakov2022-05-241-2/+108
* Unicode: Remove obsolete word break classesIevgenii Meshcheriakov2022-05-241-12/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-65/+5
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-181-2/+10
* unicode: Fix typo s/supersting/superstring/Ievgenii Meshcheriakov2021-09-151-1/+1
* unicode: Build IDNA map superstring greedilyIevgenii Meshcheriakov2021-09-031-7/+100
* unicode: Pack 2 QChar's into one entry for IDNA mappingIevgenii Meshcheriakov2021-09-031-13/+18
* unicode: More compact IDNA mapping tables implementationIevgenii Meshcheriakov2021-09-031-33/+110
* unicode: Generate tables for IDNA/UTS #46Ievgenii Meshcheriakov2021-08-261-2/+271
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-161-13/+58
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-0/+1
* Simplify initialization of UnicodeData and PropertyFlags structsEdward Welbourne2020-08-281-44/+27
* Document the indexing used in the Unicode tablesEdward Welbourne2020-08-201-2/+9
* Inline two macros in the unicode tablesEdward Welbourne2020-08-121-14/+14
* Tidy up unicode table generationEdward Welbourne2020-08-051-38/+35
* Use %zd for size-type formatting in unicode table generatorEdward Welbourne2020-08-041-2/+2
* Fix deprecation warnings (s/hex/Qt::hex/gw) in unicode table generatorEdward Welbourne2020-08-041-13/+9
* Fix compilation error in unicode table generatorEdward Welbourne2020-08-041-2/+2
* Use QList instead of QVector in utilJarek Kobus2020-07-071-10/+9
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-5/+5
* QChar/QString: centralize case folding in qchar.cppMarc Mutz2020-05-091-1/+5
* QUnicodeTables: port to charNN_tMarc Mutz2020-04-271-24/+14
* QChar: port low-level functions from uint/ushort to char32/16_tMarc Mutz2020-04-241-0/+10
* Update UCD to Revision 26Edward Welbourne2020-03-141-3/+9
* Unicode tables: minor prettificationEdward Welbourne2019-11-281-6/+10
* Add missing docs for UCD additions at 5.15Edward Welbourne2019-11-281-2/+2
* Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-301-8/+32
* QUnicodeTables: use array for case folding tablesMarc Mutz2019-09-041-60/+30
* QUnicodeTables: pack Properties structMarc Mutz2019-09-041-4/+8
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-2/+2
* Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-2/+2
* Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-18/+18
* Remove broken code from unicode generatorEskil Abrahamsen Blomfeldt2019-03-181-8/+0
* Wasm: Add workaround for Emscripten compiler againEskil Abrahamsen Blomfeldt2019-03-181-0/+6
* Clean up and update Unicode character data 3rd-party infrastructureEdward Welbourne2018-11-111-7/+4
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+8
* Update Text segmentation and line break data to Unicode 10.0Lars Knoll2018-01-031-32/+73
* Update most Unicode data to version 10.0Lars Knoll2018-01-031-2/+18
* Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-131-14/+16
* Updated license headersJani Heikkinen2016-01-211-31/+32
* Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-161-0/+32
* QUnicodeTables generator: Minor clean-up & stricter checksKonstantin Ritt2015-11-131-54/+51
* Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-3/+14
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-37/+67