summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QBindable: Make ordinary Q_PROPERTYs bindablePatrick Stewart2022-11-307-0/+315
* Short live the Qt implementation of the Detection IdiomMarc Mutz2022-11-303-28/+76
* QString: optimize replace() when both before and after have size == 1Ahmad Samir2022-11-301-5/+19
* QStringView::split: doc tidiesGiuseppe D'Angelo2022-11-301-3/+4
* QTaggedPointer: Assert on the same tag value as we use in setTag()Ulf Hermann2022-11-301-2/+4
* QMutex: remove qmutex_win.cppThiago Macieira2022-11-306-49/+10
* qcompilerdetection: Introduce QT_ASAN_ENABLEDFabian Kosmale2022-11-301-0/+10
* Make XmlStringRef convertible to QAnyStringView/QStringViewMarc Mutz2022-11-291-1/+27
* qfloat16: make it a built-in metatypeThiago Macieira2022-11-283-5/+15
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-284-0/+18
* qfloat16: add a couple faster implementations of qSqrtThiago Macieira2022-11-281-1/+23
* qfloat16: add support for native _Float16 (C2x extended floating point)Thiago Macieira2022-11-282-38/+121
* qfloat16: remove the metatype dependencyThiago Macieira2022-11-283-3/+5
* CMake: move the qversiontagging files into the main file listingThiago Macieira2022-11-281-3/+4
* CMake: install the metatypes inside Qt's own arch-specific data dirThiago Macieira2022-11-282-6/+7
* Remove QT_HAS_FOO() wrapper macros for __has_foo()Tor Arne Vestbø2022-11-281-8/+0
* [docs] QList: fix history of clear() semantics changeMarc Mutz2022-11-271-10/+7
* Introduce QT_NO_AS_CONST and mark QtBase free of itMarc Mutz2022-11-271-0/+4
* QSystemLocale[Win]: Catch potential WinRT exceptionsVladimir Belyavsky2022-11-271-3/+7
* QObject: stronger warning about isSignalConnected and threadsVolker Hilsheimer2022-11-261-13/+20
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-262-2/+6
* Fix typo in documentation for QVariant::nameToTypeNicolas Fella2022-11-251-1/+1
* Fix out-of-bounds assert in winIso639LangName()Edward Welbourne2022-11-251-1/+1
* QLocale: Have qstrntod() return end of parsed string also on underflowUlf Hermann2022-11-251-1/+1
* Documentation: Fix information on how to iterate over listsFriedemann Kleint2022-11-243-52/+2
* Documentation: Expand documentation on how to iterate Qt containersFriedemann Kleint2022-11-242-4/+48
* Documentation: Modernize the Qt container doc snippetsFriedemann Kleint2022-11-241-23/+15
* Add permission backend for WASMTor Arne Vestbø2022-11-243-1/+285
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-2410-64/+69
* Disable ASAN leaks check for cmake testsAlexey Edelev2022-11-241-1/+3
* QFlatMap: make nested mock_object SCARYMarc Mutz2022-11-191-15/+19
* qNN headers: only promise what we can keepMarc Mutz2022-11-195-15/+15
* qcompilerdetection.h: include <version>Marc Mutz2022-11-191-1/+13
* Modernize QMessageBox documentation and exampleTor Arne Vestbø2022-11-181-2/+2
* Fix build with -no-feature-settingsAlexey Rochev2022-11-171-0/+3
* QString: don't detach in removeStringImpl()Ahmad Samir2022-11-171-13/+27
* QLocale: make qt_asciiToDouble() do case-insensitive comparisonsThiago Macieira2022-11-162-27/+30
* QString: skip QLocale::numberToCLocale for floating pointThiago Macieira2022-11-161-1/+16
* QString: rewrite toDouble() and toFloat() using QStringViewThiago Macieira2022-11-161-10/+10
* QLocale: make qt_doubleToAscii not have output argumentsThiago Macieira2022-11-164-55/+31
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-1610-117/+89
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-2/+2
* QString, QByteArray: add removeAt/First/Last() convenience methodsAhmad Samir2022-11-164-0/+76
* QString: refactor removeStringImpl()Ahmad Samir2022-11-161-8/+6
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-162-1/+13
* QString: merge the two toIntegral_helper() back to a templateThiago Macieira2022-11-151-13/+13
* QString: mark inline to{U,}LongLong() for inlining in Qt 7Thiago Macieira2022-11-153-11/+21
* Always export and link in JSEvents and specialHTMLTargetsMikolaj Boc2022-11-152-1/+17
* Core: always link with CMAKE_DL_LIBSAlexey Rochev2022-11-121-1/+1
* Fix QAnyStringView build with GCC 13Ville Voutilainen2022-11-121-22/+24