summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-015-6/+12
* | | | Fix the generation of docs for qobject_pointer_castGiuseppe D'Angelo2019-05-071-0/+6
|/ / /
* | | Fix qplugin.h for Qt 6Lars Knoll2019-05-051-6/+26
* | | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-052-0/+12
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-0214-81/+15
* | | qIsNull: redo implementationGiuseppe D'Angelo2019-05-021-26/+10
* | | QSharedData: delete the copy assignment operatorGiuseppe D'Angelo2019-05-021-2/+1
* | | QList: fix regression in swapItemsAtGiuseppe D'Angelo2019-05-021-2/+1
* | | Compile for Qt 6Lars Knoll2019-05-021-0/+4
* | | Prepare QDataStream for Qt 6.0Lars Knoll2019-05-021-1/+9
* | | Compile when bumping the Qt version to 6.0Lars Knoll2019-05-022-3/+13
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-0224-75/+75
* | | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-0210-27/+21
* | | Doc-fix: mention FP_ZERO as a possible return of qFpClassify()Edward Welbourne2019-05-021-0/+1
* | | Remove spurious class-name prefixes in its own methodsEdward Welbourne2019-05-021-3/+3
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-0119-84/+1
* | | Add qobject_cast operators for std::shared_ptrGiuseppe D'Angelo2019-05-012-0/+93