summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QTimerInfo/Unix: use chrono for time arithmeticAhmad Samir2022-11-111-5/+9
* QLocaleData::numberToCLocale(): consolidate two branchesEdward Welbourne2022-11-111-5/+4
* QLocaleData::validateChars(): exploit last to detect first iterationEdward Welbourne2022-11-111-2/+2
* QLocaleData::numberToCLocale(): cache last characterEdward Welbourne2022-11-111-3/+5
* QLocaleData::numberToCLocale(): make discarding of grouping overtEdward Welbourne2022-11-111-5/+4
* QLocaleData::numberToCLocale(): simplify non-decimal handlingEdward Welbourne2022-11-111-16/+16
* QLocaleData::numberToCLocale(): use QFlags::testFlag() moreEdward Welbourne2022-11-111-6/+9
* QLocale: update the disabling of -Wfree-nonheap-object to GCC 10 onlyThiago Macieira2022-11-111-1/+1
* QString: prevent crash in remove(pos, len)Ahmad Samir2022-11-101-1/+1
* QThread/Unix: use chrono for time arithmeticAhmad Samir2022-11-091-6/+10
* QFileSystemEngine/Unix: remove futimes related codeAhmad Samir2022-11-093-83/+0
* Plumb public permission APIs to Android backendTor Arne Vestbø2022-11-097-144/+200
* QVariant: add support for numeric comparisons for char16_t and char32_tThiago Macieira2022-11-091-1/+7
* QVariant: fix comparison of enums to numericsThiago Macieira2022-11-091-4/+38
* QVariant: simplify getting integer contents by using the type sizeThiago Macieira2022-11-091-40/+31
* QVariant: move the NaN comparison into the spaceShip functionThiago Macieira2022-11-091-2/+4
* QVariant: use QPartialOrdering for the internal comparison functionsThiago Macieira2022-11-091-33/+16
* QVariant: merge the equality and ordering compare functionsThiago Macieira2022-11-091-36/+2
* QVariant: make a major simplification in the numeric comparisonThiago Macieira2022-11-091-49/+30
* QVariant: get rid of output argument to qConvertTo{Real,}NumberThiago Macieira2022-11-091-63/+41