summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | QRingBuffer: avoid reallocations of the dataAlex Trotsenko2017-12-302-109/+228
* | | | | Micro-optimize QRingBuffer::chop()Alex Trotsenko2017-12-191-1/+1
* | | | | Add template text to \fn commands in QScopedPointerMartin Smith2017-12-081-22/+26
* | | | | Deduplicate a common check for legacy codesEdward Welbourne2017-12-081-25/+26
* | | | | QVector: drop QRegion friendship: it's not neededMarc Mutz2017-12-061-4/+0
* | | | | doc: Add missing template parameters to \fn commandsMartin Smith2017-12-062-151/+151
* | | | | doc: Ensure clangqdoc sees declarationsMartin Smith2017-12-061-1/+1
* | | | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-1/+5
* | | | | doc: Fix three "Cannot tie" errorsMartin Smith2017-12-022-2/+2
* | | | | doc: Fix qdoc errors for \fn commands in algorithm functionsMartin Smith2017-12-021-29/+29
* | | | | Add template text to \fn commands in QPairMartin Smith2017-12-021-17/+17
* | | | | Add template text to \fn commands in cache classesMartin Smith2017-12-012-54/+54
* | | | | Add template text to \fn commands in QVarLengthArrayMartin Smith2017-12-011-75/+75
* | | | | Disable some implicit conversions with QT_RESTRICTED_CAST_FROM_ASCIIAlexander Volkov2017-12-011-0/+4
* | | | | Add template text to \fn commands in container classesMartin Smith2017-12-016-761/+882
* | | | | Clean up in TZP-Win's calculateTransitionLocalDate()Edward Welbourne2017-11-301-19/+28
* | | | | Pull several structs and static functions into an anonymous namespaceEdward Welbourne2017-11-301-22/+24
* | | | | Fake a "first transition" at the start of timeEdward Welbourne2017-11-301-0/+9
* | | | | Avoid underflow on arithmetic with possibly-first transition timesEdward Welbourne2017-11-301-2/+2
* | | | | Take account of single-transition hacks in MS time-zone APIsEdward Welbourne2017-11-302-17/+106
* | | | | QWinTimeZonePrivate: make transition searches more efficientEdward Welbourne2017-11-301-125/+83
* | | | | Refine handling of wMonth checks in QWinTimeZonePrivateEdward Welbourne2017-11-301-6/+28
* | | | | Tidy up QDateTimeParser code to make it easier to reason aboutEdward Welbourne2017-11-301-9/+10
* | | | | QDateTimeParser: reject all short values in fixed-width fieldsEdward Welbourne2017-11-301-1/+2
* | | | | Raise the upper bound on years to 9999Edward Welbourne2017-11-302-3/+3
* | | | | Mutex-lock QLocale's update of its globalLocaleDataEdward Welbourne2017-11-301-6/+17
* | | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-303-48/+24
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-303-48/+24
| |\| | | |
| | * | | | 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
* | | | | Add a configure-time check for QT_COMPILER_SUPPORTS_SIMD_ALWAYSThiago Macieira2017-11-301-5/+1
|/ / / /