summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Suppress GCC 13's -Wmaybe-uninitialized in q_uninitialized_relocate_nThiago Macieira2023-01-171-0/+5
* qarraydataops.h: Pass initializer_list by value in copyRangesFabian Kosmale2023-01-171-1/+1
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-161-23/+16
* QCryptographicHash: no need to store return values just to ignore themJan Grulich2023-01-121-4/+2
* QVarLengthArray: Extract Method growBy()Marc Mutz2023-01-121-3/+5
* QVarLengthArray::resize_impl: don't default argument, overloadMarc Mutz2023-01-121-3/+9
* QCryptographicHash[OpenSSL]: allow to get intermediary resultJan Grulich2023-01-121-2/+4
* QCryptographicHashPrivate: repack, by moving the enum to the endThiago Macieira2023-01-111-2/+2
* QCryptographicHash: add a mutex to writing to the resultsThiago Macieira2023-01-111-39/+50
* QCryptographicHashPrivate: standardize on quint8Thiago Macieira2023-01-111-5/+4
* QCryptographicHash[OpenSSL]: do not resize result when adding dataJan Grulich2023-01-111-1/+0
* Move QTypeInfo<std::pair> from qpair.h to qtypeinfo.h to avoid ODR violationMarc Mutz2023-01-101-3/+0
* QOffsetStringArray: fix -Werror=type-limitsLiang Qi2023-01-091-2/+4
* [doc] QSharedPointer: add some missing docsMarc Mutz2022-12-222-0/+57
* QtMiscUtils: add missing toAsciiUpper(), use it in mocMarc Mutz2022-12-181-0/+5
* Add QCryptographicHash::supportsAlgorithm() to check supported algorithmJan Grulich2022-12-162-0/+36
* QCryptographicHash: clear the result in QCH::reset() when using OpenSSLJan Grulich2022-12-151-1/+1
* Remove the last in-tree user of qExchange() and mark all of Qt free of itMarc Mutz2022-12-141-1/+2
* QContainerTools: add q_points_into_range overloadAhmad Samir2022-12-113-4/+20
* QOffsetStringArray: add contains() methodMarc Mutz2022-12-091-0/+9
* QString/QByteArray/QList: de-pessimize op+ [2/2]: overload on rvalue LHSMarc Mutz2022-12-072-11/+11
* Add a centralized dependent_false typeGiuseppe D'Angelo2022-12-061-2/+1
* 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