summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-157-16/+42
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-157-16/+42
| |\
| | * Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-4/+8
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-134-9/+31
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-124-9/+31
| | | |\
| | | | * QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
| | | | * Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-102-0/+17
| | | | * Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
| | * | | doc: clang reported two fake declarations to be the sameMartin Smith2019-05-132-3/+3
| | |/ /
* | / / QContiguousCache: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
|/ / /
* | | QSharedData: code tidiesGiuseppe D'Angelo2019-05-141-2/+3
* | | QSharedData: unexport in Qt 6Giuseppe D'Angelo2019-05-141-1/+5
* | | QByteData: use int to return the number of managed QByteArraysGiuseppe D'Angelo2019-05-141-1/+1
* | | Short live qExchange()!Marc Mutz2019-05-142-0/+20
* | | QTypeInfo: move QLinkedlist declaration to qlinkedlist.hMarc Mutz2019-05-142-1/+3
* | | Fix build without features.itemmodelTasuku Suzuki2019-05-142-0/+4
* | | QDataStream: move QLinkedlist operators to qlinkedlist.hMarc Mutz2019-05-142-13/+15
* | | QPointer: fix swap()Giuseppe D'Angelo2019-05-131-1/+5
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1327-3857/+4142
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-0911-3745/+4050
| |\|
| | * Define Q_OS_WINDOWS, make it an alias to Q_OS_WINSergio Martins2019-05-082-0/+8
| | * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-082-60/+383
| | * Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9
| | * Update locale data to CLDR v35.1Edward Welbourne2019-05-072-3623/+3645
| | * Document how to use CMake on Qt Core, Qt GUI's central pagesKai Koehne2019-05-074-71/+14
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-0816-112/+92
* | | QSharedPointer/QWeakPointer: fix swap()Giuseppe D'Angelo2019-05-111-12/+6
* | | Deprecate QQueue::swap(i, j)Lars Knoll2019-05-101-1/+1
* | | Add support for /etc/TZ as default value for $TZEdward Welbourne2019-05-101-1/+8
* | | Support POSIX rules as $TZ valuesEdward Welbourne2019-05-101-1/+14
* | | QStringView, QLatin1String: add indexOf methodsAnton Kudryavtsev2019-05-105-12/+141
* | | QTypeModuleInfo: fix clang '-wconstant-logical-operand' warningsYulong Bai2019-05-091-1/+1
* | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-083-5/+68
* | | Add warning suppression for icc when comparing floating-point valuesEdward Welbourne2019-05-071-0/+1
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-074-15/+22
* | | Add swapItemsAt() to QVectorLars Knoll2019-05-072-0/+17
* | | Add QUrl to bootstrap setUlf Hermann2019-05-071-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-0715-80/+88
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-0715-80/+88
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-1/+2
| | |\|
| | | * fix crash when using ALDI usb-stick with broken filesystemNick Shaforostov2019-05-051-1/+2
| | * | QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-033-0/+11
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-035-43/+27
| | |\|
| | | * Cocoa: Get the right zero digit for the localeAndy Shaw2019-05-021-1/+13
| | | * QSharedPointer: fix docs for create()Giuseppe D'Angelo2019-05-022-27/+4
| | | * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-022-15/+10
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-023-32/+38
| | |\|
| | | * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-302-7/+7
| | | * Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-302-25/+25
| | | * Improve QObject::moveToThread docMiƂosz Kosobucki2019-04-281-4/+10