summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * qt_is_ascii: improve isAscii a little further (QUrl, QLatin1String)Thiago Macieira2018-05-201-5/+12
| * Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-4/+7
| * ucstrncmp: refactor with 32- and 8-byte loadsThiago Macieira2018-05-151-16/+56
* | QString::toLatin1: make the 32-byte loop to a single 32-btye loadThiago Macieira2018-05-161-0/+20
* | QString::toLatin1: stop using PCMPESTRMThiago Macieira2018-05-161-53/+32
* | QString: add a method to do a conversion to Latin1 without checkingThiago Macieira2018-05-151-11/+36
* | QString: insert a number of 8-character SIMD loopsThiago Macieira2018-05-151-18/+105
* | QUrl: use the SIMD ASCII-checking code from the last commitThiago Macieira2018-05-151-6/+19
* | QString::normalized: Replace the initial US-ASCII loop with SIMDThiago Macieira2018-05-151-34/+61
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-143-23/+13
|\|
| * QByteArray::setNum: use the existing latin1 lowercasing tableThiago Macieira2018-05-131-15/+3
| * QString: fix off-by-one errorThiago Macieira2018-05-101-4/+4
| * Fix build with GCC 8: memset/memcpy/memmove of non-trivialsThiago Macieira2018-05-091-4/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-081-0/+2
|\|
| * Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+2
* | qsimd: add support for new x86 CPU featuresThiago Macieira2018-05-054-328/+393