summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Read a unique thread identifier from CPU registersVolker Hilsheimer2019-10-204-6/+59
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-183-113/+107
|\
| * Generate metatypes.json for QtCore, QtGui, and QtWidgetsUlf Hermann2019-10-171-1/+1
| * Move CBOR debug stream functions into qcborvalue.cppUlf Hermann2019-10-172-112/+106
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1715-93/+337
|\|
| * QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-163-17/+52
| * Provide a feature for CBOR stream I/OUlf Hermann2019-10-166-2/+32
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-166-74/+253
| |\
| | * Win32: Consolidate registry codeFriedemann Kleint2019-10-146-74/+253
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-164-0/+135
|\| |
| * | Cbor: Avoid QUrl in bootstrap codeUlf Hermann2019-10-152-0/+12
| * | Make QJsonObject::iterator a true random access iteratorLars Knoll2019-10-132-0/+123
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-145-12/+62
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-135-12/+62
| |\|
| | * Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+12
| | * Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-11/+29
| | * Fix relocatable prefix for hardware-specific Linux buildsJoerg Bornemann2019-10-101-0/+17
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-1/+4
| | |\
| | | * Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-082-1/+4
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-127-99/+140
|\| | |
| * | | Fix infinite recursion caused by the RDSEED featureThiago Macieira2019-10-111-40/+63
| * | | QObject: use delegate constructorsGiuseppe D'Angelo2019-10-111-23/+1
| * | | Deprecate reverse iteration on QSetLars Knoll2019-10-102-29/+49
| * | | Deprecate calling QList::insert/removeAt with out of bounds indexLars Knoll2019-10-102-5/+20
| * | | Remove potential out of bounds accesses to QListLars Knoll2019-10-102-2/+7
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-111-0/+5
|\| | |
| * | | Explain an usage of volatileGiuseppe D'Angelo2019-10-091-0/+5
* | | | Remove leftovers from QML1Lars Knoll2019-10-104-22/+2
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-103-18/+39
|\| | |
| * | | QRandom: add support for RDSEEDThiago Macieira2019-10-091-1/+35
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-091-1/+4
| |\| |
| | * | QTextCodec: try to work around an ICC 19 bugMarc Mutz2019-10-071-1/+4
| * | | Drop unused codeGiuseppe D'Angelo2019-10-071-16/+0
* | | | Add support for slots to receive the raw void ** arguments arrayLars Knoll2019-10-074-94/+24
* | | | Minor cleanupLars Knoll2019-10-071-1/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-0613-33/+103
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0513-33/+103
| |\| |
| | * | QSysInfo::prettyProductName(): Fix up dc042c6deea7e90b4a9dfcffdc33cbe61df421bdFriedemann Kleint2019-10-041-6/+5
| | * | Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-042-16/+67
| | * | Simplify creating QCFTypes from CFTypeRefsTor Arne Vestbø2019-10-041-1/+4
| | * | Add explicit QDebug stream operator for QCFStringTor Arne Vestbø2019-10-042-0/+7
| | * | macOS: Add missing export of QDebug stream operator for QMacAutoReleasePoolTor Arne Vestbø2019-10-041-1/+1
| | * | Fix unused function warning for prefixFromQtCoreLibraryHelperTor Arne Vestbø2019-10-041-0/+3
| | * | CMake: generate moc files for headers using Q_NAMESPACE_EXPORT tooDavid Faure2019-10-041-0/+2
| | * | docs: Mark QPair and QLatin1Char as reentrantKavindra Palaraja2019-10-042-0/+2
| | * | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-4/+3
| | * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-042-2/+6
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-042-2/+6
| | | |\|
| | | | * Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5
| | | | * QList: make cast from ptrdiff_t to int explicitEdward Welbourne2019-10-021-1/+1