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
/
plugin
/
quuid.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QUuid: add the ability to specify the byte order for 128-bit IDs
Thiago Macieira
2022-12-16
1
-7
/
+21
*
QUuid: add a trivial structure to support exactly 128 bits
Thiago Macieira
2022-12-16
1
-1
/
+43
*
QUuid: use NSDMI to initialize the members
Thiago Macieira
2022-12-16
1
-5
/
+5
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-4
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-1
/
+1
*
Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per module
Marc Mutz
2022-02-01
1
-2
/
+2
*
QUuid: port to QAnyStringView
Marc Mutz
2021-07-30
1
-1
/
+6
*
QUuid: port fromRfc4122() to QByteArrayView
Marc Mutz
2021-07-28
1
-0
/
+3
*
QUuid: remove Windows-only pre-C++11 constructor implementation
Marc Mutz
2021-07-09
1
-11
/
+0
*
QUuid: clean up pre C++11 constructors
Marc Mutz
2021-07-08
1
-26
/
+0
*
Whitespace cleanup in corelib/ mimetypes, plugin and thread
Allan Sandfeld Jensen
2020-10-21
1
-3
/
+2
*
QUuid: merge toString() overloads and toByteArray() overloads
Edward Welbourne
2020-09-14
1
-5
/
+3
*
Make QUUid constructors from string like types explicit
Lars Knoll
2020-08-27
1
-3
/
+3
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-9
/
+9
*
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
-22
/
+22
*
Merge remote-tracking branch 'origin/dev' into 5.11
Liang Qi
2018-02-10
1
-1
/
+3
|
\
|
*
Support for LTTNG and ETW tracing
Rafael Roquetto
2018-01-28
1
-1
/
+3
*
|
QUuid: add a way to get the string form without the braces
Thiago Macieira
2018-02-03
1
-0
/
+9
|
/
*
doc: Ensure GUID is declared for clangqdoc
Martin Smith
2017-11-16
1
-6
/
+6
*
QUuid, QHttpMultipart and QHash: use QRandomGenerator
Thiago Macieira
2017-06-12
1
-0
/
+1
*
QUuid: add fromString(QStringView/QLatin1String)
Marc Mutz
2017-04-20
1
-0
/
+2
*
Properly forward-declare the Apple types with Q_QDOC
Olivier Goffart
2016-05-31
1
-1
/
+1
*
darwin: Simplify conversion function declarations in headers
Tor Arne Vestbø
2016-05-03
1
-5
/
+1
*
Forward declare the Objective C types for the documentation.
Olivier Goffart
2016-03-18
1
-2
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Add Objective-C specific type converters to QUuid.
Jake Petroules
2015-11-04
1
-0
/
+15
*
QUuid: add missing relational operators
Marc Mutz
2015-04-04
1
-0
/
+5
*
QUuid: add some noexcept
Marc Mutz
2015-04-04
1
-17
/
+17
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add Q_DECL_RELAXED_CONSTEXPR to QUuid
Olivier Goffart
2014-12-11
1
-8
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
qcompilerdetection.h: add Q_COMPILER_UNIFORM_INIT
Marc Mutz
2013-11-15
1
-2
/
+2
*
qdoc: Use Q_QDOC in quuid.h to help qdoc
Martin Smith
2013-04-03
1
-5
/
+5
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Remove QUUID_STRING from qfeatures.{h,txt}
Tasuku Suzuki
2012-12-05
1
-4
/
+0
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Add Q_DECL_NOTHROW to some qHash functions
Thiago Macieira
2012-08-20
1
-1
/
+1
*
More qHash(T, uint) support
Giuseppe D'Angelo
2012-07-23
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into api_changes
Oswald Buddenhagen
2012-04-10
1
-0
/
+16
|
\
|
*
QUuid: mark constructors constexpr
Marc Mutz
2012-03-27
1
-0
/
+16
*
|
QUuid: mark as Q_PRIMITIVE_TYPE
Marc Mutz
2012-04-02
1
-1
/
+1
|
/
*
Add JSON support to the bootstrap library
Lars Knoll
2012-02-15
1
-1
/
+2
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Remove use of QT_MODULE from library
Gunnar Sletta
2012-01-25
1
-1
/
+0
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Add V3(md5) and V5(sha1) version for DCE in QUuid
Liang Qi
2012-01-10
1
-2
/
+20
*
Implement QDebug stream operators for builtin classes
Jędrzej Nowacki
2012-01-10
1
-0
/
+4
[next]