summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-131-5/+3
* QFlatMap: fix const iterator APIMarc Mutz2022-01-071-8/+8
* QFlatMap: fix mixed rvalue/lvalue insert overloadsMarc Mutz2022-01-071-2/+2
* QThread: fix UB (invalid enum value) on Private::PriorityMarc Mutz2022-01-063-5/+5
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-062-9/+9
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-061-1/+7
* QArrayDataOps: remove unused header <algorithm>Marc Mutz2022-01-051-1/+1
* QAbstractAnimation: add missing forward-declarationMarc Mutz2022-01-051-0/+1
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-031-0/+2
* QByteArray: avoid detach() in a no-op replace()Marc Mutz2022-01-031-2/+3
* QThread/Unix: extract duplicate codeMarc Mutz2021-12-301-36/+27
* Docs: Add other Unix paths to the Linux table in QStandardPathsNicholas Bennett2021-12-301-1/+1
* Fix pattern type matchingJarek Kobus2021-12-281-4/+4
* wasm: prevent thread cross-talk when loggingMorten Johan Sørvig2021-12-241-0/+7
* wasm: hardcode idealThreadCount for some browsersLorn Potter2021-12-241-1/+5
* Doc: QSysInfo::productType: remove the "will be" note about Qt 6Thiago Macieira2021-12-231-4/+3
* Document the State Machine Framework changes in the Core Migration GuideTamas Martinec2021-12-231-0/+6
* QVariantAnimation: fix UB (FP 0/0) in interpolated() arg calculationMarc Mutz2021-12-221-1/+3
* QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-221-3/+4
* QStringBuilder: handle freeSpaceAtBegin() in op+=Marc Mutz2021-12-211-2/+2
* QString: use char16_t in isAscii() instead of QCharThiago Macieira2021-12-181-15/+19
* QString: don't let the compiler emit unnecessary loopingThiago Macieira2021-12-181-0/+6
* QString: replace an #if with ifThiago Macieira2021-12-181-6/+4
* QStringBuilder: fix quadratic behavior in op+=Marc Mutz2021-12-181-2/+7
* QVariant: use a typedef name when saving user types to QDataStreamThiago Macieira2021-12-173-6/+49
* QByteArray: fix UB (precondition violation) in replace()Marc Mutz2021-12-171-1/+3
* QByteArray: optimize replace() a bitMarc Mutz2021-12-171-1/+1
* Fix INTEGRITY runtime qobject issueTatiana Borisova2021-12-161-1/+1
* QString: fix UB (pointer arithmetic on nullptr) in qLastIndexOfMarc Mutz2021-12-161-1/+1
* Fix hash lookup using the value of a key iteratorLars Knoll2021-12-161-7/+13
* QCache: remove dead codeVolker Hilsheimer2021-12-161-17/+0
* QVarLengthArray: avoid std::aligned_storage (deprecated in C++23)Marc Mutz2021-12-161-1/+9
* QLogging: fix potential missing NUL-terminator when calling OutputDebugStringMarc Mutz2021-12-151-2/+2
* QNX: Fix QLockFile supportPasi Petäjäjärvi2021-12-141-1/+21
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-145-5/+5
* QHash::insert: Remove outdated \noteMårten Nordheim2021-12-131-3/+0
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-121-7/+45
* QLockFile/Linux: skip QFileInfo if we're just doing string manipulationThiago Macieira2021-12-111-1/+2
* QVarLengthArray: assert that the range passed to erase() is validMarc Mutz2021-12-111-0/+2
* QVarLengthArray: widen append(p, n)'s contractMarc Mutz2021-12-111-1/+1
* QList: fix typo in QList(It, It)Marc Mutz2021-12-111-1/+1
* QMultiHash::emplace: work around MSVC2019 recursion bugMårten Nordheim2021-12-101-1/+2
* QVarLengthArray: fix UB (precondition violation) in range-erase()Marc Mutz2021-12-101-0/+3
* CMake: Fix some of the CMake commands not using the right doc groupAlexandru Croitor2021-12-092-2/+2
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-091-6/+5
* Fall back to include() method for finalizers with CMake 3.17 or earlierCraig Scott2021-12-081-5/+9
* QFuture: extend the docs to explain how to cancel continuation chainSona Kurazyan2021-12-072-0/+41
* QMultiHash: fix erase returning the wrong iteratorMårten Nordheim2021-12-071-2/+3
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-1/+1
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-031-1/+8