summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Add support for numbered territories in CLDREdward Welbourne2018-08-132-3752/+3837
* Ignore a smaller type in the posix form of QCollatorEdward Welbourne2018-08-131-2/+2
* Use suitable abstraction for the null value of CollatorTypeEdward Welbourne2018-08-132-5/+9
* Supply locale to QCollatorPrivate via its constructorEdward Welbourne2018-08-132-9/+6
* QCollatorPrivate: initialize in declarations rather than constructorEdward Welbourne2018-08-131-12/+6
* Don't duplicate things the constructor has doneEdward Welbourne2018-08-131-2/+0
* Set dirty in QCollator::detach() rather than calling init()Edward Welbourne2018-08-131-5/+2
* Initialize variableJesus Fernandez2018-08-081-1/+1
* QStringLiteral: remove the wchar_t fallback for WindowsThiago Macieira2018-08-071-17/+1
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-074-10/+18
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-074-10/+18
| |\
| | * QString: Fix documentation for toDouble() and toFloat()Andre Hartmann2018-08-061-2/+2
| | * Improve documentation of QString::indexOf that take QRegExpAlbert Astals Cid2018-08-011-8/+0
| | * Link from QLocale to where date-time formats are explainedEdward Welbourne2018-07-312-0/+16
* | | Fix possible heap-buffer-overflow in qt_string_normalizeErik Verbruggen2018-08-071-1/+1
* | | qdoc: Fix \fn commands for QCborxxx member functionsMartin Smith2018-08-071-0/+1
|/ /
* | QByteArray: Fix documentation for toDouble() and toInt()Andre Hartmann2018-08-061-2/+2
* | QUrl: Add qustrchr() and use it to speed up the fast URL full decodingThiago Macieira2018-08-032-57/+72
* | Add "qt_" prefix to asciiToDouble and doubleToAscii functionsThiago Macieira2018-08-034-16/+16
* | Merge branch '5.11' into devEdward Welbourne2018-07-312-2/+14
|\|
| * Clean before copying any QCollatorEdward Welbourne2018-07-261-2/+11
| * Check against copying the husk left by a moveEdward Welbourne2018-07-261-1/+2
| * Fix MSVC builds with /Zc:wchar_t-Timur Pocheptsov2018-07-251-0/+2
* | QLocale: cache the QLocalePrivate for QLocale::system()Thiago Macieira2018-07-301-1/+6
* | corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-252-0/+180
* | QHash: Remove reference to Qt3's QDict implementationhjk2018-07-241-3/+2
* | prune dead codeOswald Buddenhagen2018-07-231-1/+0
* | Introduce QScopeGuardSérgio Martins2018-07-213-0/+152
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-174-6/+10
|\|
| * Doc: Remove reference to Unicode 4.0Kai Koehne2018-07-131-1/+1
| * Add missing init()-if-dirty in two of ICU's QCollator::compare()sEdward Welbourne2018-07-121-0/+6
| * Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-3/+2
| * Tidy-up after recent change: combine declaration with initializerEdward Welbourne2018-07-031-2/+1
* | Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-164-4434/+4535
* | QDateTime: fix some misnamed variables, s/local/zone/Edward Welbourne2018-07-161-7/+7
* | Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-141-0/+16
* | Fix Windows+ICU buildThiago Macieira2018-07-141-12/+13
* | QStringView: Add compare() member functionFriedemann Kleint2018-07-132-0/+17
* | QLocale: Convert the ok checks to nullptrAndre Hartmann2018-07-091-12/+12
* | SIMD: Change the way we declare constants for x86Thiago Macieira2018-07-091-86/+84
* | SIMD: Add a haswell sub-architecture selection to our supportThiago Macieira2018-07-091-1/+42
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-074-11/+33
* | Fix QString::localeAwareCompare with composed/decomposed strings on macOSSimon Hausmann2018-07-061-11/+10
* | Add qbswap for a memory regionThiago Macieira2018-07-041-9/+2
* | QCborValue: implement move semantics for QCbor{Array,Map} constructorsThiago Macieira2018-07-041-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-028-171/+182
|\|
| * Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-282-42/+18
| * Leave m_id clear if the JNI didn't give us a time-zoneEdward Welbourne2018-06-221-1/+18
| * QLocale/QString/QByteArray: Use nullptr in documentationAndre Hartmann2018-06-223-108/+110
| * QLocale: Remove misleading link to QString::toDouble() conversionAndre Hartmann2018-06-221-6/+10