summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Forward COMPILER_LAUNCHER to the ABI-specific external projectsAlexey Edelev2022-06-291-0/+8
* Use the main ABI's CMAKE_MAKE_PROGRAM in ABI-specific external projectsAlexey Edelev2022-06-291-0/+4
* moc: fix const-init for WindowsThiago Macieira2022-06-291-1/+2
* qmetatype.h: remove unnecessary specializationThiago Macieira2022-06-291-7/+0
* QMetaType: extern-template the built-in Core types' QMetaTypeInterfaceThiago Macieira2022-06-292-6/+20
* QProcess: re-enable pdfork() on FreeBSDThiago Macieira2022-06-281-1/+1
* QString(En|De)coder: Remove noexcept from ctor taking nameFabian Kosmale2022-06-271-2/+2
* qmetatype.h: add QT_FOR_EACH_STATIC_PRIMITIVE_NON_VOID_TYPEThiago Macieira2022-06-251-7/+7
* qmetatype.h: remove unnecessary EXPORT macroThiago Macieira2022-06-251-9/+2
* QSettings: fix a typo in the docLaszlo Papp2022-06-251-1/+1
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-253-18/+56
* QAbstractItemModel: Add revisions to new methodsUlf Hermann2022-06-241-13/+13
* Use [[noreturn]] attributeKai Köhne2022-06-231-1/+5
* MSVC: Remove dead Q_DECL_DEPRECATED* definitionsKai Köhne2022-06-231-4/+0
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-222-7/+10
* Move QFutureInterfaceBase::cleanContinuation() to removed_apiSona Kurazyan2022-06-223-12/+19
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-223-10/+14
* QThread:idealThreadCount: fix build with FreeBSD 13.1Thiago Macieira2022-06-221-1/+1
* Long live QT_INLINE_SINCE!Marc Mutz2022-06-223-1/+8
* QPostEventList: de-inline addEvent()Marc Mutz2022-06-222-17/+24
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-1/+1
* Fix concurrent access to files by androiddeployqt in multi-abi buildsAlexey Edelev2022-06-211-1/+29
* qsimd: don't enforce shstk (CET) feature on launchThiago Macieira2022-06-211-0/+6
* 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
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-202-9/+288
* QOperatingSystemVersion: Add new Windows versionYuhang Zhao2022-06-202-9/+31
* 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
* qHash: pass QByteArrayView to qHash() by valueThiago Macieira2022-06-163-6/+21
* Fix typos in docs and commentsKai Köhne2022-06-1510-15/+15
* Android: Fix QSettings when using content URLSamuel Mira2022-06-151-3/+18
* Fix renameat2 configure checkVolker Krause2022-06-141-1/+1
* Revert "qxp::function_ref: drop use of q23::invoke_r"Marc Mutz2022-06-141-3/+5
* QByteArray: more GCC 12 -Werror=array-bound whack-a-moleMarc Mutz2022-06-141-4/+6
* QLibrary: fix use of deprecated QByteArrayMatcher::indexIn(p, n)Marc Mutz2022-06-141-1/+1
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-142-5/+5
* QCoreApplication: Remove app_compile_versionThiago Macieira2022-06-142-10/+2
* Fix doc and example of QLoggingCategory::installCategory()Edward Welbourne2022-06-132-14/+35
* CMake: Fix typosKai Köhne2022-06-131-2/+2
* Doc: Document the CorePrivate moduleTopi Reinio2022-06-132-6/+16
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-131-1/+12
* QByteArray: de-inline to/fromStdString()Marc Mutz2022-06-132-8/+10
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()v6.4.0-beta1Marc Mutz2022-06-091-1/+1
* QLocale: use qsnprintf instead of deprecated sprintfMarc Mutz2022-06-081-1/+1