summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QString: Harmonize the toFloat() and toDouble() documentationAndre Hartmann2018-06-221-3/+12
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-212-4/+4
| * Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-161-0/+5
| * Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-8/+6
* | QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-271-8/+67
* | Fix QString::localeAwareCompare with composed/decomposed strings on WindowsSimon Hausmann2018-06-271-5/+4
* | SIMD: Refactor the constants to be actual bit valuesThiago Macieira2018-06-254-104/+111
* | SIMD: Move the #include for qsimd_x86_p.h a bit lower in qsimd_p.hThiago Macieira2018-06-251-1/+2
* | QRegularExpression: minor code tidiesGiuseppe D'Angelo2018-06-231-6/+6
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-223-9/+136
* | QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-222-77/+21
* | Fix build with SSE 4.1 but not AVX2Thiago Macieira2018-06-161-1/+1
* | Remove unused QString::toLatin1_helper overloadThiago Macieira2018-06-162-6/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-072-12/+20
|\|
| * Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-2/+10
| * Suppress warnings about deprecated QString constructorThiago Macieira2018-05-301-10/+10
* | Revert "qsimd: remove support for systems without 64-bit atomics"Thiago Macieira2018-06-072-7/+17
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-243-27/+107
|\|
| * QLocale: only use LANGUAGE if it contradicts LC_ALL/LC_MESSAGES/LANGEdward Welbourne2018-05-231-3/+31