summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QBAV/QSV: remove a historical noteGiuseppe D'Angelo2022-04-012-8/+0
* Simplify parsing of a line to remove [...] enclosureEdward Welbourne2022-04-011-11/+9
* Add Q_THREAD_LOCAL_CONSTINIT to work around an MSVC bugMarc Mutz2022-04-012-1/+9
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-015-22/+22
* Doc: QMap: Add ref-qualifiers to \fn signatures for toStd[Multi]Map()Topi Reinio2022-03-312-2/+2
* Doc: QThread: clarify that start() always creates the event dispatcherThiago Macieira2022-03-311-2/+5
* MS QNativeFilePermissions: fix unused member and capture warningsEdward Welbourne2022-03-312-11/+13
* QSettings: use auto rather than naming iterator typesEdward Welbourne2022-03-301-19/+15
* QSettings: s/int/qsizetype/ on the internalsEdward Welbourne2022-03-302-63/+65
* QSettingsPrivate: fold from/to parameters into the view they boundEdward Welbourne2022-03-303-21/+23
* Use QByteArrayView more in QConfFileSettingsPrivate's methodsEdward Welbourne2022-03-302-15/+15
* Prefer sliced()/first()/chopped() to mid() and arithmeticEdward Welbourne2022-03-301-8/+8
* Fix build with clang-clYuhang Zhao2022-03-311-1/+1
* qfilesystemengine_win: Fix compilation with namespacesMårten Nordheim2022-03-291-5/+4
* Update mapping between Apple Clang versions and upstream ClangTor Arne Vestbø2022-03-291-20/+20
* Doc: Document QT_NO_[SIGNALS_SLOTS_]KEYWORDS definesJoerg Bornemann2022-03-292-3/+27
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-2932-72/+76
* Fix the support of genex's when generating Android deployment settingsAlexey Edelev2022-03-261-5/+9
* Short live Q_CONSTINIT!Marc Mutz2022-03-2617-23/+60
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2694-405/+419
* QSettings: fix formatting to match our coding styleSona Kurazyan2022-03-261-7/+5
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-25109-1184/+1351
* Enable QIcuTimeZonePrivate's support for transitionsEdward Welbourne2022-03-251-15/+10
* Fix QIcuTimeZonePrivate::data() before the first transitionEdward Welbourne2022-03-251-6/+8