summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qchar.h
Commit message (Expand)AuthorAgeFilesLines
* Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-201-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-11/+15
|\
| * QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-11/+15
* | QChar: add (char16_t) and (wchar_t) ctorsMarc Mutz2017-03-171-0/+7
|/
* QChar: optimize comparison with QString{,Ref}Marc Mutz2016-04-051-0/+12
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QChar: mark remaining relational operators nothrowMarc Mutz2015-12-131-4/+4
* Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-1/+10
* Add Q_DECL_RELAXED_CONSTEXPR to QCharOlivier Goffart2015-04-051-3/+3
* QChar: plaster API with Q_DECL_NOTHROWMarc Mutz2015-04-051-107/+107
* QChar: move definitions of inline methods into the class bodyMarc Mutz2015-04-051-48/+31
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-1/+27
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QChar: mark even more functions constexprMarc Mutz2014-12-101-24/+24
* QChar: mark some more functions constexprMarc Mutz2014-12-101-31/+40
* QChar: prepare relational operators for constexpr'ificationMarc Mutz2014-12-101-6/+10
* Add a macro to disable only some 8 bit/16 bit string conversionshjk2014-10-021-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Mark all QChar static functions as [[gnu::const]]Thiago Macieira2014-07-071-32/+32
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-1/+2
|\
| * Fix minor coding style issues in new code in QtCoreThiago Macieira2014-05-191-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+3
|\|
| * Fix warning with -Wswitch-enumKonstantin Ritt2014-04-231-0/+3
* | Make QChar::unicode constexprGiuseppe D'Angelo2014-03-011-1/+1
|/
* Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-2/+26
* Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-141-2/+4
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add QChar::Script enumKonstantin Ritt2012-12-201-0/+128
|/
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-091-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-0/+1
* Update the qunicodetables generator to deal with UCD 6.1 filesKonstantin Ritt2012-06-101-1/+5
* Deprecate {QString,QStringRef,QChar}::{to,from}AsciiThiago Macieira2012-05-221-4/+7
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-171-0/+4
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-7/+12
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-161-48/+64
* stop ignoring unassigned codepointsKonstantin Ritt2012-05-041-1/+1
* QChar: reduce code duplication by inlining some methodsKonstantin Ritt2012-04-241-11/+11
* QChar: optimize some methods a bit for general caseKonstantin Ritt2012-04-111-16/+13
* Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-231-2/+2
* Remove custom text codec for C strings.Robin Burchell2012-02-221-6/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-261-1/+1
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-221-24/+17
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-061-1/+1