summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-1619-51/+117
|\
| * INTEGRITY: Fix missing uint/int 128 support for 64-bit ARMJanne Koskinen2018-11-071-0/+36
| * Correctly document value of QThread::currentThreadId on WindowsVolker Hilsheimer2018-11-061-6/+3
| * Doc: Tie the QScopeGuard documentation to a classTopi Reinio2018-11-061-9/+21
| * Doc: QCbor classes: Fix \variable commandsTopi Reinio2018-11-062-4/+6
| * Doc: Document Qt::ScrollMomentumTopi Reinio2018-11-061-1/+5
| * Doc: Fix various documentation warningsTopi Reinio2018-11-0613-31/+46
* | Fix compile issue with gcc 9Allan Sandfeld Jensen2018-11-141-0/+1
* | Fix ambiguous definition of atime/mtime/ctime on alphaDmitry Shachnev2018-11-121-1/+1
* | Fix QFileSystemWatcher::removePath after move operationsFilippo Cucchetto2018-11-121-5/+16
* | Make QThreadPool::waitForDone more atomicAllan Sandfeld Jensen2018-11-122-41/+44
* | Clean up and update Unicode character data 3rd-party infrastructureEdward Welbourne2018-11-111-1/+3
* | Doc: fix formatting error in QLineFEirik Aavitsland2018-11-111-4/+3
* | Add Windows Desktop arm64 target to QtbaseThomas Miller2018-11-111-4/+5
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-0931-142/+138
|\ \
| * | Modernize the "textcodec" featureLiang Qi2018-11-0731-142/+138
* | | Correct which codecs QTextStream::autoDetectUnicode detectsThiago Macieira2018-11-081-6/+6
* | | Optimize QTextCodec::codecForUtfText a littleThiago Macieira2018-11-081-14/+14
* | | QTextCodec: update the docs for codecForUtfTextThiago Macieira2018-11-081-5/+26
* | | QUtf8Codec: Use one 32-byte load instead of two 16-byte ones on AVX2Thiago Macieira2018-11-081-1/+6
* | | Fix warning about missing initializer for a struct memberThiago Macieira2018-11-081-1/+1
* | | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-0/+2
* | | Add qHash(QCborTag) and qHash(QCborSimpleType)Thiago Macieira2018-11-081-0/+10
* | | QResource: catch signed integer overflow (just in case)Thiago Macieira2018-11-081-1/+4
* | | QObject: Check for declarative signals in isSignalConnectedKari Oikarinen2018-11-081-13/+12
* | | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-055-4169/+4280
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+3
| |\|
| | * Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
| * | Update to CLDR v34Edward Welbourne2018-11-024-4169/+4277
* | | Update various qt_attribution.json filesEdward Welbourne2018-11-022-0/+8
* | | QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-023-3/+4
* | | QtCore/Windows: Output unknown messages in hex in the debug operator for MSGFriedemann Kleint2018-11-011-1/+1
* | | Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-3/+9
* | | QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-11/+23
* | | QtCore/Windows: Add pointer messages to the debug operator for MSGFriedemann Kleint2018-10-311-0/+17
* | | winrt: Use SwitchToThread instead of Sleep(0)Oliver Wolff2018-10-311-4/+0
* | | Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
|/ /
* | Add since 5.11 markers to two QFile enumsAlbert Astals Cid2018-10-291-2/+2
* | qendian: Fix float conversionsIvan Komissarov2018-10-281-0/+26
* | qdir: Fix a condition typoIvan Komissarov2018-10-211-1/+1
* | qjson: add missed Q_CHECK_PTRv5.12.0-beta3Ivan Komissarov2018-10-212-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Qt Forward Merge Bot2018-10-203-40/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-213-40/+21
| |\|
| | * QWinEventNotifier: fix crash on application shutdownThiago Macieira2018-10-191-0/+8
| | * Re-disable statx() on AndroidThiago Macieira2018-10-181-0/+7
| | * Linux: Remove our use of syscall() for statx(2) and renameat2(2)Thiago Macieira2018-10-122-43/+9
* | | qfilesystemengine: add missed Q_CHECK_PTRIvan Komissarov2018-10-201-0/+3
|/ /
* | Fix re-running of cmake when a qrc file changesSimon Hausmann2018-10-191-1/+1
* | Fix QString latin1 conversion and comparison for -optimize-size buildKirill Burtsev2018-10-181-0/+8
* | qreadwritelock: Fix Q_ASSERT typoMikhail Svetkin2018-10-171-2/+2