summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix workaround in pthread destructorMike Achtelik2020-07-041-19/+6
* Doc: Fix connect syntax in snippetPaul Wicking2020-07-041-1/+1
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-1/+1
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* Remove deprecated empty macroLars Schmertmann2020-07-021-3/+0
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-022-12/+43
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-022-144/+0
* Add a note to qurlidna.cpp about IDNA's Unicode version being frozenEdward Welbourne2020-07-021-0/+9
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-024-24/+4
* Remove method declaration that's not used or implementedLars Knoll2020-07-021-2/+0
* Move the reallocate() method from QArrayDataPointer to the Ops classLars Knoll2020-07-024-8/+12
* Small cleanupLars Knoll2020-07-021-9/+2
* Revert "Remove pthread storage for thread local data"Alexandru Croitor2020-07-021-21/+59
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-022-7/+26
* QFactoryLoader: Do not call unload() automaticallyUlf Hermann2020-07-011-4/+1
* Documentation fixes for QStringTokenizerKai Koehne2020-07-011-9/+9
* CMake: Hard-code QT_CONFIGURE_CROSSBUILD to 0Joerg Bornemann2020-07-011-0/+1
* QLoggingRegistry: remove an always true testGiuseppe D'Angelo2020-06-301-2/+1
* QByteArray::insert: do not assert that pos must be non-negativeGiuseppe D'Angelo2020-06-301-2/+0
* QUrl: do not retest if a codepoint is less than 0xFFFFGiuseppe D'Angelo2020-06-301-1/+1
* Use std::memmoveSamuli Piippo2020-06-301-3/+4
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Fix warning about missing QT_BEGIN_NAMESPACE in qsimd.hTor Arne Vestbø2020-06-301-0/+3
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-301-2/+0
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-2915-864/+348
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-292-5/+7