qt6-bb10/src/corelib/global
Friedemann Kleint 3043c7b95e Fix qdoc warnings in 5.14
Fix warning:
src/corelib/global/qnamespace.qdoc:2371: (qdoc) warning: Cannot find 'Qt::SplitBehavior' specified with '\enum' in any header file

and qdoc getting confused by a link spanning lines:
src/corelib/time/qdatetime.cpp:3324: (qdoc) warning: Unknown macro 'note'
src/corelib/time/qdatetime.cpp:3326: (qdoc) warning: Unknown macro 'section1'
src/corelib/time/qdatetime.cpp:3328: (qdoc) warning: Unknown macro 'section2'
src/corelib/time/qdatetime.cpp:3334: (qdoc) warning: Unknown macro 'section2'
src/corelib/time/qdatetime.cpp:3344: (qdoc) warning: Unknown macro 'section2'
src/corelib/time/qdatetime.cpp:3361: (qdoc) warning: Unknown macro 'section2'
src/corelib/time/qdatetime.cpp:3373: (qdoc) warning: Unknown macro 'e'
src/corelib/time/qdatetime.cpp:3378: (qdoc) warning: Unknown macro 'section2'
src/corelib/time/qdatetime.cpp:3386: (qdoc) warning: Unknown macro 'sa'

Change-Id: I314da69078eb07f66e9d389eecdf0195569ea2ce
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2019-06-28 00:24:14 +02:00
..
archdetect.cpp Add RISC-V detection 2019-04-29 13:49:26 +00:00
global.pri qfloat16: Check in the tables to Git 2019-06-03 10:42:53 -07:00
minimum-linux.S Move the minimum Linux version declarations to a header 2017-10-28 06:08:59 +00:00
minimum-linux_p.h Accept that glibc's statx() falls back for us 2019-03-22 02:07:39 +00:00
qcompilerdetection.h Remove special NOTHROW handling 2019-04-03 07:07:19 +00:00
qconfig-bootstrapped.h RCC: Add support for Zstandard compression 2018-12-11 03:57:37 +00:00
qendian.cpp Add ++/--/min/max to QSpecialInteger 2018-08-17 11:31:28 +00:00
qendian.h Fix qbswap calls for Big Endian targets 2019-01-05 09:22:13 +00:00
qendian_p.h Move endian-specific integer types to public qtendian header 2017-07-09 09:00:16 +00:00
qflags.h Remove handling of missing Q_COMPILER_INITIALIZER_LISTS 2019-05-02 23:10:55 +00:00
qfloat16.cpp qfloat16: Check in the tables to Git 2019-06-03 10:42:53 -07:00
qfloat16.h Merge remote-tracking branch 'origin/5.13' into dev 2019-05-15 07:11:41 +02:00
qfloat16_f16c.c Replace Q_DECL_NOTHROW with noexcept the remaining places 2019-04-09 14:48:42 +00:00
qfloat16tables.cpp qfloat16: Check in the tables to Git 2019-06-03 10:42:53 -07:00
qglobal.cpp QSysInfo: fix warning on non-Linux about unconditional adjacent returns 2019-06-21 07:12:50 +00:00
qglobal.h Fix deep-const-correctness of qGetPtrHelper() for smart pointers 2019-06-15 18:40:24 +02:00
qglobal_p.h MinGW: Fix developer build 2019-04-18 12:42:16 +00:00
qglobalstatic.h Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qglobalstatic.qdoc Doc: Fix various documentation warnings 2018-11-06 12:43:26 +00:00
qhooks.cpp Get rid of the connectedSignals bitflags 2019-02-08 21:55:10 +00:00
qhooks_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qisenum.h Remove compiler-specific implementations of Q_IS_ENUM 2016-11-09 09:13:01 +00:00
qlibraryinfo.cpp Merge remote-tracking branch 'origin/5.13' into dev 2019-06-14 13:45:18 +02:00
qlibraryinfo.h Merge remote-tracking branch 'origin/5.13' into dev 2019-06-14 13:45:18 +02:00
qlogging.cpp Optimize and fix handling of QtMessageHandlers 2019-06-23 16:33:50 +00:00
qlogging.h QMessageLogContext: simplify construction 2019-05-22 08:29:32 +00:00
qlogging_p.h logging: Clarify and document how we look for the presence of a console 2018-03-07 18:12:09 +00:00
qmalloc.cpp Move away from using 0 as a pointer constant 2019-06-07 17:19:16 +02:00
qmemory_p.h Add private qt_make_unique as a drop-in for C++14 std::make_unique 2019-05-21 20:17:21 +00:00
qnamespace.h Long live Qt::SplitBehavior! 2019-05-21 17:50:26 +02:00
qnamespace.qdoc Fix qdoc warnings in 5.14 2019-06-28 00:24:14 +02:00
qnumeric.cpp Doc-fix: mention FP_ZERO as a possible return of qFpClassify() 2019-05-02 10:56:11 +00:00
qnumeric.h Add qFpClassify() to mirror std::fpclassify() 2019-03-19 17:52:30 +00:00
qnumeric_p.h Replace Q_DECL_NOEXCEPT with noexcept in corelib 2019-04-03 13:49:45 +00:00
qoperatingsystemversion.cpp Remove handling of missing Q_COMPILER_INITIALIZER_LISTS 2019-05-02 23:10:55 +00:00
qoperatingsystemversion.h Remove handling of missing Q_COMPILER_INITIALIZER_LISTS 2019-05-02 23:10:55 +00:00
qoperatingsystemversion_darwin.mm Remove compatibility code paths for macOS < 10.10 and iOS < 8.0 2017-01-09 10:11:48 +00:00
qoperatingsystemversion_p.h Add a "shim" to allow use of Clang 5's __builtin_available everywhere 2017-12-08 19:23:04 +00:00
qoperatingsystemversion_win.cpp Remove usages of Q_OS_WINCE 2019-05-23 13:51:05 +02:00
qoperatingsystemversion_win_p.h Add a "shim" to allow use of Clang 5's __builtin_available everywhere 2017-12-08 19:23:04 +00:00
qprocessordetection.h Add RISC-V detection 2019-04-29 13:49:26 +00:00
qrandom.cpp Port from implicit to explicit atomic integer operations 2019-06-28 00:24:10 +02:00
qrandom.h Replace Q_DECL_NOEXCEPT with noexcept in corelib 2019-04-03 13:49:45 +00:00
qrandom_p.h Port from implicit to explicit atomic integer operations 2019-06-28 00:24:10 +02:00
qsysinfo.h QSysInfo: add a function that returns the boot ID 2017-11-05 18:34:09 +00:00
qsystemdetection.h rtems: Add Q_OS_RTEMS macro to detect RTEMS OS 2019-05-28 11:23:35 +00:00
qt_pch.h Update precompiled headers 2019-04-09 21:57:17 +00:00
qt_windows.h MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 API 2017-10-19 10:58:59 +00:00
qtrace_p.h Merge remote-tracking branch 'origin/5.13' into dev 2019-05-07 11:58:30 +02:00
qtypeinfo.h QTypeInfo: move QLinkedlist declaration to qlinkedlist.h 2019-05-14 17:00:39 +00:00
qtypetraits.h Remove qtypetraits.h's contents altogether 2017-01-12 22:16:06 +00:00
qversiontagging.cpp Update the Qt version tagging to adapt to expected Qt 5.16 2018-07-18 15:57:05 +00:00
qversiontagging.h Use the namespace-mangled symbol for the qt_version_tag group name 2017-07-07 07:22:03 +00:00