summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-073-9/+15
* Add swapItemsAt() to QVectorLars Knoll2019-05-072-0/+17
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-076-31/+24
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-076-31/+24
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-033-28/+17
| | |\
| | | * 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
| | * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-013-3/+7
* | | | Fix the generation of docs for qobject_pointer_castGiuseppe D'Angelo2019-05-071-0/+6
|/ / /
* | | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-052-0/+12
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-029-63/+15
* | | QSharedData: delete the copy assignment operatorGiuseppe D'Angelo2019-05-021-2/+1
* | | QList: fix regression in swapItemsAtGiuseppe D'Angelo2019-05-021-2/+1
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
* | | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-023-11/+7
* | | 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-0117-61/+0
* | | Add qobject_cast operators for std::shared_ptrGiuseppe D'Angelo2019-05-012-0/+93
* | | QList: do not call std::swap directly; use ADLGiuseppe D'Angelo2019-05-011-1/+2
* | | QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-252-3/+29
* | | QHash/QMultiHash: add range constructorsMarc Mutz2019-04-253-0/+108
* | | Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-244-15/+283
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-244-2/+16
|\| |
| * | Purge use of some deprecated methods from QDateTime testsEdward Welbourne2019-04-231-1/+1
| * | MinGW: Fix developer buildFriedemann Kleint2019-04-181-0/+3
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-162-1/+12
| |\|
| | * Correct the description of the "C" localeEdward Welbourne2019-04-112-1/+12
* | | QRegExp include cleanupSamuel Gaist2019-04-192-1/+1
* | | Non-associative containers: add range constructorsMarc Mutz2019-04-1714-12/+201
* | | Improve the default selection of locale for QCollatorEdward Welbourne2019-04-107-6/+55
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-103-22/+41
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-092-22/+37
| |\|
| | * Fix various uncommon cases in QTzTimeZonePrivate backendEdward Welbourne2019-04-052-22/+37
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-0/+4
| |\|
| | * Make qt_is_ascii work properly on big endian systemsDmitry Shachnev2019-04-051-0/+4
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-086-14/+0
* | | QEasyingCurve: fix data stream operatorsSamuel Gaist2019-04-061-6/+47
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-062-32/+2
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-066-14/+14
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0467-1555/+1562
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
| | |\|
| | | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-0365-1514/+1514
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-4/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-4/+2
| | |\|
| | | * Refine underflow check in QLocaleData::convertDoubleToFloat()Edward Welbourne2019-04-011-4/+2
| * | | Issue a warning about unused result of qScopeGuard and QScopeGuardJędrzej Nowacki2019-04-021-1/+10
| * | | Use the QTime API less clumsilyEdward Welbourne2019-04-011-4/+3
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-312-24/+25
| |\| |