index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
global
/
qcompilerdetection.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: update clang compiler detection
Rami Potinkara
2025-05-20
1
-1
/
+1
*
Update Apple Clang/LLVM version mapping
Tor Arne Vestbø
2025-05-08
1
-1
/
+7
*
Add support for C23 standard attributes using __has_c_attribute()
Thiago Macieira
2025-04-03
1
-8
/
+19
*
unreachable: silence warning with clang-cl
Tim Blechmann
2025-03-10
1
-1
/
+3
*
Q_DECL_EQ_DELETE_X: properly version the check for Clang
Giuseppe D'Angelo
2025-02-26
1
-2
/
+2
*
Fix detection of -fPIE code for QT_CONFIG(reduce_relocations)
Thiago Macieira
2025-02-04
1
-2
/
+7
*
QThreadStorage: remove unused moc-skipping guards
Thiago Macieira
2025-01-19
1
-5
/
+3
*
Move the <version> include from qcompilerdetection.h to qtconfiginclude.h
Marc Mutz
2025-01-18
1
-6
/
+0
*
Mark max length work buffers uninitialized
Allan Sandfeld Jensen
2024-11-30
1
-0
/
+6
*
Compiler detection: guard =delete("reason") on Clang
Giuseppe D'Angelo
2024-09-20
1
-1
/
+5
*
Add Q_(UN)LIKELY_BRANCH
Mårten Nordheim
2024-08-29
1
-0
/
+10
*
qcompilerdetection.h: Introduce Q_CONSTEXPR_DTOR macro for variables
Rym Bouabid
2024-08-10
1
-0
/
+9
*
Long live Q_DECL_EQ_DELETE_X
Giuseppe D'Angelo
2024-08-08
1
-0
/
+9
*
QVariant: fix msvc version comparison for c++20 support check
Mårten Nordheim
2024-08-02
1
-3
/
+3
*
qcompilerdetection.h: Introduce Q_DECL_CONSTEXPR_DTOR macro
Rym Bouabid
2024-07-15
1
-0
/
+10
*
QVariant: fix C++20 build with older MSVC 2022
Marc Mutz
2024-04-27
1
-0
/
+4
*
MSVC: improve QASV(const char(&str)[N]) compilation time
Ivan Solovev
2024-04-26
1
-0
/
+2
*
QCompilerDetection: move qsystemdetection.h to inside the include guard
Ahmad Samir
2024-04-17
1
-2
/
+1
*
Compiler detection - __attribute__((fallthrough)) for clang
Tim Blechmann
2024-03-04
1
-2
/
+2
*
QList: give the LWG 3346 #ifdef'ery a symbolic name
Marc Mutz
2024-02-08
1
-0
/
+5
*
Remove QT_MAKE_UNCHECKED_ARRAY_ITERATOR
Mårten Nordheim
2023-12-07
1
-1
/
+0
*
Implement compare helper macros
Ivan Solovev
2023-11-28
1
-0
/
+7
*
Fix compilation with MSVC 17.8
Mårten Nordheim
2023-11-10
1
-2
/
+4
*
qcompilerdetection: Add missing qtconfiginclude.h
Thiago Macieira
2023-10-06
1
-0
/
+1
*
CompilerDetection: Define Q_UNREACHABLE_RETURN for MSVC
Olivier De Cannière
2023-08-11
1
-0
/
+1
*
qcompilerdetection.h: check __cplusplus is defined before using it
Ahmad Samir
2023-07-08
1
-1
/
+1
*
Short live Q_NODISCARD_(CTOR_)X!
Marc Mutz
2023-06-22
1
-0
/
+13
*
qcompilerdetection.h: move Q_NODISCARD_CTOR def near Q_REQUIRED_RESULT
Marc Mutz
2023-06-21
1
-9
/
+10
*
Add missing line continuations for memory_resource opt-out on Apple systems
Tor Arne Vestbø
2023-06-08
1
-3
/
+3
*
Opt out of standard library memory_resource on macOS < 14 and iOS < 17
Tor Arne Vestbø
2023-06-08
1
-7
/
+13
*
Update mapping between Apple Clang versions and upstream Clang
Tor Arne Vestbø
2023-06-07
1
-1
/
+5
*
Break some include cycles in qglobal.h [1/3]
Ahmad Samir
2023-05-26
1
-3
/
+1
*
Short live Q_NODISCARD_CTOR
Ivan Solovev
2023-04-30
1
-0
/
+9
*
Short live QT_ENABLE_P0846_SEMANTICS_FOR!
Marc Mutz
2023-03-22
1
-0
/
+14
*
Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition
Edward Welbourne
2023-03-20
1
-1
/
+1
*
qcompilerdetection: all supported compilers have visibility attributes
Ahmad Samir
2023-03-15
1
-1
/
+1
*
QCompilerDetection: fix compiler warning about undefined macro
Ahmad Samir
2023-03-05
1
-4
/
+5
*
qcompilerdetection.h: add Q_COMPILER_MANGLES_ACCESS_SPECIFIER
Marc Mutz
2023-01-23
1
-0
/
+1
*
Update a cppreference link
Giuseppe D'Angelo
2022-12-24
1
-2
/
+1
*
qcompilerdetection.h: de-duplicate feature test macro discussion
Marc Mutz
2022-12-07
1
-4
/
+4
*
qcompilerdetection: Introduce QT_ASAN_ENABLED
Fabian Kosmale
2022-11-30
1
-0
/
+10
*
Remove QT_HAS_FOO() wrapper macros for __has_foo()
Tor Arne Vestbø
2022-11-28
1
-8
/
+0
*
qcompilerdetection.h: include <version>
Marc Mutz
2022-11-19
1
-1
/
+13
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-2
/
+2
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-0
/
+1
*
qcompilerdetection.h: detect Coverity
Marc Mutz
2022-10-15
1
-0
/
+5
*
Provide documentation for qcompilerdetection.h header
Ivan Solovev
2022-10-06
1
-0
/
+1
*
Remove Q_DUMMY_COMPARISON_OPERATOR
Sona Kurazyan
2022-08-30
1
-1
/
+0
*
qcompilerdetection.h: modernize the check for exception support
Sona Kurazyan
2022-08-19
1
-2
/
+1
*
Move warning suppression macros from qglobal.h to qcompilerdetection.h
Sona Kurazyan
2022-08-19
1
-0
/
+14
[next]