summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1684-3117/+201
* QVersionNumber: de-inline QList constructor calls and resize()Marc Mutz2022-05-132-12/+36
* QVarLengthArray: Move unique_ptr<void, free_deleter> to QVLABaseBaseMarc Mutz2022-05-131-4/+6
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* QHash: port away from std::aligned_storageMarc Mutz2022-05-071-1/+1
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-062-3/+3
* QVersionNumber: Show type in QDebug outputFlorian Bruhin2022-05-041-1/+2
* qhashfunctions.h: add std::hash specialization for QByteArrayViewThiago Macieira2022-04-221-0/+1
* QVarLengthArray: add missing (size, value) ctorMarc Mutz2022-04-132-0/+21
* QVarLengthArray: simplify SFINAE on resize(n, v)Marc Mutz2022-04-131-6/+6
* Q[Multi]Hash: fix squeeze()Ivan Solovev2022-04-061-15/+29
* 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