summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Short live the Qt implementation of the Detection IdiomMarc Mutz2022-11-301-28/+12
* QTaggedPointer: Assert on the same tag value as we use in setTag()Ulf Hermann2022-11-301-2/+4
* [docs] QList: fix history of clear() semantics changeMarc Mutz2022-11-271-10/+7
* Documentation: Fix information on how to iterate over listsFriedemann Kleint2022-11-241-15/+1
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-242-5/+5
* QFlatMap: make nested mock_object SCARYMarc Mutz2022-11-191-15/+19
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-162-20/+15
* QFlatMap: fix a declval usageGiuseppe D'Angelo2022-11-081-1/+1
* QCryptographicHash: fix build: #include <array> was missingThiago Macieira2022-11-051-0/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-4/+4
* QString: don't detach in remove(pos, len)Ahmad Samir2022-11-031-0/+11
* QHash: tame HasQHashSingleArgOverload ODR violationsGiuseppe D'Angelo2022-11-012-13/+30
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-218-16/+16
* Add the toDOMRect/fromDOMRect functions to QRectFMikolaj Boc2022-10-191-0/+10
* QHash: simplify HashSeedStorage::initialize()Marc Mutz2022-10-161-3/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-153-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-5/+5
* [docs] QMap: fix missing toStdMap()&& overload docsMarc Mutz2022-10-081-0/+9
* Replace qExchange with std::exchangeMarc Mutz2022-10-073-4/+4
* Short live q20::transform()!Marc Mutz2022-10-071-11/+3
* Short live q20::copy{,_n,_if}!Marc Mutz2022-10-071-2/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-042-15/+15
* QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-09-291-2/+21
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-285-13/+13
* QCryptographicHash: only use OpenSSL 3.0 when OpenSSL will be linkedJan Grulich2022-09-271-2/+2
* QCryptographicHash: implement OpenSSL 3.0 supportJan Grulich2022-09-261-0/+160
* QCryptographicHash: Add getter for algorithm()Linus Jahn2022-09-122-0/+11
* Make QCryptographicHash move constructibleLinus Jahn2022-09-122-0/+37
* QOffsetStringArray: fix size_t/qsizetype mismatchMarc Mutz2022-09-051-1/+1
* QOffsetStringArray: highlight closing of namespace QtPrivateMarc Mutz2022-09-051-1/+1
* QOffsetStringArray: fix ambiguous qOffsetStringArray overloadsMarc Mutz2022-09-051-2/+2
* QList: don't detach twice in operator[]Mårten Nordheim2022-08-281-1/+1
* QScopedArrayPointer: port to qsizetypeMarc Mutz2022-08-262-4/+10
* Extract header qswap.h from qglobal.hSona Kurazyan2022-08-251-12/+0
* Doc: Format certain operators in textPaul Wicking2022-08-233-28/+28
* Move qt_error_string to qlogging.hSona Kurazyan2022-08-051-0/+1
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-302-4/+4
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-291-0/+1
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-203-4/+2
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* Long live QT6_{DECL,IMPL,CALL}_NEW_OVERLOAD!Marc Mutz2022-07-201-1/+2
* QLine/F: mark as primitive typeMarc Mutz2022-07-081-2/+2
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-222-0/+8
* qHash: pass QByteArrayView to qHash() by valueThiago Macieira2022-06-152-6/+9
* Add "We mean it" warning to new private headerVolker Hilsheimer2022-06-131-0/+11
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-311-0/+95
* QMap: remove more docs referring to multiple values for the same keyGiuseppe D'Angelo2022-05-291-21/+4
* QMap: fix values() documentationGiuseppe D'Angelo2022-05-251-3/+1
* QVector: make sure the forwarding headers for the Java iterators existThiago Macieira2022-05-231-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-1684-3117/+201