summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Q[Multi]Hash::reserve(): do nothing if desired size is less than currentIvan Solovev2022-04-061-0/+6
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-062-5/+35
* Doc: QMap: Add ref-qualifiers to \fn signatures for toStd[Multi]Map()Topi Reinio2022-03-312-2/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-293-7/+9
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-265-10/+10
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-253-14/+16
* Fix build with latest Apple clang versionVolker Hilsheimer2022-03-211-2/+2
* QRect: add toRectF()Marc Mutz2022-03-192-4/+24
* QLine/QMargins: add toLineF/toMarginsF()Marc Mutz2022-03-194-7/+38
* QSize/QPoint: add toSizeF/toPointF()Marc Mutz2022-03-194-8/+36
* QMargins: fix a missing "full stop" in the docsMarc Mutz2022-03-191-1/+1
* QVariant: reduce transitive includesFabian Kosmale2022-03-171-1/+5
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QHash: fix -Werror=maybe-uninitialized (GCC 11.2)Marc Mutz2022-03-171-1/+1
* QFlatMap: make insertion STL-compatibleMarc Mutz2022-03-161-23/+51
* QHash: Initialize the hash seed as soon as QtCore loadsThiago Macieira2022-03-151-11/+31
* QVersionNumber: Make documentation period display style consistentChristian Heimlich2022-03-151-1/+1
* Use qstringfwd.h when forward declaring string classesSona Kurazyan2022-03-121-3/+1
* QFlatMap: fix warning -Wunused-but-set-variable (GCC) in remove_if()Marc Mutz2022-03-111-1/+1
* CMake: add detection of x86 VAES and AVX512VBMI2 featuresThiago Macieira2022-03-081-1/+1
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-041-1/+2
* QCryptographicHash: code tidiesGiuseppe D'Angelo2022-03-041-11/+11
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-046-0/+132
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-031-1/+1
* QFlatMap: add remove_ifMarc Mutz2022-03-031-0/+75
* Revert "Change third party SHA-3 implementation to use"Øystein Heskestad2022-03-011-117/+144
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-243-4/+5
* QHash: Fix building for i386 after "add support for VAES and AVX512VL"Martin Storsjö2022-02-241-1/+1
* qHash: fix running on CPUs without AVX2Thiago Macieira2022-02-221-1/+1
* Protect headers against min/max macrosMarc Mutz2022-02-221-2/+2
* QHash: split the x86 AES hash into three separate functionsThiago Macieira2022-02-201-27/+45
* QHash: invert the case that is excluded: use VAES and AVX512VLThiago Macieira2022-02-201-30/+34
* QHash: add support for VAES and AVX512VLThiago Macieira2022-02-201-36/+185
* QByteArray: Extract Function QtMiscUtils::caseCompareAscii()Marc Mutz2022-02-191-0/+9
* QColor: avoid Unicode table lookups in fromString()Marc Mutz2022-02-181-0/+5
* QHash: fix off-by-one in assertionsMårten Nordheim2022-02-161-6/+6
* Change third party SHA-3 implementation to useØystein Heskestad2022-02-151-144/+117
* QFlatMap: temporarily disable some codeMarc Mutz2022-02-141-0/+8
* QHashSeed: remove 'pure' attribute on globalSeed()Marc Mutz2022-02-121-1/+1
* QHash: mark murmurhash() and siphash() hot and never-inlineThiago Macieira2022-02-101-4/+5
* QFreeList: replace a Q_ASSERT(false) with Q_UNREACHABLE()Thiago Macieira2022-02-101-1/+1
* Sequential erase/_if: don't apply predicate twice to elementMarc Mutz2022-02-021-25/+34
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-012-3/+4
* QWeakPointer: make default ctor constexprMarc Mutz2022-02-011-1/+1
* QFlatMap: fix is_transparent detectionMarc Mutz2022-01-301-1/+1
* QFlatMap: remove binary_find()Marc Mutz2022-01-301-50/+28
* QFlatMap: add full is_transparent support [3/3]: add overloadsMarc Mutz2022-01-301-0/+62
* QFlatMap: add full is_transparent support [2/3]: shuffle functionsMarc Mutz2022-01-291-23/+19
* QVersionNumber: remove the "pure" attribute from commonPrefix()Thiago Macieira2022-01-281-1/+1
* QFlatMap: add full is_transparent support [1/3]: split functionsMarc Mutz2022-01-291-2/+14