summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Doc: Allow qdoc to link to functions mentionedKai Köhne2023-06-091-6/+6
* Opt out of standard library memory_resource on macOS < 14 and iOS < 17Tor Arne Vestbø2023-06-081-1/+1
* Doc: Small fixes to QCommandLineParser overviewKai Köhne2023-06-061-10/+10
* QHash: reduce duplication between two lookupsMårten Nordheim2023-06-011-16/+4
* QArrayDataPointer: fix optional projection in assign()Dennis Oberst2023-05-311-1/+7
* QArrayDataPointer: add missing std::invoke call to projectionDennis Oberst2023-05-301-4/+5
* QArrayDataPointer: add missing Q_CHECK_PTR check in assign()Dennis Oberst2023-05-301-0/+2
* qgenericatomic.h: fix includesAhmad Samir2023-05-261-0/+1
* Break qglobal.h cyclic includes [3/3]Ahmad Samir2023-05-262-1/+8
* Break cyclic includes in qglobal.h [2/3]Ahmad Samir2023-05-261-2/+3
* Doc: fix warnings for QSetIterator see-alsosVolker Hilsheimer2023-05-251-10/+37
* QCallableObject: work around VS2022 compiler bugThiago Macieira2023-05-201-1/+9
* QVarLengthArray/QList: make assign() return a reference to *thisMarc Mutz2023-05-174-18/+18
* QList: re-use the prepend buffer, if any, on assign()Marc Mutz2023-05-171-4/+43
* QArrayDataPointer: add a C++20 ranges-style optional projection to assign()Marc Mutz2023-05-161-4/+6
* QList: add STL-style assign()Dennis Oberst2023-05-163-2/+118
* QHash: suppress GCC 12 & 13 warning that QHash could overflowThiago Macieira2023-05-151-0/+8
* QHash: centralize the span allocationThiago Macieira2023-05-151-9/+17
* Clean up phrasing of --help-all and other help optionsEdward Welbourne2023-05-151-5/+10
* Remove Java iterator APIs for moving back if operator-- is not availableVolker Hilsheimer2023-05-103-4/+32
* Long live QtPrivate::CompactStorage<>Marc Mutz2023-05-091-0/+68
* Resolve symbol ambiguity when building with Unity BuildAmir Masoud Abdol2023-05-041-2/+5
* Brush up the container code snippetsFriedemann Kleint2023-05-044-4/+4
* QVarLengthArray: simplify / optimize assign(It, It)Marc Mutz2023-05-031-18/+19
* QVarLengthArray: remove unnecessary exception checkDennis Oberst2023-05-032-4/+7
* [docs] QList: fix history of resize(n) semantics changeMarc Mutz2023-04-281-2/+7
* QCommandLineParser: fix some narrowing conversion warningsAhmad Samir2023-04-251-15/+15
* Silence MSVC warning on constructing QList from initializer_listEdward Welbourne2023-04-241-3/+3
* QSet: fix a qdoc warning about method signatureAhmad Samir2023-04-201-1/+1
* QMultiHash: fix missing update to m_sizeThiago Macieira2023-04-041-1/+3
* QtBase/doc: fix examples for QHash/QMap/QMultiMap::erase()Christian Ehrlicher2023-03-313-155/+45
* Doc: Use \relates for functions in the global scopeTopi Reinio2023-03-281-0/+2
* QTaggedPointer: fix warning due to integer type conversionHamish Moffatt2023-03-271-1/+1
* QArrayDataPointer: skip deallocate detourFabian Kosmale2023-03-231-1/+1
* Short live QT_ENABLE_P0846_SEMANTICS_FOR!Marc Mutz2023-03-223-0/+6
* QCryptographicHash: constexpr ALL of QSmallByteArrayMarc Mutz2023-03-211-19/+19
* QMessageAuthenticationCode: have setKey() call initMessageHash()Marc Mutz2023-03-211-3/+2
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* QMessageAuthenticatonCode: re-use QCryptographicHash's result bufferMarc Mutz2023-03-201-8/+3
* QMessageAuthenticationCode: remove Private::methodMarc Mutz2023-03-201-3/+2
* QMessageAuthenticationCode: reuse messageHash mutexMarc Mutz2023-03-201-3/+2
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-0/+5
* QCryptographicHash: move EVP struct into the contexts unionMarc Mutz2023-03-171-40/+80
* QCryptographicHash: move EVP members into a structMarc Mutz2023-03-171-15/+17
* QCryptographicHash: separate EVP and non-EVP OpenSSL3 operationsMarc Mutz2023-03-171-5/+22
* QCryptographicHash: separate OpenSSL3 and traditional modes moreMarc Mutz2023-03-171-21/+51
* QCryptographicHash: split initialization from reset()ingMarc Mutz2023-03-171-19/+86
* QCryptographicHash: fix missing EVP_DigestInit_ex() after EVP_MD_CTX_reset()Marc Mutz2023-03-171-0/+1
* QMessageAuthenticationCode: make reset() noexceptMarc Mutz2023-03-172-2/+2
* QMessageAuthenticationCode: port to QByteArrayView [3/3]: static hash()Marc Mutz2023-03-172-1/+7