summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/quuid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
* Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+2
* Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-2/+2
* QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-221-1/+1
* darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-031-33/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devJędrzej Nowacki2015-11-051-4/+4
|\
| * Doc: fixed broken linksNico Vertriest2015-11-041-2/+2
| * Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-2/+2
* | Add Objective-C specific type converters to QUuid.Jake Petroules2015-11-041-0/+33
|/
* Fix some doc warnings.Friedemann Kleint2015-09-111-2/+2
* QUuid: Also use CoCreateGuid on WinRt/Winphone and WinCEOliver Wolff2015-09-021-3/+3
* QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-1/+1
* QUuid: add missing relational operatorsMarc Mutz2015-04-041-0/+28
* QUuid: add some noexceptMarc Mutz2015-04-041-5/+5
* QUuid: properly scope macrosMarc Mutz2015-04-031-1/+2
* QUuid: implement op> in terms of op<Marc Mutz2015-04-031-11/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+2
* Merge the multiple implementations of fromHex tooThiago Macieira2014-12-131-9/+3
* Merge the different implementations of toHex in one central placeThiago Macieira2014-12-131-6/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Move the hex digits out of _q_toHexThiago Macieira2014-05-141-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-12/+12
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-6/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove QUUID_STRING from qfeatures.{h,txt}Tasuku Suzuki2012-12-051-12/+1
* Review of documentation.Michele Caini2012-10-191-3/+27
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-201-1/+1
* Fix more qdoc errorsLars Knoll2012-08-201-5/+7
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-231-6/+9
* Make QUuid compile with QT_NO_QUUID_STRING without breaking QDebug <<Jeremy Katz2012-06-201-1/+6
* Make QUuid compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-181-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-3/+3
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-84/+84
* Add JSON support to the bootstrap libraryLars Knoll2012-02-151-1/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove Q_CC_MWERKS.Robin Burchell2012-01-191-1/+1
* Add V3(md5) and V5(sha1) version for DCE in QUuidLiang Qi2012-01-101-2/+63
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+9
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Removed obsolete function QUuid::operator QString()Denis Dzyubenko2012-01-051-9/+0
* Add a qHash for QUuidOlivier Goffart2011-07-191-0/+11
* Update the documentation of QUuid::operator QStringOlivier Goffart2011-07-191-0/+1
* Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-271-0/+92
* Add QUuid::toByteArray() and relevantLiang Qi2011-05-271-0/+79
* QDataStream: speedup steaming of QUuid.Liang Qi2011-05-271-17/+47