summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qchar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Boost performance of QChar::isSpaceKent Hansen2011-09-151-1/+5
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-151-1/+8
* Boost performance of QChar::isLetterKent Hansen2011-09-151-1/+6
* Boost performance of QChar::isDigitKent Hansen2011-09-151-1/+4
* Boost performance of QChar::is{Upper,Lower}Kent Hansen2011-09-151-2/+8
* Revert "make QChar::Unicode_Unassigned a constantly big value"Olivier Goffart2011-07-151-2/+2
* make QChar::Unicode_Unassigned a constantly big valueRitt Konstantin2011-07-131-2/+2
* drop a dead QChar::Punctuation_Dask enum valueRitt Konstantin2011-07-131-3/+1
* drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-131-2/+0
* Remove #ifdef for platforms where QChar was packed -- there aren't anyThiago Macieira2011-07-111-4/+0
* Remove Qt 4.3 binary compatibility for MSVCThiago Macieira2011-07-111-15/+0
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-291-27/+0