summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Move qt_error_string to qlogging.hSona Kurazyan2022-08-051-0/+1
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-302-4/+4
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-291-0/+1
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-203-4/+2
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* Long live QT6_{DECL,IMPL,CALL}_NEW_OVERLOAD!Marc Mutz2022-07-201-1/+2
* QLine/F: mark as primitive typeMarc Mutz2022-07-081-2/+2
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-222-0/+8
* qHash: pass QByteArrayView to qHash() by valueThiago Macieira2022-06-152-6/+9
* Add "We mean it" warning to new private headerVolker Hilsheimer2022-06-131-0/+11
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-311-0/+95
* QMap: remove more docs referring to multiple values for the same keyGiuseppe D'Angelo2022-05-291-21/+4
* QMap: fix values() documentationGiuseppe D'Angelo2022-05-251-3/+1
* QVector: make sure the forwarding headers for the Java iterators existThiago Macieira2022-05-231-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-1684-3117/+201
* QVersionNumber: de-inline QList constructor calls and resize()Marc Mutz2022-05-132-12/+36
* QVarLengthArray: Move unique_ptr<void, free_deleter> to QVLABaseBaseMarc Mutz2022-05-131-4/+6
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* QHash: port away from std::aligned_storageMarc Mutz2022-05-071-1/+1
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-062-3/+3
* QVersionNumber: Show type in QDebug outputFlorian Bruhin2022-05-041-1/+2
* qhashfunctions.h: add std::hash specialization for QByteArrayViewThiago Macieira2022-04-221-0/+1
* QVarLengthArray: add missing (size, value) ctorMarc Mutz2022-04-132-0/+21
* QVarLengthArray: simplify SFINAE on resize(n, v)Marc Mutz2022-04-131-6/+6
* Q[Multi]Hash: fix squeeze()Ivan Solovev2022-04-061-15/+29
* Q[Multi]Hash::reserve(): do nothing if desired size is less than currentIvan Solovev2022-04-061-0/+6
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-062-5/+35
* Doc: QMap: Add ref-qualifiers to \fn signatures for toStd[Multi]Map()Topi Reinio2022-03-312-2/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-293-7/+9
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-265-10/+10
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-253-14/+16
* Fix build with latest Apple clang versionVolker Hilsheimer2022-03-211-2/+2
* QRect: add toRectF()Marc Mutz2022-03-192-4/+24
* QLine/QMargins: add toLineF/toMarginsF()Marc Mutz2022-03-194-7/+38
* QSize/QPoint: add toSizeF/toPointF()Marc Mutz2022-03-194-8/+36
* QMargins: fix a missing "full stop" in the docsMarc Mutz2022-03-191-1/+1
* QVariant: reduce transitive includesFabian Kosmale2022-03-171-1/+5
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QHash: fix -Werror=maybe-uninitialized (GCC 11.2)Marc Mutz2022-03-171-1/+1
* QFlatMap: make insertion STL-compatibleMarc Mutz2022-03-161-23/+51
* QHash: Initialize the hash seed as soon as QtCore loadsThiago Macieira2022-03-151-11/+31
* QVersionNumber: Make documentation period display style consistentChristian Heimlich2022-03-151-1/+1
* Use qstringfwd.h when forward declaring string classesSona Kurazyan2022-03-121-3/+1
* QFlatMap: fix warning -Wunused-but-set-variable (GCC) in remove_if()Marc Mutz2022-03-111-1/+1
* CMake: add detection of x86 VAES and AVX512VBMI2 featuresThiago Macieira2022-03-081-1/+1
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-041-1/+2
* QCryptographicHash: code tidiesGiuseppe D'Angelo2022-03-041-11/+11
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-046-0/+132
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-031-1/+1
* QFlatMap: add remove_ifMarc Mutz2022-03-031-0/+75