summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant define for QT_LARGEFILE_SUPPORTSona Kurazyan2022-08-101-4/+0
* cmake: Work around bug in CMake's Xcode generator setting INSTALL_PATHTor Arne Vestbø2022-08-101-0/+18
* Doc: Document the .base modifier for qmake resourcesJoerg Bornemann2022-08-101-0/+9
* Fix QT6_CALL_NEW_OVERLOAD_TAILIvan Solovev2022-08-091-1/+1
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-083-30/+146
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-081-0/+8
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-061-2/+2
* QMetaType: make all atomic operations explicitMarc Mutz2022-08-061-3/+4
* Doc: Fix return type of QLEInteger/QBEInteger post-in/decrement opsJoerg Bornemann2022-08-051-4/+4
* Pull some processing out of environmentMutex critical sectionsMarc Mutz2022-08-051-4/+12
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-051-5/+4
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-052-1/+4
* Explicitly disable bitcode for iOS applicationsTor Arne Vestbø2022-08-051-0/+20
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8
* Fix QString::arg() for format strings with a huge amount of placeholdersMarc Mutz2022-08-051-1/+1
* Fix qYieldCpu() for ARM < ARMv7Marc Mutz2022-08-041-1/+1
* QByteDataBuffer: assert an undocumented preconditionMarc Mutz2022-08-041-0/+1
* Eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-08-041-7/+0
* Statically assert that the __mips_dsp code is only active on 32-bitMarc Mutz2022-08-041-0/+4
* Fix QString::arg() for format strings > 2Gi charactersMarc Mutz2022-08-041-1/+1
* Disable constinit for MSVC compilersOliver Wolff2022-08-033-8/+5
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-032-11/+3
* QSysInfo::prettyProductName(): add missing macOS product namesYuhang Zhao2022-08-031-2/+9
* qUtf16Printable: avoid creating a copy of a QStringSona Kurazyan2022-08-031-1/+1
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-281-47/+104
* QMetaType: fix QMetaTypes for non-const referencesThiago Macieira2022-07-281-9/+19
* QMetaType: move is_complete template further upThiago Macieira2022-07-281-15/+14
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+1
* QByteArray: inline QByteArray::isNull()Thiago Macieira2022-07-273-5/+10
* QMetaType: fix isRegistered()Thiago Macieira2022-07-261-3/+8
* Port QStringIterator to qsizetypeMarc Mutz2022-07-262-8/+8
* Fix stringish::simplified() for strings > 2Gi charactersMarc Mutz2022-07-261-1/+1
* Port QUtf8BaseTraits to qsizetypeMarc Mutz2022-07-261-2/+2
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-07-263-5/+12
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-2/+2
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-07-253-10/+8
* Fix QString::vasprintf for strings > 2GiBMarc Mutz2022-07-251-2/+2
* Fix QString::toLatin1() for strings > 16Gi characters on ARM64Marc Mutz2022-07-251-2/+2
* QStringIterator: fix UB [1/2]: use has{Next,Previous}() moreMarc Mutz2022-07-251-6/+6
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-1/+1
* QT_INLINE_SINCE: take version into accountIvan Solovev2022-07-221-0/+84
* Port QCollator/Posix to qsizetypeMarc Mutz2022-07-221-2/+2
* Fix QString::toHtmlEscaped() for >2Gi character stringsMarc Mutz2022-07-221-7/+7
* QVariant: add missing const to QMetaTypeInterface pointersThiago Macieira2022-07-222-12/+9
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-3/+10
* QByteDataBuffer: avoid silent failures of read(n)Marc Mutz2022-07-211-1/+10
* QMetaType: fix documentationFabian Kosmale2022-07-211-7/+7
* Doc: Hide template magic for MSVC from documentationKai Köhne2022-07-211-1/+5
* QLine/F: mark as primitive typeMarc Mutz2022-07-211-2/+2
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-204-6/+6