summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix concurrent access to files by androiddeployqt in multi-abi buildsAlexey Edelev2022-06-211-1/+29
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-213-18/+56
* qsimd: don't enforce shstk (CET) feature on launchThiago Macieira2022-06-201-0/+6
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-202-7/+10
* CMake: Warn when using qt6_add_big_resources on iOSAlexandru Croitor2022-06-202-0/+16
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-204-4/+5
* Document QJniObject::constructVolker Hilsheimer2022-06-201-0/+15
* QOperatingSystemVersion: Add new Windows versionYuhang Zhao2022-06-202-9/+31
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-192-9/+288
* qmetatype.h: remove #undef for something that was never #define'dThiago Macieira2022-06-181-1/+0
* QMetaType: use explicit load/store operations on QBasicAtomicIntThiago Macieira2022-06-181-4/+4
* CMake: Android: Fix 'qmldir file not found at' warningsAlexandru Croitor2022-06-171-2/+2
* CMake: Fix Xcode common dependency issues for other_files IDE targetAlexandru Croitor2022-06-171-0/+13
* Doc: Document how to treat qt_add_big_resources args as source filesCristian Adam2022-06-162-0/+9
* QSettings: Fix reading of the [%General] sectionhjk2022-06-161-1/+1
* Endian: Remove old special integer bitfieldsUlf Hermann2022-06-161-75/+0
* qHash: pass QByteArrayView to qHash() by valueThiago Macieira2022-06-153-6/+21
* Fix typos in docs and commentsKai Köhne2022-06-1510-15/+15
* Revert "qxp::function_ref: drop use of q23::invoke_r"Marc Mutz2022-06-141-3/+5
* QLibrary: fix use of deprecated QByteArrayMatcher::indexIn(p, n)Marc Mutz2022-06-141-1/+1
* QByteArray: more GCC 12 -Werror=array-bound whack-a-moleMarc Mutz2022-06-141-4/+6
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-142-5/+5
* QCoreApplication: Remove app_compile_versionThiago Macieira2022-06-132-10/+2
* Fix doc and example of QLoggingCategory::installCategory()Edward Welbourne2022-06-132-14/+35
* Add "We mean it" warning to new private headerVolker Hilsheimer2022-06-131-0/+11
* Revert "qglobal.h: include <stdalign.h> in C mode"Thiago Macieira2022-06-131-1/+0
* CMake: Fix typosKai Köhne2022-06-131-2/+2
* QSettings: fix a typo in the docLaszlo Papp2022-06-111-1/+1
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-101-1/+12
* QLocale: use qsnprintf instead of deprecated sprintfMarc Mutz2022-06-081-1/+1
* Fix renameat2 configure checkVolker Krause2022-06-081-1/+1
* Doc: Document the CorePrivate moduleTopi Reinio2022-06-082-6/+16
* QDateTime::Data, QTimeZone: rule-of-five and noexceptEdward Welbourne2022-06-084-6/+17
* PosixZone::parse(): don't reset already-initialized variableEdward Welbourne2022-06-081-2/+1
* Drop const from a declaration to let a return moveEdward Welbourne2022-06-081-1/+1
* Don't std::move() trivally-copyable type; it makes no differenceEdward Welbourne2022-06-081-6/+7
* Android: Fix QSettings when using content URLSamuel Mira2022-06-081-3/+18
* CMake: Fix Android multi-abi builds in Qt CreatorAlexandru Croitor2022-06-071-2/+7
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()Marc Mutz2022-06-071-1/+1
* QByteArray: de-inline to/fromStdString()Marc Mutz2022-06-072-8/+10
* qglobal.h: include <stdalign.h> in C modeThiago Macieira2022-06-061-0/+1
* Bump version to 6.5.0Jani Heikkinen2022-06-062-2/+4
* Make Q_ASSUME() an expression (was: statement)Marc Mutz2022-06-041-3/+2
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-031-0/+1
* Simplify construction of two QTime instancesEdward Welbourne2022-06-031-4/+2
* Add MINS_PER_HOUR constant and avoid a Coverity overflow warningEdward Welbourne2022-06-033-13/+19
* wasm: add support for blocking socketsMorten Johan Sørvig2022-06-022-54/+180
* Endian: Allow special bitfield union fields to cover the whole storageUlf Hermann2022-06-021-1/+6
* qxp::function_ref: drop use of q23::invoke_rMarc Mutz2022-06-021-5/+3
* Short live qxp::function_ref!Marc Mutz2022-06-022-0/+177