summaryrefslogtreecommitdiffstats
path: root/util/unicode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-204-14234/+0
* 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-1416-190/+1503
* Unicode tables: minor prettificationEdward Welbourne2019-11-281-6/+10
* Add missing docs for UCD additions at 5.15Edward Welbourne2019-11-282-2/+5
* Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-3016-611/+2614
* Correct some references to corelib/tools/ to say corelib/text/Edward Welbourne2019-10-251-2/+2
* 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-102-3/+3
* Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-292-4/+4
* 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-112-7/+35
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+8
* Update Text segmentation and line break data to Unicode 10.0Lars Knoll2018-01-035-170/+817
* Update most Unicode data to version 10.0Lars Knoll2018-01-0311-127/+3095
* Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-131-14/+16
* Updated license headersJani Heikkinen2016-01-213-65/+56
* 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 files to v8.0Konstantin Ritt2015-11-0514-287/+2839
* Fix a #! first line.Edward Welbourne2015-09-301-1/+1
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-37/+67
* Update UCD source files to v7.0Konstantin Ritt2015-03-2714-25478/+7127
* Report a correct Unicode version used by QtKonstantin Ritt2015-03-231-2/+2
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-113-44/+37
* QUnicodeTables: mark all functions as nothrowMarc Mutz2015-01-101-18/+18
* Update license headers and add new license filesMatti Paaso2014-09-242-57/+33
* Mark all QChar static functions as [[gnu::const]]Thiago Macieira2014-07-071-4/+4
* Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-26/+36
* Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-141-25/+111
* Update UCD source files up to Unicode 6.3.0Konstantin Ritt2014-01-1414-110/+381
* [1/2] Implement Unicode Normalization Form Quick Check (NF QC)Konstantin Ritt2013-08-131-6/+45
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-223-4/+4
|\