summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove outdated informationPaul Wicking2020-09-141-5/+0
* Add QVariantRef, QVariantPointer, QVariantConstPointerUlf Hermann2020-09-142-0/+158
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-142-3/+12
* QUuid: merge toString() overloads and toByteArray() overloadsEdward Welbourne2020-09-142-94/+4
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-147-22/+4
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-5/+1
* QString: use QCommonArrayOps::erase instead of custom logicAndrei Golubev2020-09-141-4/+2
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-131-2/+2
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-133-19/+67
* Restore qWait() implementationLars Knoll2020-09-132-4/+21
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-1213-245/+114
* Fix generated forward declarations in qdbusxml.cppLars Knoll2020-09-121-0/+4
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-125-14/+27
* Inline one method as per ###Qt6Lars Knoll2020-09-122-8/+6
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-122-54/+90
* Partially revert "Inline QTest::qSleep()"Lars Knoll2020-09-122-1/+32
* QMetaContainer: Add function to erase ranges from sequencesUlf Hermann2020-09-123-0/+48
* Make QMetaSequence's d_ptr constUlf Hermann2020-09-121-1/+1
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-124-75/+321
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-122-3/+24
* Fix Qt6 related comments in qdebugLars Knoll2020-09-112-45/+33
* Get rid of QEnableIfLars Knoll2020-09-112-9/+3
* Remove pre-C++17 code pathLars Knoll2020-09-111-17/+0
* Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"Lars Knoll2020-09-113-14/+19
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-113-176/+176
* Prepare QSequentialIterable for non-const operationUlf Hermann2020-09-112-12/+66
* QVariant: guard usage of fromType.metaObject()Richard Moe Gustavsen2020-09-111-1/+1
* Document that this method got added in 6.0Lars Knoll2020-09-111-0/+1
* CMake: Fix race condition in -trace configured buildJoerg Bornemann2020-09-101-0/+5
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-103-3/+45
* Android: use bin for instead of QT6_HOST_INFO_BINDIRAssam Boudjelthia2020-09-101-3/+3
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-104-26/+26
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-102-32/+43
* Remove '\0' space reservation logic in QByteArrayAndrei Golubev2020-09-102-25/+39
* Inline QMetaObject::cast(QObject *), as requested by ### Qt 6 commentEdward Welbourne2020-09-102-8/+5
* Remove spurious const from QVariant::convert()'s first parameterEdward Welbourne2020-09-102-4/+4
* Remove some pre-Qt6 codeEdward Welbourne2020-09-104-58/+0
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-9/+11
* Doc: clean up the QProcess::setChildProcessModifier exampleThiago Macieira2020-09-101-3/+3
* Remove redundant non-const QMutex::isRecursive()Edward Welbourne2020-09-102-15/+0
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-5/+5
* Revert "Do not wait in QWindowsPipe{Reader|Writer}::stop()"Alex Trotsenko2020-09-104-30/+14
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-108-13/+13
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-085-42/+92
* QSemaphore: Make 64-bit wideThiago Macieira2020-09-081-1/+3
* Revert "Cleanup QSemaphore and make it always 64bit large"Thiago Macieira2020-09-092-60/+104
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-091-2/+20
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+1
* Initialize "uc1" variableWang Wei2020-09-081-1/+1
* QCommonArrayOps: append when inserting into empty containerAndrei Golubev2020-09-071-3/+3