summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add pragmas to the header files that needs to be skipped by syncqtAlexey Edelev2022-08-093-0/+15
* CMake: Support big resources in qt_add_resourcesJoerg Bornemann2022-08-092-93/+228
* Doc: Document the .base modifier for qmake resourcesJoerg Bornemann2022-08-091-0/+9
* Fix QT6_CALL_NEW_OVERLOAD_TAILIvan Solovev2022-08-091-1/+1
* qputenv: port to QByteArrayViewMarc Mutz2022-08-063-12/+26
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-051-2/+2
* QMetaType: make all atomic operations explicitMarc Mutz2022-08-051-3/+4
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-051-0/+8
* Doc: Fix return type of QLEInteger/QBEInteger post-in/decrement opsJoerg Bornemann2022-08-051-4/+4
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-18/+7
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-4/+0
* Move Q_ASSUME and Q_UNREACHABLE to qassert.hSona Kurazyan2022-08-054-74/+75
* Move Q_CHECK_PTR and related helpers to qassert.hSona Kurazyan2022-08-054-77/+83
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-052-1/+4
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-055-90/+126
* Move qt_error_string to qlogging.hSona Kurazyan2022-08-053-4/+4
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8
* QBindingObserverPtr: add noexceptFabian Kosmale2022-08-051-5/+5
* Pull some processing out of environmentMutex critical sectionsMarc Mutz2022-08-041-4/+12
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-041-5/+4
* Add Latin 1 case-insensitive Boyer-Moore searcherØystein Heskestad2022-08-041-22/+71
* moc: use C++ constexpr to generate the meta object string dataThiago Macieira2022-08-041-0/+53
* moc: move some of the helpers into a header dedicated to itThiago Macieira2022-08-043-13/+41
* Fix qYieldCpu() for ARM < ARMv7Marc Mutz2022-08-041-1/+1
* Move q{,Utf8, Utf16}Printable to qstring.hSona Kurazyan2022-08-046-89/+86
* qoverload.h: add the missing QT_{BEGIN, END}_NAMESPACE macrosSona Kurazyan2022-08-041-0/+6
* QLatin1StringView: delegate operator== to QByteArrayViewThiago Macieira2022-08-043-3/+3
* QByteArray: delegate more of operator== & !+ to QByteArrayViewThiago Macieira2022-08-041-4/+4
* QVariant: pass the size and alignment to PrivateShared::create()Thiago Macieira2022-08-032-11/+6
* QVariant: don't leak PrivateShared if the constructor throwsThiago Macieira2022-08-031-9/+22
* QVariant: add noexcept to fromValue when possibleThiago Macieira2022-08-031-4/+7
* QVariant: reorganize the constructors in the headerThiago Macieira2022-08-031-33/+29
* QByteDataBuffer: assert an undocumented preconditionMarc Mutz2022-08-041-0/+1
* Eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-08-041-7/+0
* Fix QString::arg() for format strings > 2Gi charactersMarc Mutz2022-08-041-1/+1
* Statically assert that the __mips_dsp code is only active on 32-bitMarc Mutz2022-08-041-0/+4
* QAbstractNativeEventFilter: Fix the Mac example class nameLaszlo Papp2022-08-041-1/+1
* CMake: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-031-0/+27
* cmake: Share most finalizers between macOS and iOS appsTor Arne Vestbø2022-08-031-6/+11
* qmetaobject: Fix sign-compare warningFabian Kosmale2022-08-031-1/+1
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-032-8/+51
* Disable constinit for MSVC compilersOliver Wolff2022-08-033-8/+5
* QSysInfo::prettyProductName(): add missing macOS product namesYuhang Zhao2022-08-031-2/+9
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-032-11/+3
* Add license headers to cmake filesLucie Gérard2022-08-0312-30/+35
* CMake: Remove the CLASSNAME argument from qt6_add_pluginJoerg Bornemann2022-08-031-16/+0
* CMake: Remove the now unused option __QT_INTERNAL_NO_INSTALLJoerg Bornemann2022-08-031-4/+0
* QLocale: Expose FormatTime enum via Q_ENUMMaximilian Goldstein2022-08-021-0/+1
* QAbstractNativeEventFilter: Add a Windows exampleLaszlo Papp2022-08-022-0/+23
* qUtf16Printable: avoid creating a copy of a QStringSona Kurazyan2022-08-021-1/+1