summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid SSE2 punningAllan Sandfeld Jensen2022-06-251-5/+6
* Sync qt_scale_image_argb32_on_argb32_sse2 and qt_scale_image_32bitAllan Sandfeld Jensen2022-06-251-40/+16
* 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
* moc: put the qt_meta_stringdata_XXXX_t type in an unnamed namespaceThiago Macieira2022-06-241-1/+6
* moc: remove the attempt to create one large string literalThiago Macieira2022-06-241-58/+30
* moc: properly indent the output for the metatype arrayThiago Macieira2022-06-241-34/+33
* tst_moc: fix build with GCC 12Thiago Macieira2022-06-241-3/+3
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-243-8/+16
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-243-5/+123
* Blacklist qtcpsocket bind on arm macOSToni Saario2022-06-241-0/+2
* Network: Update expired certMårten Nordheim2022-06-242-30/+30
* QAbstractItemModel: Add revisions to new methodsUlf Hermann2022-06-241-13/+13
* Fix typo in codeDuan Ting2022-06-231-1/+1
* unblacklist passing tests 2022Anna Wojciechowska2022-06-2310-55/+31
* Doc: Skip 'qt5/' part in 3rd party documentationKai Köhne2022-06-231-0/+1
* Use [[noreturn]] attributeKai Köhne2022-06-231-1/+5
* MSVC: Remove dead Q_DECL_DEPRECATED* definitionsKai Köhne2022-06-231-4/+0
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-222-5/+13
* moc: replace offsetof with sizeofThiago Macieira2022-06-221-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-222-39/+48
* CMake: fix build with FreeBSD 13.1Thiago Macieira2022-06-221-0/+1
* CMake: Fix prl files not to contain hard-coded library pathsAlexandru Croitor2022-06-222-1/+29
* Add QDom internalSubset implementationYe ShanShan2022-06-233-0/+100
* Conan: Do not force 'qt_host_path' usage in cross-build contextIikka Eklund2022-06-221-9/+20
* moc: Allow reading property values through bindablesUlf Hermann2022-06-224-1/+55
* qmake/msbuild: Turn off "use full paths in diagnostics" by defaultJoerg Bornemann2022-06-221-1/+1
* qmake/msbuild: Support all /DEBUG:xxx linker optionsJoerg Bornemann2022-06-223-5/+20
* qmake/msbuild: Support all /LTCG:xxx optionsJoerg Bornemann2022-06-223-17/+24
* Move QFutureInterfaceBase::cleanContinuation() to removed_apiSona Kurazyan2022-06-223-12/+19
* wasm: do not allow blocked windows to be resizedLorn Potter2022-06-221-5/+10
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-214-12/+30
* wasm: improve the specialHtmlTargets testMorten Sørvig2022-06-221-4/+8
* QThread:idealThreadCount: fix build with FreeBSD 13.1Thiago Macieira2022-06-211-1/+1
* moc: remove unnecessary emission of "#include <qbytearray.h>"Thiago Macieira2022-06-211-1/+0
* moc: rename the "offsetsAndSize" member to "offsetsAndSizes"Thiago Macieira2022-06-221-2/+2
* wasm: Optimize use of openglesLorn Potter2022-06-222-14/+2
* Doc: Add qthelp dependency to gui and widgetsLuca Di Sera2022-06-222-2/+3
* tst_tostring: add benchmarks for QCOMPARE vs. QCOMPARE_EQMarc Mutz2022-06-221-0/+55
* headerclean: remove dead codeMarc Mutz2022-06-221-4/+0
* Long live QT_INLINE_SINCE!Marc Mutz2022-06-224-1/+22
* QPostEventList: de-inline addEvent()Marc Mutz2022-06-222-17/+24
* tst_bench_shared_ptr: fix build with BOOST_NO_EXCEPTIONSMarc Mutz2022-06-221-0/+13
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-222-1/+21
* Isolate http2protocol_p.h includeAlexey Edelev2022-06-221-1/+1
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-2217-0/+69
* Move ssl header files to the general QtNetwork sourcesAlexey Edelev2022-06-221-5/+10
* Move threads header files out of the FEATURE_threadAlexey Edelev2022-06-221-9/+9
* QDom: Clean-up warnings about old-style cast usesSona Kurazyan2022-06-221-62/+66
* Replace a few more QString::fromLatin1() with _s literalsShawn Rutledge2022-06-221-2/+2