summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qchar.h
Commit message (Expand)AuthorAgeFilesLines
* Q(Latin1)Char: use comparison helper macrosIvan Solovev2024-03-021-41/+46
* unicode: Import version 15.1 (UCD version 32)Ievgenii Meshcheriakov2024-02-081-0/+1
* QChar: unexport the class and export only the helper membersThiago Macieira2024-01-231-25/+27
* Qt UDLs: avoid the deprecated form of UDL definitionsMarc Mutz2023-09-121-1/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-111-1/+6
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Add literal operators for QLatin1String and QLatin1CharSona Kurazyan2022-03-041-0/+13
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-181-1/+9
* QChar: mark as PRIMITIVE typeGiuseppe D'Angelo2021-05-311-1/+1
* Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-151-0/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QChar: assert on illegal constructionGiuseppe D'Angelo2020-11-201-2/+2
* QChar: use =delete instead of privateGiuseppe D'Angelo2020-11-191-2/+2
* QChar: get rid of some redundant commentsGiuseppe D'Angelo2020-11-181-4/+4
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-181-3/+0
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-6/+13
* Remove left over friend declarationAllan Sandfeld Jensen2020-10-271-2/+0
* Make QLatin1Char and QChar comparisons hidden friendsAllan Sandfeld Jensen2020-10-221-38/+44
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-141-12/+12
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-3/+1
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-2/+4
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-88/+88
* QChar: purge deprecated APIEdward Welbourne2020-07-201-31/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-0/+6
* QChar: finish port to char16_tMarc Mutz2020-05-081-16/+16
* QChar: fix missing warning for construction from char/ucharMarc Mutz2020-05-051-2/+2
* QChar: make std::hash'ableMarc Mutz2020-05-051-0/+15
* QChar: port low-level functions from uint/ushort to char32/16_tMarc Mutz2020-04-241-44/+44
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-1/+8
|\
| * Update UCD to Revision 26Edward Welbourne2020-03-141-1/+8
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-1/+0
|/
* Add missing docs for UCD additions at 5.15Edward Welbourne2019-11-281-1/+1
* Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-301-2/+18
* QChar: add FormFeed (FF) special characterThiago Macieira2019-08-121-0/+1
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+644