summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-213-12/+12
* Long live Qt::SplitBehavior!Marc Mutz2019-05-213-0/+64
* QCharRef/QByteRef: warn when triggering the resizing operator= behaviorGiuseppe D'Angelo2019-05-194-8/+98
* Fix compilation error on compilers not supporting [[nodiscard]]Jędrzej Nowacki2019-05-211-4/+4
* Fix build without features.timezone on macOSTasuku Suzuki2019-05-211-2/+0
* Qt 6: unexport QCharRef / QByteRefGiuseppe D'Angelo2019-05-182-3/+10
* QScopeGuard: some cleanupsMarc Mutz2019-05-211-3/+2
* Tidy up in qdatetime.cppEdward Welbourne2019-05-151-18/+7
* Cleanup the fallout of QWeakPointer::data() deprecationGiuseppe D'Angelo2019-05-171-2/+17
* Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-162-6/+5
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-152-9/+14
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-152-9/+14
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-122-9/+14
| | |\
| | | * QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
| | | * Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
* | | | 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
* | | QTypeInfo: move QLinkedlist declaration to qlinkedlist.hMarc Mutz2019-05-141-0/+3
* | | QDataStream: move QLinkedlist operators to qlinkedlist.hMarc Mutz2019-05-141-0/+15
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-139-3709/+3712
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-3614/+3636
| |\|
| | * Update locale data to CLDR v35.1Edward Welbourne2019-05-072-3623/+3645
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-087-95/+76
* | | 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
* | | 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