summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-107-441/+325
* Cache whether a property is a booleanLars Knoll2020-07-102-4/+6
* Significantly improve performance of binding evaluationLars Knoll2020-07-105-52/+75
* Separate the error case when evaluating bindingsLars Knoll2020-07-104-37/+19
* Cleanup QPropertyBindingErrorLars Knoll2020-07-103-19/+10
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-0/+2
* Remove the setting of GrowsBackwards from QListAndrei Golubev2020-07-101-4/+0
* Rename local variable hiding parameterDimitrios Apostolou2020-07-101-2/+2
* Rename local variable hiding global one with the same nameDimitrios Apostolou2020-07-101-4/+4
* Remove local variable masking a global oneDimitrios Apostolou2020-07-101-2/+1
* QArrayDataPointer: use move and swap in move assignmentGiuseppe D'Angelo2020-07-101-1/+2
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-091-2/+2
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-092-3/+1
* Use QList instead of QVectorJarek Kobus2020-07-091-4/+3
* Silence some warnings about fallthroughFriedemann Kleint2020-07-091-2/+2
* CMake: Fix dependency in qt_add_big_resourcesKai Koehne2020-07-082-2/+2
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-084-179/+167
* Constrain the comparison operators for our container classesLars Knoll2020-07-087-54/+67
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-083-1/+119
* Get rid of one call into the TLS when evaluating bindingsLars Knoll2020-07-082-3/+7
* Introduce QByteArrayViewSona Kurazyan2020-07-0812-296/+1345
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Extend QSharedMemory to work with qsizetype for sizesLars Knoll2020-07-077-18/+24
* Rewrite AA_MacDontSwapCtrlAndMeta documentationTor Arne Vestbø2020-07-071-7/+18
* Improve performance of property binding evaluationLars Knoll2020-07-073-6/+4
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-072-99/+3
* Clarify warning message about PIC/PIEDaniel Kahn Gillmor2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0726-75/+75
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-063-4/+6
* Rename from() to sliced()Lars Knoll2020-07-066-11/+14
* Small fixes to the QList documentationLars Knoll2020-07-062-4/+4
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-062-0/+72
* Port QString to qsizetypeLars Knoll2020-07-066-331/+316
* Use qsizetype in QListLars Knoll2020-07-065-112/+112
* Allow allocating more than 2G items in a vectorLars Knoll2020-07-063-67/+59
* Implement a proper iterator for QTypedArrayDataLars Knoll2020-07-061-2/+66
* Make QArrayDataPointer::size a qsizetypeLars Knoll2020-07-065-12/+12
* Add a couple of noexceptLars Knoll2020-07-062-15/+15
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-064-44/+6
* Get rid of QArrayData::isMutable()Lars Knoll2020-07-061-11/+2
* Get rid of unused flags in QArrayDataLars Knoll2020-07-062-24/+8
* Avoid allocating a d-pointer for empty stringsLars Knoll2020-07-063-24/+15
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-064-51/+18
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-0610-175/+125
* QList: improve the range constructorsGiuseppe D'Angelo2020-07-061-4/+4
* QList: go for the rule of zeroGiuseppe D'Angelo2020-07-061-9/+2
* Q*Iterable::const_iterator: pass by const referenceGiuseppe D'Angelo2020-07-061-2/+2
* Use QList instead of QVector in statemachineJarek Kobus2020-07-066-45/+40
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-062-2/+2
* Fix a crash in QClipBoard when copying utf16 dataLars Knoll2020-07-062-26/+0