summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-133-0/+120
* QAbstractProxyModel: do not access invalid indexesGiuseppe D'Angelo2022-04-133-9/+112
* QVarLengthArray: add missing (size, value) ctorMarc Mutz2022-04-132-0/+21
* Fix build on CentOS 7Ilya Fedin2022-04-131-0/+2
* QDateTime: add support for std::chrono::duration arithmeticGiuseppe D'Angelo2022-04-132-0/+102
* QVarLengthArray: simplify SFINAE on resize(n, v)Marc Mutz2022-04-131-6/+6
* QXmlStreamSimpleStack: disable copy and move SMFsMarc Mutz2022-04-131-0/+2
* QXmlStreamPrivateTagStack: don't fail on more than 2Gi chars in the tag stackMarc Mutz2022-04-131-5/+5
* XmlStringRef: fix length truncationMarc Mutz2022-04-131-1/+1
* QTimeZone: add construction from std::chrono::time_zone*Giuseppe D'Angelo2022-04-122-0/+22
* wasm: fix qstweb::EventCallback destructorMorten Johan Sørvig2022-04-121-2/+5
* Annotate QMutex with TSAN annotationsGiuseppe D'Angelo2022-04-114-30/+169
* Add a marker for post-C++17 APIs in exported classesGiuseppe D'Angelo2022-04-111-0/+20
* QFileSelectorPrivate: don't pass QChar by const referenceSona Kurazyan2022-04-112-2/+3
* QtCore: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-116-24/+24
* Ensure that readAllStandardError() doesn't crash on assertJarek Kobus2022-04-091-4/+10
* Update CLDR-derived data to newly-released v41Ievgenii Meshcheriakov2022-04-086-5015/+5055
* Android: minor refactor in QTimeZonePrivate backendIvan Solovev2022-04-081-6/+5
* Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()Ivan Solovev2022-04-081-11/+4
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-071-3/+8
* Fix generation of qsimd_x86 files to require no hand-editingEdward Welbourne2022-04-072-1/+3
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-074-8/+76
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-072-4/+14
* 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
* QBuffer: optimize seek()-past-end-of-bufferMarc Mutz2022-04-061-8/+7
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-064-5/+61
* QIODevicePrivate: disable copy/move SMFsMarc Mutz2022-04-061-0/+1
* QSettings: fix a misleading commentMarc Mutz2022-04-061-1/+2
* QMetaTypeModuleHelper: prevent slicingMarc Mutz2022-04-061-0/+4
* QBuffer: fail early in seek() beyond QByteArray's max capacityMarc Mutz2022-04-051-2/+4
* Fix overflow issue discovered by MSVC in C++20 modeEdward Welbourne2022-04-051-2/+3
* Minor post-""_L1-ification tidy-up in QDateTimeParserEdward Welbourne2022-04-051-7/+5
* QDateTimeParser: Correct a comment which was exactly wrongEdward Welbourne2022-04-051-1/+1
* QMetaType: Add qHash() overloadMårten Nordheim2022-04-052-0/+16
* WhenAllContext: optimize atomic operationsMarc Mutz2022-04-051-4/+5
* QBufferPrivate: use NSDMIMarc Mutz2022-04-051-11/+5
* QFutureInterface: optimize atomic loadMarc Mutz2022-04-051-1/+1
* QPropertyBindingSourceLocation: fix BiC in source_location ctorsMarc Mutz2022-04-051-3/+15
* wasm: Make sure all qstdweb classes have val()Morten Johan Sørvig2022-04-052-2/+30
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-053-1/+17
* [doc] Fix typo in QBuffer::setBuffer() descriptionMarc Mutz2022-04-051-1/+1
* CMake: Pass -v to ninja when using ctest --build-and-testAlexandru Croitor2022-04-041-3/+85
* QBuffer: fix writing more than two GiB of dataMarc Mutz2022-04-041-6/+8
* Re-fix C++20 ambiguous relational operators after adding QJsonValueConstRefAllan Sandfeld Jensen2022-04-031-0/+10
* QMetaType: don't allocate memory just to look up a key in a QHashMarc Mutz2022-04-031-1/+1
* QGlobalStatic: mark functions that inspect the guard noexceptMarc Mutz2022-04-031-3/+3
* QMetaType: don't create a registry just to query its emptinessMarc Mutz2022-04-031-3/+4
* QMetaType: unlock QReadLocker earlyMarc Mutz2022-04-031-0/+1
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-011-10/+12