summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | improve QLocale::formattedDataSize docs slightlyShawn Rutledge2017-11-241-11/+12
* | | | QTimeZonePrivate: prefer /etc/localtime over /etc/timezonePeter Wu2017-11-221-11/+12
| |_|/ |/| |
* | | qsimd.cpp: Remove workaround for GCC 4.2Thiago Macieira2017-11-191-26/+0
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-2/+3
|\| | | |/ |/|
| * Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2
| * qGlobalQHashSeed: initialize the seed before returning itThiago Macieira2017-11-041-0/+1
* | QDateTimeParser: Remove unused variableRobert Loehning2017-11-021-1/+0
* | Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-295-127/+110
* | QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-1/+1
* | Don't lose precision in QMacTimeZonePrivate::previousTransition()Edward Welbourne2017-10-161-1/+1
* | Unify wording in documentation to use 'top-left' instead 'upper-left'Christian Ehrlicher2017-10-141-2/+2
* | Doc: move QKeyValueIterator documentation to the right fileSamuel Gaist2017-10-112-120/+120
* | Doc: fix indexOf QRegularExpression overload documentationSamuel Gaist2017-10-111-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-0410-51/+72
|\|
| * Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
| * Make QDateTimeParser a separate featureEdward Welbourne2017-09-255-16/+17
| * Fix parsing of tzfile(5) files in QTimeZonePrivateThiago Macieira2017-09-241-1/+3
| * Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-213-27/+98
* | Remove Q_ALWAYS_INLINE from frequently-used functionsThiago Macieira2017-09-292-18/+18
* | Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-10/+19
* | QRandomGenerator: update API to better nameThiago Macieira2017-09-221-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-3/+6
|\|
| * QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
* | QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-133-10/+52
* | Merge dev into 5.10Frederik Gladhorn2017-09-023-1/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-313-1/+6
| |\|
| | * Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
| | * Android: Dissable internal hack when using libc++BogDan Vatra2017-08-181-1/+1
* | | QLocale docs: remove useless \sa linksShawn Rutledge2017-08-291-2/+0
|/ /
* | Deprecate QDate methods using MonthNameTypeEdward Welbourne2017-08-222-14/+22
* | QCryptographicHash: re-add support for Keccak hashingGiuseppe D'Angelo2017-08-223-8/+62
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-14/+23
|\|
| * Win: Account for when "condition expression is constant" warning occursAndy Shaw2017-08-081-14/+23
* | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-7/+16
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-022-2/+16
|\ \