summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-0673-73715/+55
|\
| * Thou Shalt Not Specialize std Function TemplatesMarc Mutz2019-08-032-26/+3
| * QEasingCurve: reduce code duplication in setCurveShape()Marc Mutz2019-07-301-19/+15
| * QEasingCurve: remove a default case labelMarc Mutz2019-07-301-1/+0
| * QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-21/+13
| | |\
| | | * QDateTime docs: don't encourage use of deprecated textdate functionsEdward Welbourne2019-07-171-21/+13
| | * | Fix regression causing QVector::fill w/ same size to not detachThiago Macieira2019-07-161-1/+1
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-121-1/+1
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| | | |\|
| | | | * QFreeList: fix memory order on block deletionMarc Mutz2019-07-081-1/+1
| | * | | QByteArray: Clarify that QByteArrays always use the Latin-1 encodingAndre Hartmann2019-07-121-4/+3
| | |/ /
| * | | QVarLengthArray: optimize pop_back()Marc Mutz2019-07-141-1/+3
| * | | Centralize the MSVC work-around for std::is_permutationMarc Mutz2019-07-121-15/+1
| * | | QHash: optimize equality operatorMarc Mutz2019-07-121-10/+12
| * | | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-123-0/+14
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-2/+2
| |\| |
| | * | [Doc] Fix minor typosSze Howe Koh2019-07-102-4/+4
| | * | doc: Remove erroneous double left braceMartin Smith2019-07-051-1/+1
| * | | Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1062-73640/+0
| * | | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-096-26/+26
| * | | QHash: mark the equality operator for QHashDummyValue constexpr noexceptMarc Mutz2019-07-081-1/+1
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0817-63/+247
|\| | |
| * | | Q_ARRAY_LITERAL: protect the check for literal typesGiuseppe D'Angelo2019-07-061-1/+7
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-2/+2
| | |\|
| | | * [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
| * | | Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-034-0/+16
| * | | Optimize QSet set operationsMarc Mutz2019-07-031-16/+9
| * | | Make the default ctor of QVarLengthArray implicitUlf Hermann2019-07-021-1/+3
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-014-2/+55
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-014-2/+55
| | |\| |
| | | * | Move the Item typedef to public in the associative Java iteratorsThiago Macieira2019-06-281-2/+2
| | | * | Document OOM conditions in the QArrayData-based containersThiago Macieira2019-06-283-0/+53
| * | | | QStringList: utilize QStringMatcher's support for QStringViewMat Sutcliffe2019-07-011-1/+1
| * | | | QCharRef/QByteRef: schedule for Qt 7 removalGiuseppe D'Angelo2019-07-012-2/+2
| |/ / /
| * | | QStringList: add QStringView overloads of join, filter, replaceInStringsMat Sutcliffe2019-06-302-0/+116
| * | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-4/+2
| * | | QFreeList: fix memory order on block deletionMarc Mutz2019-06-271-1/+1
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-1/+1
| |\| |
| | * | Fix editing of QDateTimeEdit in 12-hour locales that don't use AM/PMVolker Hilsheimer2019-05-281-12/+15
| | * | QTextBoundaryFinder: don't break after uppercase followed by commawangChuan2019-05-231-1/+1
| * | | QString: fix comments for qsizetypeAnton Kudryavtsev2019-06-273-33/+33
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-2635-330/+615
|\| | |
| * | | QRegularExpression docs: streamline the anchoredPattern sectionGiuseppe D'Angelo2019-06-231-25/+4
| * | | QVarLengthArray: add qHash overloadGiuseppe D'Angelo2019-06-232-0/+16
| * | | QVector: add a construction from QArrayDataPointerRefGiuseppe D'Angelo2019-06-232-0/+6
| * | | QString: towards QStringView::arg() pt.4: port QString::arg() to QStringView:...Marc Mutz2019-06-042-9/+11
| * | | QString: towards QStringView::arg() pt.3: Long live QStringView/QLatin1String...Marc Mutz2019-06-204-23/+161