| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | Add Objective-C specific type converters to QUuid. | Jake Petroules | 2015-11-04 | 1 | -0/+33 |
| |/ |
|
| * | Fix some doc warnings. | Friedemann Kleint | 2015-09-11 | 1 | -2/+2 |
| * | QUuid: Also use CoCreateGuid on WinRt/Winphone and WinCE | Oliver Wolff | 2015-09-02 | 1 | -3/+3 |
| * | QtCore: Fix const correctness in old style casts | Thiago Macieira | 2015-07-20 | 1 | -1/+1 |
| * | QUuid: add missing relational operators | Marc Mutz | 2015-04-04 | 1 | -0/+28 |
| * | QUuid: add some noexcept | Marc Mutz | 2015-04-04 | 1 | -5/+5 |
| * | QUuid: properly scope macros | Marc Mutz | 2015-04-03 | 1 | -1/+2 |
| * | QUuid: implement op> in terms of op< | Marc Mutz | 2015-04-03 | 1 | -11/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<< | Kai Koehne | 2015-02-09 | 1 | -1/+2 |
| * | Merge the multiple implementations of fromHex too | Thiago Macieira | 2014-12-13 | 1 | -9/+3 |
| * | Merge the different implementations of toHex in one central place | Thiago Macieira | 2014-12-13 | 1 | -6/+3 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Move the hex digits out of _q_toHex | Thiago Macieira | 2014-05-14 | 1 | -2/+2 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -12/+12 |
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -6/+6 |
| * | 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 | -12/+1 |
| * | Review of documentation. | Michele Caini | 2012-10-19 | 1 | -3/+27 |