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.10.0
6.10.1
6.11
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
6.9.2
6.9.3
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
/
plugin
/
quuid.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark qtbase/src/corelib/plugin files as security-critical
Magdalena Stojek
2025-06-04
1
-0
/
+1
*
QUuid: fix qHash() on 64-bit platforms
Marc Mutz
2025-03-19
1
-4
/
+3
*
QUuid: mark Version::UnixEpoch as since 6.9
Marc Mutz
2025-01-08
1
-2
/
+2
*
Bootstrap: remove QUuid and QCryptographicHash: they're now unused
Thiago Macieira
2024-12-30
1
-6
/
+2
*
QUuid: add support for creating UUID v7
Ahmad Samir
2024-12-07
1
-3
/
+25
*
Create qdoc macros for C++ class docs 2.1: qHash()
Marc Mutz
2024-11-27
1
-2
/
+2
*
QUuid: restore sorting order of Qt < 6.8
Thiago Macieira
2024-10-21
1
-0
/
+3
*
QUuid: make more methods constexpr
Ivan Solovev
2024-08-30
1
-28
/
+2
*
QUuid: simplify the three-way comparison functions to make them constexpr
Thiago Macieira
2024-07-03
1
-39
/
+6
*
QUuid: port createUuidV{3,5}() to QByteArrayView
Marc Mutz
2024-05-29
1
-4
/
+10
*
QCryptographicHash: extend hashInto to more than one piece of data
Marc Mutz
2024-05-29
1
-7
/
+7
*
Replace QUuid::toRfc4122() with toBytes() where possible
Marc Mutz
2024-05-28
1
-1
/
+1
*
QUuid, GUID: use new comparison helper macros
Tatiana Borisova
2024-05-22
1
-40
/
+24
*
Bootstrap: remove QRandomGenerator
Thiago Macieira
2024-03-13
1
-2
/
+2
*
QUuid: de-pessimize QDataStream operator
Marc Mutz
2023-10-06
1
-7
/
+9
*
QUuid: convert bswap(Id128Bytes) to a hidden friend of Id128Bytes
Ivan Solovev
2023-08-18
1
-0
/
+48
*
QUuid: improve documentation regarding the order parameter
Ivan Solovev
2023-08-16
1
-4
/
+4
*
Remove QUuid(quint128) constructor again
Marc Mutz
2023-08-14
1
-13
/
+0
*
QUuid: add a named fromUInt128() ctor
Marc Mutz
2023-08-11
1
-1
/
+14
*
QUuid: add support for 128-bit integers
Thiago Macieira
2023-05-20
1
-2
/
+30
*
QUuid: add the ability to specify the byte order for 128-bit IDs
Thiago Macieira
2022-12-16
1
-8
/
+14
*
QUuid: add a trivial structure to support exactly 128 bits
Thiago Macieira
2022-12-16
1
-38
/
+51
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-4
/
+4
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-1
/
+1
*
Doc: Centralize RFC documentation-links in rfc.qdoc
Luca Di Sera
2021-09-16
1
-1
/
+1
*
Doc: fix a bunch of qdoc warnings from wrong prototypes
Volker Hilsheimer
2021-09-03
1
-2
/
+2
*
QUuid: port to QAnyStringView
Marc Mutz
2021-07-30
1
-41
/
+20
*
QUuid: port fromRfc4122() to QByteArrayView
Marc Mutz
2021-07-28
1
-15
/
+14
*
Whitespace cleanup in corelib/ mimetypes, plugin and thread
Allan Sandfeld Jensen
2020-10-21
1
-4
/
+4
*
QUuid: merge toString() overloads and toByteArray() overloads
Edward Welbourne
2020-09-14
1
-89
/
+1
*
Change qHash() to work with size_t instead of uint
Lars Knoll
2020-04-09
1
-1
/
+1
*
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-8
/
+8
*
QtCore: replace null and nullptr with \nullptr in documentation
Christian Ehrlicher
2019-02-18
1
-1
/
+1
*
Merge remote-tracking branch 'origin/dev' into 5.11
Liang Qi
2018-02-10
1
-3
/
+1
|
\
|
*
Support for LTTNG and ETW tracing
Rafael Roquetto
2018-01-28
1
-3
/
+1
*
|
QUuid: add a way to get the string form without the braces
Thiago Macieira
2018-02-03
1
-7
/
+112
|
/
*
QRandomGenerator: add system() and global()
Thiago Macieira
2017-10-29
1
-1
/
+1
*
QUuid, QHttpMultipart and QHash: use QRandomGenerator
Thiago Macieira
2017-06-12
1
-88
/
+10
*
QUuid: add fromString(QStringView/QLatin1String)
Marc Mutz
2017-04-20
1
-62
/
+94
*
QUuid: de-duplicate uuid → string formatting
Marc Mutz
2017-04-19
1
-28
/
+31
*
Use static initialization for QBasicAtomics
Marc Mutz
2017-02-16
1
-1
/
+1
*
Make some atomic counters zero-based
Marc Mutz
2017-02-15
1
-2
/
+2
*
Fix/adapt the uses of {to,set,from}Time_t in the qtbase source code
Thiago Macieira
2016-07-06
1
-2
/
+2
*
QDateTime: introduce {to,from,set,current}SecsSinceEpoch
Thiago Macieira
2016-06-22
1
-1
/
+1
*
darwin: Move conversion function documentation to function definition
Tor Arne Vestbø
2016-05-03
1
-33
/
+0
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/dev
Jędrzej Nowacki
2015-11-05
1
-4
/
+4
|
\
|
*
Doc: fixed broken links
Nico Vertriest
2015-11-04
1
-2
/
+2
|
*
Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)
Marc Mutz
2015-10-23
1
-2
/
+2
[next]