summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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-113-78/+87
* 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
* Add pragmas to the header files that needs to be skipped by syncqtAlexey Edelev2022-08-093-0/+15
* Fix QT6_CALL_NEW_OVERLOAD_TAILIvan Solovev2022-08-091-1/+1
* qputenv: port to QByteArrayViewMarc Mutz2022-08-062-12/+19
* 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
* 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-054-90/+125
* Move qt_error_string to qlogging.hSona Kurazyan2022-08-052-4/+3
* Pull some processing out of environmentMutex critical sectionsMarc Mutz2022-08-041-4/+12
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-041-5/+4
* moc: move some of the helpers into a header dedicated to itThiago Macieira2022-08-041-12/+8
* Fix qYieldCpu() for ARM < ARMv7Marc Mutz2022-08-041-1/+1
* Move q{,Utf8, Utf16}Printable to qstring.hSona Kurazyan2022-08-042-79/+0
* qoverload.h: add the missing QT_{BEGIN, END}_NAMESPACE macrosSona Kurazyan2022-08-041-0/+6
* Disable constinit for MSVC compilersOliver Wolff2022-08-031-6/+3
* QSysInfo::prettyProductName(): add missing macOS product namesYuhang Zhao2022-08-031-2/+9
* qUtf16Printable: avoid creating a copy of a QStringSona Kurazyan2022-08-021-1/+1
* Remove outdated docs for qOverload()Sona Kurazyan2022-08-011-10/+0
* Extract header qtdeprecationmarkers.h from qglobal.hSona Kurazyan2022-07-313-266/+282
* Extract header qtversionchecks.h from qglobal.hSona Kurazyan2022-07-294-52/+68
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-294-340/+372
* Move the check for -fPIC compile flag to qcompilerdetection.hSona Kurazyan2022-07-292-7/+7
* Extract header qoverload.h from qglobal.hSona Kurazyan2022-07-294-114/+129
* Extract header qtranslation.h from qglobal.hSona Kurazyan2022-07-294-229/+249
* Remove the unused forward declaration for QDataStream from qglobal.hSona Kurazyan2022-07-291-6/+0
* QT_INLINE_SINCE: take version into accountIvan Solovev2022-07-221-0/+84
* Move minimal compiler version checks to qcompilerdetection.hIvan Solovev2022-07-212-24/+23
* Doc: Hide template magic for MSVC from documentationKai Köhne2022-07-211-1/+5
* Long live QT6_{DECL,IMPL,CALL}_NEW_OVERLOAD!Marc Mutz2022-07-203-0/+44
* Revert "Windows QPA: Add MSWindowsNoRedirectionBitmap flag"Tor Arne Vestbø2022-07-142-9/+0
* Windows QPA: Add MSWindowsNoRedirectionBitmap flagYuhang Zhao2022-07-142-0/+9
* Doc: Hide weak overload template magic from documentationKai Köhne2022-07-131-1/+5
* QSysInfo: update docs to mention the latest osYuhang Zhao2022-07-091-10/+8
* Move numeric functions from qglobal.h to qnumeric.hIvan Solovev2022-07-083-84/+84
* wasm: remove message handler lockMorten Sørvig2022-07-061-7/+0
* x86/RDSEED: Work around QNX compiler missing the rdseed intrinsicThiago Macieira2022-07-061-0/+4
* Compiler macros: remove accidental undefsMårten Nordheim2022-07-061-4/+0
* Darwin: Replace deprecated symbol kIOMasterPortDefault with equivalentTor Arne Vestbø2022-07-061-1/+2
* CMake: update the x86 intrinsic checksThiago Macieira2022-06-281-27/+37
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-271-1/+1
* Use [[noreturn]] attributeKai Köhne2022-06-231-1/+5
* MSVC: Remove dead Q_DECL_DEPRECATED* definitionsKai Köhne2022-06-231-4/+0
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-224-0/+17