summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Enhance debug informationYuhang Zhao2021-12-171-0/+74
* QByteArray: optimize replace() a bitMarc Mutz2021-12-171-1/+1
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2021-12-161-3/+6
* tst_QByteArray: fix UB (signed overflow)Marc Mutz2021-12-161-2/+3
* coin: Fix sccache to be used when cross-compiling testsAlexandru Croitor2021-12-161-0/+4
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-1610-7/+50
* Fix INTEGRITY runtime qobject issueTatiana Borisova2021-12-161-1/+1
* tst_qmetatype: remove traces of compiler workarounds againMarc Mutz2021-12-163-13/+0
* QString: scope a loop variable correctlyMarc Mutz2021-12-161-3/+2
* QString: fix UB (pointer arithmetic on nullptr) in qLastIndexOfMarc Mutz2021-12-161-1/+1
* Fix hash lookup using the value of a key iteratorLars Knoll2021-12-162-7/+30
* QThread::idealThreadCount: use the thread affinity setThiago Macieira2021-12-162-7/+43
* QGlobalStatic: don't use a std::aligned_union if we can be a unionThiago Macieira2021-12-162-12/+14
* QCache: remove dead codeVolker Hilsheimer2021-12-161-17/+0
* QRingBuffer: simplify QRingChunk special member functions [1/2]Marc Mutz2021-12-162-20/+8
* tst_qmetatype: remove the previous MingW workaroundMarc Mutz2021-12-161-8/+0
* QRingBuffer: restrict QRingChunk::toByteArray() calls to rvalue *thisMarc Mutz2021-12-162-3/+3
* QtWidgets: auto-test-export private classes, unbreaking ubsan buildsMarc Mutz2021-12-163-3/+3
* QSslSocket: export QSslSocketPrivate, unbreaking ubsan buildsMarc Mutz2021-12-161-28/+28
* QRingBuffer: simplify QRingChunk::detach()Marc Mutz2021-12-161-3/+1
* Make QRingBuffer a move-only typeMarc Mutz2021-12-163-7/+26
* QRingBuffer: overload append() for rvaluesMarc Mutz2021-12-153-1/+27
* QIODevice: use QVLA to hold the ring buffers, not QListMarc Mutz2021-12-153-6/+6
* QLogging: fix potential missing NUL-terminator when calling OutputDebugStringMarc Mutz2021-12-151-2/+2
* CMake: Fix errors about missing qt_setup_tool_path_command.bat.inJoerg Bornemann2021-12-152-6/+3
* Declare params in qwasmclipboard unusedDavid Skoland2021-12-151-0/+2
* wasm: implement socket notifier supportMorten Johan Sørvig2021-12-152-4/+145
* wasm: implement host lookup for socket tunnelingMorten Johan Sørvig2021-12-153-2/+23
* wasm: add rasterwindow manual testMorten Johan Sørvig2021-12-156-0/+383
* macdeployqt: don’t err on unexpected otool outputMorten Johan Sørvig2021-12-151-2/+2
* CMake: Fix echoplugin example to be built as an external projectAlexandru Croitor2021-12-151-1/+1
* tst_qmetatype: remove the previous clang-arm workaroundMarc Mutz2021-12-151-5/+0
* QtTestHelpers: print exit code upon failureFabian Kosmale2021-12-151-1/+1
* Fix the copy path of the binary when building for Android in QtCreatorAlexey Edelev2021-12-151-1/+1
* Add css media rule support for QTextDocument::setHtml()Ralf Habacker2021-12-156-5/+58
* QNX: Use hostname set in qemu image build filesPasi Petäjäjärvi2021-12-151-1/+1
* QRingBuffer: simplify QRingChunk::clear()Marc Mutz2021-12-151-1/+1
* Windows QPA: Correctly respond to WM_ERASEBKGNDYuhang Zhao2021-12-153-4/+6
* MSVC: Optimize global data to reduce binary sizeYuhang Zhao2021-12-151-1/+1
* Windows QPA: Remove extra class name from the function nameYuhang Zhao2021-12-151-1/+1
* QVarLengthArray: avoid std::aligned_storage (deprecated in C++23)Marc Mutz2021-12-151-1/+9
* Revert "tst_qmetatype: Temporarily disable expensive tests on QNX"Marc Mutz2021-12-151-2/+2
* QVarLengthArray: don't allow syncqt to export base classesMarc Mutz2021-12-152-1/+6
* QByteArray: sprinkle API with noexceptMarc Mutz2021-12-142-42/+22
* QNX: Fix QLockFile supportPasi Petäjäjärvi2021-12-141-1/+21
* Support configure -platform linux-clang-libc++Allan Sandfeld Jensen2021-12-144-0/+27
* Use the highest-available android SDK version as the 'target' SDKAlexey Edelev2021-12-141-15/+26
* wasm: make the compositor draw the window iconMorten Johan Sørvig2021-12-140-0/+0
* Use QAbstractItemModelTester in all QSortFilterProxyModel testsAndreas Buhr2021-12-141-0/+1
* Fix qt_scrollRectInImage when scrolling outside of the imageTor Arne Vestbø2021-12-142-12/+53