summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-051-2/+7
* CMake: Rewrite double-conversion find moduleAlexandru Croitor2022-07-022-3/+5
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-304-1/+320
* 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
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-292-1/+5
* moc: fix const-init for WindowsThiago Macieira2022-06-281-1/+2
* qmetatype.h: remove unnecessary specializationThiago Macieira2022-06-281-7/+0
* QMetaType: move the built-in QMetaTypeInterfaces to read-only segmentsThiago Macieira2022-06-282-5/+31
* QMetaType: extern-template the built-in Core types' QMetaTypeInterfaceThiago Macieira2022-06-282-6/+20
* CMake: update the x86 intrinsic checksThiago Macieira2022-06-281-27/+37
* QDateTime: remove a few hardcoded values in favor of <chrono> constantsThiago Macieira2022-06-271-5/+8
* QProcess: re-enable pdfork() on FreeBSDThiago Macieira2022-06-271-1/+1
* QString(En|De)coder: Remove noexcept from ctor taking nameFabian Kosmale2022-06-271-2/+2
* Doc: Fix QJniObject::construct() documentationTopi Reinio2022-06-271-1/+1
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-274-6/+35
* qmetatype.h: add QT_FOR_EACH_STATIC_PRIMITIVE_NON_VOID_TYPEThiago Macieira2022-06-241-7/+7
* qmetatype.h: remove unnecessary EXPORT macroThiago Macieira2022-06-241-9/+2
* 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
* moc: Allow reading property values through bindablesUlf Hermann2022-06-221-1/+3
* Move QFutureInterfaceBase::cleanContinuation() to removed_apiSona Kurazyan2022-06-223-12/+19
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-213-10/+14
* QThread:idealThreadCount: fix build with FreeBSD 13.1Thiago Macieira2022-06-211-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
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-229-0/+37
* Move threads header files out of the FEATURE_threadAlexey Edelev2022-06-221-9/+9
* 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