summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-0340-487/+894
|\
| * QSystemLocale[Win]: Catch potential WinRT exceptionsVladimir Belyavsky2022-11-271-3/+7
| * Fix typo in documentation for QVariant::nameToTypeNicolas Fella2022-11-251-1/+1
| * Documentation: Fix information on how to iterate over listsFriedemann Kleint2022-11-253-52/+2
| * Documentation: Expand documentation on how to iterate Qt containersFriedemann Kleint2022-11-252-4/+48
| * Documentation: Modernize the Qt container doc snippetsFriedemann Kleint2022-11-251-23/+15
| * Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2022-11-171-3/+23
| * QMetaType: Document the default ctorMårten Nordheim2022-11-051-0/+7
| * Restore lost documentation for QString::append(QStringView)Edward Welbourne2022-11-011-0/+8
| * QByteArray: in/deflate: compare different types as size_tMårten Nordheim2022-10-311-1/+2
| * QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-281-0/+1
| * qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
| * QStringConverter/AVX2: fix build with MSVC 2022Thiago Macieira2022-10-261-1/+1
| * qlogging: use qsizetype to fix Wconversion warningsJohannes Kauffmann2022-10-261-8/+8
| * Port qCompress() to zstream/deflate()Marc Mutz2022-10-251-33/+32
| * Port qUncompress() to zstream/inflate()Marc Mutz2022-10-251-50/+118
| * qUncompress: make a narrowing conversion explicitMarc Mutz2022-10-251-1/+2
| * qnumeric_p.h: fix comparison of signed to unsigned in saturationThiago Macieira2022-10-252-2/+38
| * qCompress: use saturation, not truncation, for the size headerMarc Mutz2022-10-252-1/+31
| * qCompress: return null, not empty, for OOMMarc Mutz2022-10-251-3/+2
| * Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-251-1/+2
| * qUn/Compress: reject negative lengthsMarc Mutz2022-10-241-0/+12
| * qUncompress(): introduce more functions a la invalidCompressedData()Marc Mutz2022-10-241-23/+49
| * DRY qCompress/qUncompress: introduce CompressedSizeHint_tMarc Mutz2022-10-241-11/+23
| * qCompress: use qToBigEndian() to write the length prefixMarc Mutz2022-10-241-4/+1
| * Fix qUncompress for BE LLP64 platformsMarc Mutz2022-10-241-10/+8
| * qUncompress: limit MaxDecompressedSize to what zlib can handleMarc Mutz2022-10-241-1/+2
| * qUncompress: use existing MaxByteArraySizeMarc Mutz2022-10-241-13/+9
| * qUncompress: mark invalidCompressedData() Q_DECL_COLD_FUNCTIONMarc Mutz2022-10-241-4/+5
| * QString/doc: correct the record on const char* optimizationsThiago Macieira2022-10-242-2/+11
| * Android: fix include statement for Android Extras classesAssam Boudjelthia2022-10-211-0/+6
| * QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
| * qcompilerdetection.h: detect CoverityMarc Mutz2022-10-161-0/+5
| * QVariant/Doc: expand what toList & toMap conversions may succeedThiago Macieira2022-10-111-5/+14
| * Document that QSharedMemory requires -feature-ipc_posix on Mac App StoreTor Arne Vestbø2022-10-111-0/+6
| * QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-10-111-2/+21
| * Add a marker for post-C++17 APIs in exported classesGiuseppe D'Angelo2022-10-111-0/+20
| * qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-111-6/+6
| * [docs] QMap: fix missing toStdMap()&& overload docsMarc Mutz2022-10-111-0/+9
| * QFlags: Mark the operators declared in macro maybe_unusedMårten Nordheim2022-10-071-0/+4
| * normalizeTypeFromSignature: Update for Clang 13Martin Storsjö2022-10-071-2/+1
| * QFlags: Mark the mixed enum operator declared in macro maybe_unusedMårten Nordheim2022-09-301-0/+1
| * qHash: Add seed argument for classes inheriting QStringMårten Nordheim2022-09-281-1/+4
| * Include QVariantPair in documentation of QMetaType::TypeEdward Welbourne2022-09-272-1/+2
| * QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-233-20/+33
| * QDateTime: work around bitfield bug on msvc x86Mårten Nordheim2022-09-221-5/+12
| * Document QAtomic testAndSetJaishree Vyas2022-09-212-0/+87
| * Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-203-205/+231
| * QVariant: do allow non-default-constructible typesThiago Macieira2022-09-161-1/+1
| * Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-165-29/+7