summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-204-9/+9
| | * | Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
| * | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-108-78/+267
| |\ \ \
| | * | | Add documentation entries for new qvector/qvarlength methodsAllan Sandfeld Jensen2018-02-022-0/+44
| | * | | QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-022-10/+37
| | * | | QString: optimize remove()Anton Kudryavtsev2018-02-021-4/+9
| | * | | QBitArray: add manipulate a dense bit array directlyThiago Macieira2018-01-282-0/+43
| | * | | Add a few methods to check if a string is US-ASCII or Latin1Thiago Macieira2018-01-273-1/+157
| | * | | qsimd_p.h: Reorganize and simplify the x86 intrinsics #includesThiago Macieira2018-01-251-68/+28
| * | | | doc: Add missing \fn commands for new membersMartin Smith2018-02-033-11/+25
| |/ / /
| * | | doc: Fix several minor qdoc warningsMartin Smith2018-01-201-0/+6
| * | | doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-202-2/+16
| * | | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-202-11/+105
| * | | Don't try (Any,Any,Any) before a partially-specified localeEdward Welbourne2018-01-191-32/+36
| * | | doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-186-12/+12
| * | | QRingBuffer: replace some checks with assertsAlex Trotsenko2018-01-102-31/+36
| * | | Micro-optimize QRingBuffer::free()Alex Trotsenko2018-01-091-1/+1
| * | | doc: Move use of Q_CLANG_QDOC that caused compile-time assertMartin Smith2018-01-091-1/+3
| * | | QStringBuilder: add support for QStringViewMarc Mutz2018-01-082-1/+15
| * | | QStringBuilder: add support for char16_t{,*,[]}Marc Mutz2018-01-082-1/+54
| * | | QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-088-16/+8
| * | | doc: Correct remaining qdoc warnings in qchar.h and qchar.cppMartin Smith2018-01-062-1/+13
| * | | doc: Correct remaining qdoc warnings in QStringViewMartin Smith2018-01-052-11/+18
| * | | doc: Correct remaining qdoc warnings in qstring.cppMartin Smith2018-01-051-13/+17
| * | | doc: Correct remaining qdoc warnings in qstack.cppMartin Smith2018-01-051-5/+5
| * | | doc: Correct remaining qdoc warnings in a few filesMartin Smith2018-01-053-6/+6
| * | | doc: Correct remaining qdoc warnings in qscopedvaluerollback.cppMartin Smith2018-01-051-4/+4
| * | | doc: Correct remaining qdoc warnings in qbytearraymatcher.cppMartin Smith2018-01-041-6/+6
| * | | doc: Correct remaining qdoc warnings in qqueue.cppMartin Smith2018-01-041-5/+5
| * | | doc: Correct remaining qdoc warnings in qhash.cppMartin Smith2018-01-041-5/+17
| * | | doc: Remove duplicate qdoc comments in qiterator.qdocMartin Smith2018-01-041-120/+0
| * | | Update Text segmentation and line break data to Unicode 10.0Lars Knoll2018-01-033-5664/+5797
| * | | Update most Unicode data to version 10.0Lars Knoll2018-01-033-5605/+6143
| * | | Update QString::isRightToLeft() to take directional hints into accountLars Knoll2018-01-034-3/+44
| * | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-0215-115/+148
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-304-26/+34
| | |\|
| | | * QMap: fix another UB (invalid cast) relating to QMap's endThiago Macieira2017-12-271-2/+2
| | | * Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-132-12/+12
| | | * QString: fix documentation of NUL-termination of unicode(), data(), constData()Marc Mutz2017-12-131-12/+20
| | * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-089-42/+47
| | |\ \
| | | * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-287-40/+40
| | | * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-203-28/+3
| | | |\ \
| | | * | | QDateTime: Move the deprecation marker to Qt 5.10Thiago Macieira2017-11-141-1/+1
| | | * | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-1/+6
| | * | | | fixup oversight in QStringView::lengthHelperPointerEric Lemanissier2017-12-061-0/+1
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-052-18/+19
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | [doc] Document QString{,Ref}::split() behavior with empty 'sep'Marc Mutz2017-11-291-16/+16
| | | * | | Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-2/+3
| | * | | | Fix qdoc warnings for 5.10Friedemann Kleint2017-12-042-16/+10
| | * | | | Condition QDateTimeParser's time-zone parsing on QT_CONFIG(timezone)Edward Welbourne2017-11-303-13/+37