summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-13241-307/+730
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-13271-633/+47
* Tests: Use REQUIRED COMPONENTS in find_package(Qt6...)Kai Köhne2021-12-1316-28/+16
* CMake: Prefer unversioned commandsKai Köhne2021-12-1374-80/+80
* QHash::insert: Remove outdated \noteMårten Nordheim2021-12-131-3/+0
* CMake: Fix build on Windows with CMake 3.19Joerg Bornemann2021-12-132-10/+6
* wasm: remove deprecated argument for source mapsLorn Potter2021-12-132-7/+2
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-125-164/+207
* QNX: Cannot handle threads in given timePasi Petäjäjärvi2021-12-121-0/+4
* QNX: inotify is supported, so enable testsPasi Petäjäjärvi2021-12-121-3/+3
* QNX: Skip failing testPasi Petäjäjärvi2021-12-121-0/+3
* QNX: Remove not supported testcasePasi Petäjäjärvi2021-12-121-1/+3
* QNX: Limit maximum largefile sizePasi Petäjäjärvi2021-12-121-1/+6
* QNX: Remove expected failPasi Petäjäjärvi2021-12-122-17/+0
* QNX: Successful check depends on user running testPasi Petäjäjärvi2021-12-121-1/+1
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-112-8/+91
* QLockFile/Linux: skip QFileInfo if we're just doing string manipulationThiago Macieira2021-12-111-1/+2
* Enable other integer sizes in the bootstrap library's QAtomicIntegerThiago Macieira2021-12-111-0/+8
* QVarLengthArray: assert that the range passed to erase() is validMarc Mutz2021-12-111-0/+2
* QVLA: separate control from inline storage [11/11]: qHash()Marc Mutz2021-12-111-2/+6
* QVLA: separate control from inline storage [10/N]: range-insert()Marc Mutz2021-12-111-5/+10
* QVLA: separate control from inline storage [9/N]: range-append()Marc Mutz2021-12-111-4/+6
* QVLA: separate control from inline storage [8/N]: emplace()Marc Mutz2021-12-111-4/+7
* QVLA: separate control from inline storage [7/N]: erase{,_if}()Marc Mutz2021-12-111-2/+2
* QVLA: separate control from inline storage [6/N]: emplace_back()Marc Mutz2021-12-111-1/+12
* QVLA: separate control from inline storage [5/N]: Move reallocate()Marc Mutz2021-12-111-12/+15
* QVLA: separate control from inline storage [4/N]: cleanup castsMarc Mutz2021-12-111-9/+10
* QVLA: separate control from inline storage [3/N]: Extract Further Base ClassMarc Mutz2021-12-111-10/+17
* QVLA: separate control from inline storage [2/N]: Move Up Methods [3/3]Marc Mutz2021-12-111-3/+22
* QVLA: separate control from inline storage [2/N]: Move Up Methods [2/3]Marc Mutz2021-12-111-22/+62
* QVLA: separate control from inline storage [2/N]: Move Up Methods [1/3]Marc Mutz2021-12-111-41/+151
* QVarLengthArray: deprecate prepend()Marc Mutz2021-12-114-3/+26
* Fix item view auto-scrolling during drag'n'dropVolker Hilsheimer2021-12-101-8/+24
* Fix widget gesture grabbingVolker Hilsheimer2021-12-113-6/+31
* Remove redundant QDir::fromNativeSeparators() callIgor Kushnir2021-12-111-1/+1
* Trust CoreText-provided vertical metrics on macOSEskil Abrahamsen Blomfeldt2021-12-101-1/+1
* QVarLengthArray: widen append(p, n)'s contractMarc Mutz2021-12-101-1/+1
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-1012-2/+207
* QList: fix typo in QList(It, It)Marc Mutz2021-12-102-13/+1
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-10238-755/+268
* QVarLengthArray: fix UB (precondition violation) in range-erase()Marc Mutz2021-12-101-0/+3
* QVLA: separate control from inline storage [1/N]: Extract Base ClassesMarc Mutz2021-12-091-35/+54
* tst_containerapisymmetry: test ranged ctors with pure input_iterator typesMarc Mutz2021-12-091-0/+52
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-0918-18/+18
* Use QLatin1String::arg() directlyEdward Welbourne2021-12-091-18/+12
* Tidy up in QTapTestLogger::addIncident()Edward Welbourne2021-12-091-9/+7
* TAP test logger: avoid dangling space on TODO and SKIP linesEdward Welbourne2021-12-092-7/+21
* Remove spurious class prefixes from subclass codeEdward Welbourne2021-12-093-9/+9
* Avoid duplicated code by reworking #if-ery around an if/elseEdward Welbourne2021-12-091-9/+4
* TAP test logger: skip XFail results as well as pass after an XFailEdward Welbourne2021-12-093-25/+2