index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
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
/
qglobal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move qVersion() into it's own header
Marc Mutz
2022-12-08
1
-1
/
+2
*
QtGlobal: update the description section
Sona Kurazyan
2022-10-06
1
-106
/
+44
*
Move the rest of macros from qglobal to QtPreprocessorSupport
Ivan Solovev
2022-10-06
1
-10
/
+0
*
Move qAsConst() and qExchange() to QtTypeTraits
Ivan Solovev
2022-10-06
1
-96
/
+0
*
Move QFunctionPointer typedef to a separate header
Ivan Solovev
2022-10-06
1
-7
/
+0
*
Provide documentation for qprocessordetection.h header
Ivan Solovev
2022-10-06
1
-380
/
+0
*
Provide documentation for qcompilerdetection.h header
Ivan Solovev
2022-10-06
1
-371
/
+0
*
Provide documentation for qsystemdetection.h header
Ivan Solovev
2022-10-06
1
-183
/
+0
*
Move docs for QT_REQUIRE_VERSION to qmessagebox.cpp
Sona Kurazyan
2022-09-22
1
-19
/
+0
*
Move docs for Q_DECLARE_TYPEINFO to qtypeinfo.qdoc
Sona Kurazyan
2022-09-22
1
-52
/
+0
*
Move docs for helpers from QtForeach to qforeach.qdoc
Sona Kurazyan
2022-09-22
1
-71
/
+0
*
Move docs for deprecation macros to qtdeprecationmarkers.qdoc
Sona Kurazyan
2022-09-22
1
-51
/
+0
*
Move the implementation and docs of QSysInfo to qsysinfo.cpp
Sona Kurazyan
2022-09-22
1
-1046
/
+0
*
Move QT_VERSION_STR docs to qlibraryinfo.cpp
Sona Kurazyan
2022-09-22
1
-12
/
+0
*
Move docs for Q_INT64_C()/Q_UINT64_C() macros to qtypes.cpp
Sona Kurazyan
2022-09-22
1
-26
/
+0
*
Improve docs for QtNumeric header
Sona Kurazyan
2022-09-21
1
-119
/
+0
*
Move QFlags docs from qglobal.cpp to qflags.qdoc
Sona Kurazyan
2022-09-21
1
-457
/
+0
*
Fix docs for types and macros from qlogging.h
Sona Kurazyan
2022-09-01
1
-200
/
+0
*
Move qVersion() from qglobal.h to qlibraryinfo.h
Sona Kurazyan
2022-09-01
1
-15
/
+0
*
Extract header qdarwinhelpers.h from qglobal.h
Sona Kurazyan
2022-08-30
1
-32
/
+0
*
Move qSharedBuild() from qglobal.h to qlibraryinfo.h
Sona Kurazyan
2022-08-29
1
-9
/
+0
*
Extract header qtypetraits.h from qglobal.h
Sona Kurazyan
2022-08-25
1
-9
/
+0
*
Move docs for qlonglong and qulonglong to QtTypes
Sona Kurazyan
2022-08-25
1
-19
/
+0
*
Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TO
Ivan Solovev
2022-08-19
1
-13
/
+23
*
Extract header qtclasshelpermacros.h
Sona Kurazyan
2022-08-19
1
-57
/
+0
*
Extract header qexceptionhandling.h from qglobal.h
Sona Kurazyan
2022-08-19
1
-15
/
+0
*
Mark C++11/C++14 portability macros as deprecated
Kai Köhne
2022-08-14
1
-31
/
+5
*
Move qMin/qMax/qBound() to a separate qminmax.h header
Ivan Solovev
2022-08-11
1
-37
/
+0
*
Extract header qtypes.h from qglobal.h
Sona Kurazyan
2022-08-11
1
-316
/
+0
*
Move Q_ASSUME and Q_UNREACHABLE to qassert.h
Sona Kurazyan
2022-08-05
1
-62
/
+1
*
Move Q_CHECK_PTR and related helpers to qassert.h
Sona Kurazyan
2022-08-05
1
-60
/
+0
*
Fix generation of the forward header for QFunctionPointer
Sona Kurazyan
2022-08-05
1
-1
/
+1
*
Extract header qassert.h from qglobal.h
Sona Kurazyan
2022-08-05
1
-63
/
+0
*
Move q{,Utf8, Utf16}Printable to qstring.h
Sona Kurazyan
2022-08-04
1
-61
/
+0
*
QSysInfo::prettyProductName(): add missing macOS product names
Yuhang Zhao
2022-08-03
1
-2
/
+9
*
Extract header qtversionchecks.h from qglobal.h
Sona Kurazyan
2022-07-29
1
-44
/
+0
*
Extract header qenvironmentvariables.h from qglobal.h
Sona Kurazyan
2022-07-29
1
-328
/
+0
*
Extract header qoverload.h from qglobal.h
Sona Kurazyan
2022-07-29
1
-51
/
+0
*
Extract header qtranslation.h from qglobal.h
Sona Kurazyan
2022-07-29
1
-204
/
+0
*
QSysInfo: update docs to mention the latest os
Yuhang Zhao
2022-07-09
1
-10
/
+8
*
Move numeric functions from qglobal.h to qnumeric.h
Ivan Solovev
2022-07-08
1
-9
/
+9
*
Darwin: Replace deprecated symbol kIOMasterPortDefault with equivalent
Tor Arne Vestbø
2022-07-06
1
-1
/
+2
*
Fix Windows display version
Yuhang Zhao
2022-05-26
1
-5
/
+10
*
qglobal: resolve one Qt6 TODO
Yuhang Zhao
2022-05-23
1
-12
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Remove remnants of the old Intel C++ compiler
Thiago Macieira
2022-05-11
1
-3
/
+7
*
Fix build with clang-cl
Yuhang Zhao
2022-03-31
1
-1
/
+1
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-1
/
+28
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-3
/
+3
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-16
/
+17
[next]