qt6-bb10/src/corelib/kernel
Amir Masoud Abdol ec082fdea6 Fix for a duplicate macro definition
ALIGN was conflicting with a system macro,
/SDKs/MacOSX13.1.sdk/usr/include/arm/param.h.

Pick-to: 6.5
Task-number: QTBUG-109394
Change-Id: Ia460ee781f8bd1a1cdcff0371efab784c9eebb57
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2023-02-21 16:59:02 +01:00
..
QEVENTDISPATCHER_CF_LICENSE.txt
qabstracteventdispatcher.cpp Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
qabstracteventdispatcher.h Migrate QBasicTimer from int to qint64 2022-08-30 15:46:01 +02:00
qabstracteventdispatcher_p.h Fix return value of qGlobalPostedEventsCount() 2022-05-18 17:54:15 +02:00
qabstractnativeeventfilter.cpp QAbstractNativeEventFilter: Add a Windows example 2022-08-02 19:12:39 +01:00
qabstractnativeeventfilter.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qapplicationstatic.h Q_APPLICATION_STATIC: add missing std::launder() 2023-02-02 23:45:30 +01:00
qapplicationstatic.qdoc Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qassociativeiterable.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qassociativeiterable.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qbasictimer.cpp Remove wiggly example 2023-01-31 22:28:30 +01:00
qbasictimer.h Replace qExchange calls with std::exchange 2022-09-28 17:39:21 +00:00
qbindingstorage.h QThread: Clean up bindingStatusOrList if object gets deleted 2022-07-14 19:34:46 +02:00
qcfsocketnotifier.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
qcfsocketnotifier_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcore_foundation.mm Adapt QTimeZone to handle Qt::TimeSpec machinery 2022-12-09 16:16:47 +01:00
qcore_mac.mm Resolve actual macOS version despite process running in compatibility mode 2023-02-18 18:20:25 +01:00
qcore_mac_p.h Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORT 2022-10-19 15:56:42 +03:00
qcore_unix.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcore_unix_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcore_wasm.cpp Add QString<->emscripten::val conversion functions 2023-01-13 21:07:14 +01:00
qcoreapplication.cpp Trace: Use includes instead of forward declarations 2023-02-10 12:39:48 +02:00
qcoreapplication.h Long live QPermissions! 2022-11-01 18:56:15 +01:00
qcoreapplication_mac.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcoreapplication_p.h Win: redirect console output to the parent process if needed 2022-12-02 18:35:52 +08:00
qcoreapplication_platform.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qcoreapplication_win.cpp QtCore/Windows: Fix inconsistent linkage of helper qAppFileName() 2023-01-31 10:46:49 +01:00
qcorecmdlineargs_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcoreevent.cpp Introduce events for Window device pixel ratio changes 2023-02-13 16:00:13 +00:00
qcoreevent.h Introduce events for Window device pixel ratio changes 2023-02-13 16:00:13 +00:00
qdeadlinetimer.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qdeadlinetimer.h Remove preprocessor conditionals for chrono include 2022-09-16 08:09:05 +02:00
qdeadlinetimer_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer_generic.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer_mac.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer_unix.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer_win.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventdispatcher_cf.mm QEventDispatcherCoreFoundation: fix #include moc location in the file 2022-07-20 01:17:20 -07:00
qeventdispatcher_cf_p.h Add a way to declare _exported_ logging categories 2022-06-27 00:12:56 +02:00
qeventdispatcher_glib.cpp Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
qeventdispatcher_glib_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventdispatcher_unix.cpp Update the poll-exit-on-error code: include the message for everyone 2022-11-08 23:07:22 -07:00
qeventdispatcher_unix_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventdispatcher_wasm.cpp wasm: Fix secondary thread event processing 2023-01-06 16:42:45 +00:00
qeventdispatcher_wasm_p.h wasm: Fix secondary thread event processing 2023-01-06 16:42:45 +00:00
qeventdispatcher_win.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
qeventdispatcher_win_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventloop.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventloop.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventloop_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfunctions_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfunctions_vxworks.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfunctions_vxworks.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfunctions_win.cpp Windows: Add helper function to check if the app has a package identity 2022-09-01 20:48:49 +02:00
qfunctions_win_p.h Windows: Add helper function to check if the app has a package identity 2022-09-01 20:48:49 +02:00
qfunctions_winrt_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qiterable.cpp Doc: Format certain operators in text 2022-08-23 20:49:47 +02:00
qiterable.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qiterable_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qjnienvironment.cpp Android: print jni exceptions from Qt instead of ExceptionDescribe() 2023-01-20 13:48:20 +00:00
qjnienvironment.h Add compile-time generation of JNI class names 2022-05-27 22:27:13 +02:00
qjnihelpers.cpp QJniHelpers: replace some Q_GLOBAL_STATIC with QBasic* statics 2023-01-06 16:42:45 +00:00
qjnihelpers_p.h Return specific types for frequently used Java objects 2022-05-17 00:34:06 +02:00
qjniobject.cpp QJniObject: fix binary compatibility breakage 2022-12-15 17:52:26 +01:00
qjniobject.h Android: add comment to remove unused private methods in Qt 7 2023-01-20 18:11:30 +02:00
qjnitypes.h JNI: add generic support for array-types 2022-10-10 20:19:30 +02:00
qmath.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmath.h qfloat16: add support for native _Float16 (C2x extended floating point) 2022-11-28 10:59:20 -08:00
qmath.qdoc Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
qmetacontainer.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmetacontainer.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmetaobject.cpp QMetaObject: Fix version check for deprecated methods 2023-02-07 18:36:11 +01:00
qmetaobject.h Move QMetaMethod ctor back into a private section 2023-01-13 21:07:18 +01:00
qmetaobject_moc_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmetaobject_p.h QtMiscUtils: add some more character helpers 2023-02-07 20:04:11 +02:00
qmetaobjectbuilder.cpp Fix for a duplicate macro definition 2023-02-21 16:59:02 +01:00
qmetaobjectbuilder_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmetatype.cpp Fix QVariant(QString) <-> enum conversion 2023-02-08 23:20:42 +01:00
qmetatype.h QMetaType: fix value-initialization in a corner case 2022-12-30 01:51:08 +01:00
qmetatype_p.h QVariant: move the check for std::nullptr_t a bit up in customConstruct 2022-07-27 12:35:50 -07:00
qmimedata.cpp Reintroduce converter APIs for supporting native clipboard formats 2022-11-16 22:14:00 +01:00
qmimedata.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qobject.cpp QObject: Handle pointers to incomplete types in auto-connections 2023-02-14 19:24:22 +01:00
qobject.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qobject_impl.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qobject_p.h Remove redundant qsharedpointer.h #includes 2023-01-31 20:15:58 +02:00
qobject_p_p.h Move QObjectPrivate::Connection* structs to a new header 2022-07-07 13:42:59 +05:00
qobjectcleanuphandler.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qobjectcleanuphandler.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qobjectdefs.h QMetaObject: Fix version check for deprecated methods 2023-02-07 18:36:11 +01:00
qobjectdefs_impl.h QBindable: Make ordinary Q_PROPERTYs bindable 2022-11-30 21:21:03 +00:00
qpermissions.cpp permissions: Replace deprecated location permission usage key 2023-02-08 00:13:55 +01:00
qpermissions.h Q*Permission: un-Q_GADGET classes w/o Q_ENUMs 2023-02-02 14:34:02 +01:00
qpermissions_android.cpp Q{Contacts,Calendar}Permission: bool readWrite → enum AccessMode 2023-02-02 14:34:02 +01:00
qpermissions_darwin.mm Add permission API backend for macOS and iOS 2022-11-03 15:02:36 +01:00
qpermissions_p.h Add permission API backend for macOS and iOS 2022-11-03 15:02:36 +01:00
qpermissions_wasm.cpp QPermission: replace T data<T>() with std::optional<T> value<T>() 2023-01-13 21:07:18 +01:00
qpointer.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qpointer.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qpoll.cpp qpoll: disallow file descriptors bigger than FD_SETSIZE 2022-10-10 04:06:37 -07:00
qpoll_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qproperty.cpp QObjectBindableProperty: Avoid use-after-free in notifyObservers 2023-02-20 18:07:16 +01:00
qproperty.h Long live QScopedPropertyUpdateGroup 2023-02-10 18:27:08 +00:00
qproperty_p.h QProperty: Remove recursive notify logic 2023-02-08 16:54:26 +01:00
qpropertyprivate.h Fix proxy-data handling 2023-02-07 22:27:37 +01:00
qsequentialiterable.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsequentialiterable.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsignalmapper.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsignalmapper.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsocketnotifier.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsocketnotifier.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsystemerror.cpp Windows: centralize how we handle error messages 2022-11-16 19:44:43 +08:00
qsystemerror_p.h Windows: centralize how we handle error messages 2022-11-16 19:44:43 +08:00
qt_attribution.json Doc: Fix qt_attribution.json files using Path for files 2023-01-10 19:09:34 +00:00
qtestsupport_core.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtestsupport_core.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtimer.cpp Fix analog clock example to adhere to guidelines 2023-02-02 17:51:34 +01:00
qtimer.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qtimer_p.h Move QTimerPrivate to separate header 2022-09-13 09:33:40 +02:00
qtimerinfo_unix.cpp QtMiscUtils: add std::chrono::duration <-> timespec helpers 2023-02-20 21:28:38 +02:00
qtimerinfo_unix_p.h QTimerInfo: add missing qplatformdefs.h include 2023-02-17 07:42:24 +02:00
qtmetamacros.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qtmochelpers.h qtmochelpers.h: include what you need 2022-10-06 14:26:22 +02:00
qtranslator.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
qtranslator.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtranslator_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qvariant.cpp QtCore: Disambiguate static variables 2023-02-02 21:57:49 +01:00
qvariant.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qvarianthash.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qvariantlist.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qvariantmap.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwineventnotifier.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwineventnotifier.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qwineventnotifier_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwinregistry.cpp QWinRegistryKey: Fix how we handle the default value, take 2 2022-10-28 09:27:13 +00:00
qwinregistry_p.h Replace qExchange with std::exchange 2022-10-07 18:11:36 +02:00