summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Tidy-up after recent change: combine declaration with initializerEdward Welbourne2018-07-031-2/+1
| | * Ownership is unclear, so document it to avoid crashes for usersSune Vuorela2018-07-021-0/+4
* | | Fix typo as->hasFrederik Gladhorn2018-07-161-2/+2
|/ /
* | Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-164-4434/+4535
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-163-1/+221
* | QDateTime: fix some misnamed variables, s/local/zone/Edward Welbourne2018-07-161-7/+7
* | Use context when connecting to functors in docsFrederik Gladhorn2018-07-161-1/+3
* | Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-143-1/+34
* | QCborArray: add const_iterator overloads for insert/erase/extractThiago Macieira2018-07-142-0/+9
* | QCborMap: make take() & remove() efficient if the item isn't thereThiago Macieira2018-07-141-8/+8
* | CBOR: Use "noexcept" directlyThiago Macieira2018-07-148-49/+49
* | QCborValue: Silence Coverity warning about null-pointer dereferenceThiago Macieira2018-07-141-2/+2
* | QCborValue/QDebug: restore decimal state after hexThiago Macieira2018-07-141-1/+1
* | Make sure there's an event dispatcher in QWindowsRemovableDriveListenerThiago Macieira2018-07-141-1/+3
* | QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-146-20/+22
* | Fix Windows+ICU buildThiago Macieira2018-07-141-12/+13
* | QStringView: Add compare() member functionFriedemann Kleint2018-07-132-0/+17
* | Allow loading of empty translation filesKai Koehne2018-07-121-6/+4
* | QLocale: Convert the ok checks to nullptrAndre Hartmann2018-07-091-12/+12
* | Plugins: remove unused macroThiago Macieira2018-07-091-1/+0
* | SIMD: Change the way we declare constants for x86Thiago Macieira2018-07-091-86/+84
* | QLibrary: find AVX2 (Haswell) optimized plugins and librariesThiago Macieira2018-07-092-0/+28
* | SIMD: Add a haswell sub-architecture selection to our supportThiago Macieira2018-07-091-1/+42
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-075-12/+54
* | Fix QString::localeAwareCompare with composed/decomposed strings on macOSSimon Hausmann2018-07-061-11/+10
* | QCborArray & Map: implement move semanticsThiago Macieira2018-07-055-16/+70
* | QFutureInterface::reportFinished use nullptr instead of 0Albert Astals Cid2018-07-051-1/+1
* | QCborValue: refactor extended types so isTag() is trueThiago Macieira2018-07-052-57/+32
* | QCborMap: Add reserve() to the QHash conversionThiago Macieira2018-07-051-0/+1
* | CBOR: Avoid conflicts with X11 #defines in our enumsMichael Pyne2018-07-043-0/+36
* | Tracepoints: add missing includeGiuseppe D'Angelo2018-07-041-0/+2
* | Tracepoints: trace QObject construction and destructionGiuseppe D'Angelo2018-07-042-0/+8
* | Doc: Fix list of which types are allowed in the endian functionsThiago Macieira2018-07-041-8/+14
* | Improve the UTF-16 and UTF-32 codecs with <qendian.h>Thiago Macieira2018-07-041-28/+12
* | Add qbswap for a memory regionThiago Macieira2018-07-046-26/+323
* | Rename qendian.qdoc to qendian.cppThiago Macieira2018-07-041-0/+0
* | QCborValue: implement move semantics for QCbor{Array,Map} constructorsThiago Macieira2018-07-044-0/+13
* | QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-046-10/+166
* | CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-043-8/+376
* | Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-045-4/+38
* | CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-048-0/+217
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0234-334/+366
|\|
| * Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-2/+2
| * Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-285-105/+45
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-252-4/+3
| * 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
| * Doc: Fix signal name in QTimer documentationJoerg Bornemann2018-06-221-1/+1
| * 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