qt6-bb10/src
Thiago Macieira 313720fef0 qglobal.h: centralize the __ASSEMBLER__ check
We can declare that headers like qtnoop.h and qtypes.h are C or C++
headers, not assembler ones so we don't need to have them individually
check that whether they're being compiled in assembler mode.

This removes the accidental leak of the qt_noop() declaration into
assembler and makes it clean:

 $ cpp -P -D__ASSEMBLER__ -Iinclude include/QtCore/qglobal.h | grep -c .
 0
(using grep because it prints four empty lines)

Change-Id: I69ecc04064514f939896fffd172e3fd6b6adc892
Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-01-11 22:23:20 -08:00
..
3rdparty SQLite: Update SQLite to v3.40.1 2023-01-06 12:24:13 +00:00
android Adjust the SDK/API version check for getInsetsController() 2023-01-10 15:35:32 +02:00
concurrent Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
corelib qglobal.h: centralize the __ASSEMBLER__ check 2023-01-11 22:23:20 -08:00
dbus Docs: adjust docs after the QLatin1String to QLatin1StringView rename 2023-01-05 14:46:38 +02:00
entrypoint Win32: Add a W version entry point 2022-10-28 12:00:01 +08:00
gui QRgbaFloat: add support for multiplying & comparing as FP16 2023-01-11 17:38:06 -08:00
network Documentation: Port code snippets to new connection syntax 2023-01-11 15:20:06 +01:00
opengl eglfs: Improve z-order handling 2022-10-29 19:44:10 +01:00
openglwidgets Support stereoscopic rendering with QGraphicsView 2022-12-01 13:42:07 +01:00
platformsupport Add eglfs touch logging in qt.qpa.input.events 2022-12-16 17:21:57 +00:00
plugins qxcbwindow.cpp: Fix sign-compare and another warnings 2023-01-11 16:26:50 +01:00
printsupport macOS: Stop using the deprecated [NSWorkspace openFile:] API 2023-01-02 19:01:30 +01:00
sql SQL: more documentation and test cleanups 2023-01-06 05:42:01 +00:00
testlib Doc: Increase Test Function Timeout 2022-12-21 16:48:50 +00:00
tools Windeployqt: Multiple directory use warning 2023-01-11 16:07:46 +01:00
widgets QKeySequenceEdit: fix typo in parameter name 2023-01-09 21:05:26 +01:00
xml QDom: Don't reuse a moved-from object 2022-12-14 00:22:18 +00:00
CMakeLists.txt Replace the syncqt.pl script with syncqt tool 2022-09-27 13:12:11 +02:00