summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move qMin/qMax/qBound() to a separate qminmax.h headerIvan Solovev2022-08-116-106/+137
* Extract header qtypes.h from qglobal.hSona Kurazyan2022-08-116-453/+497
* [docs] Fix return value of QStringIterator::next()Marc Mutz2022-08-111-1/+1
* QUnicodeTools: fix truncation in debug statementsMarc Mutz2022-08-111-5/+5
* QUnicodeTools: fix data race in initialization of libthai symbolsMarc Mutz2022-08-111-5/+12
* QUnicodeTools: fix types used around th_brk()Marc Mutz2022-08-111-2/+2
* QUnicodeTools: fix types used around th_next_cellMarc Mutz2022-08-111-3/+4
* qlocale: Fix some flags not being exposed to the metatype systemMaximilian Goldstein2022-08-111-0/+2
* CMake: Put Qt-internal targets into a dedicated FOLDERJoerg Bornemann2022-08-114-0/+77
* Move Q_STATIC_ASSERT* macros to qassert.hSona Kurazyan2022-08-112-29/+29
* Move QT_SHARED, QT_STATIC and QT_CONFIG macos to qtconfigmacros.hSona Kurazyan2022-08-112-39/+38
* Rename qtnamespacemacros.h -> qtconfigmacros.hSona Kurazyan2022-08-114-78/+88
* QTranslator: generalize a UNIX-only pathGiuseppe D'Angelo2022-08-101-2/+7
* Remove redundant define for QT_LARGEFILE_SUPPORTSona Kurazyan2022-08-101-4/+0
* Generate forward headers for Q{,Const, NonConst}OverloadSona Kurazyan2022-08-101-1/+0
* Remove assertion from ownMethodIndex that breaks testsSami Shalayel2022-08-101-4/+3
* 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