summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup qtbase to allow LLVM-MinGW use WinRTYuhang Zhao2022-12-032-2/+2
* Brush up the container documentationFriedemann Kleint2022-12-022-15/+14
* QByteArrayView: Add mid/left/rightMårten Nordheim2022-12-022-0/+61
* QString: overload prepend with QUtf8StringViewMate Barany2022-12-022-1/+9
* QString: overload insert with QUtf8StringViewMate Barany2022-12-022-1/+20
* QString: overload the += operator to handle QUtf8StringViewMate Barany2022-12-022-1/+9
* QString: overload append to accept QUtf8StringViewMate Barany2022-12-022-13/+46
* Win: redirect console output to the parent process if neededYuhang Zhao2022-12-022-0/+37
* Add In-place utf-8 case-insensitive comparisonsØystein Heskestad2022-12-026-15/+111
* [doc] QAnyStringView: document visit()Marc Mutz2022-12-021-0/+66
* Suppress QtCompressMimeDatabase outputAlexey Edelev2022-12-021-0/+7
* QString/QByteArray: de-pessimize op+ [1/2]: non-const return typesMarc Mutz2022-12-014-20/+20
* CMake: Don't setup deployment when building Qt without examplesJoerg Bornemann2022-12-011-0/+4
* CMake: Fix configuring Qt with CMake < 3.21 and missing patchelfJoerg Bornemann2022-12-011-2/+4
* Add an option to select the preferred compression type for mime type dbAlexey Edelev2022-12-012-1/+16
* Replace the scripting-based mime types compression mechanism with CMakeAlexey Edelev2022-12-014-292/+190
* Allow lists in the BUILD_OPTIONS argument of _qt_internal_test_expect_passAlexey Edelev2022-12-011-2/+8
* 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