summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: refactor wildcard translationSamuel Gaist2018-08-181-24/+35
* Eliminate QLocale's system_data in favor of globalLocaleDataEdward Welbourne2018-08-171-20/+15
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-171-3/+6
|\
| * MSVC: add support for 64-bit POPCNT on 32-bit machinesThiago Macieira2018-08-161-3/+6
* | Modernize the "thread" featureUlf Hermann2018-08-171-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-161-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-1/+1
| |\|
| | * [macOS] Fix lower bound when searching for previous transitionsErik Verbruggen2018-08-141-1/+1
* | | Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-164-194/+119
* | | Update QLocale::Country doc for new territoriesEdward Welbourne2018-08-161-1/+4
* | | Tidy up generation of aliases in locale-related enumsEdward Welbourne2018-08-161-12/+12
* | | Normalise spacing in Language, Country and Script namesEdward Welbourne2018-08-161-971/+971
|/ /
* | Add support for numbered territories in CLDREdward Welbourne2018-08-132-3752/+3837
* | Ignore a smaller type in the posix form of QCollatorEdward Welbourne2018-08-131-2/+2
* | Use suitable abstraction for the null value of CollatorTypeEdward Welbourne2018-08-132-5/+9
* | Supply locale to QCollatorPrivate via its constructorEdward Welbourne2018-08-132-9/+6
* | QCollatorPrivate: initialize in declarations rather than constructorEdward Welbourne2018-08-131-12/+6
* | Don't duplicate things the constructor has doneEdward Welbourne2018-08-131-2/+0
* | Set dirty in QCollator::detach() rather than calling init()Edward Welbourne2018-08-131-5/+2
* | Initialize variableJesus Fernandez2018-08-081-1/+1
* | QStringLiteral: remove the wchar_t fallback for WindowsThiago Macieira2018-08-071-17/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-074-10/+18
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-074-10/+18
| |\|
| | * QString: Fix documentation for toDouble() and toFloat()Andre Hartmann2018-08-061-2/+2
| | * Improve documentation of QString::indexOf that take QRegExpAlbert Astals Cid2018-08-011-8/+0
| | * Link from QLocale to where date-time formats are explainedEdward Welbourne2018-07-312-0/+16
* | | Fix possible heap-buffer-overflow in qt_string_normalizeErik Verbruggen2018-08-071-1/+1
* | | qdoc: Fix \fn commands for QCborxxx member functionsMartin Smith2018-08-071-0/+1
|/ /
* | QByteArray: Fix documentation for toDouble() and toInt()Andre Hartmann2018-08-061-2/+2
* | QUrl: Add qustrchr() and use it to speed up the fast URL full decodingThiago Macieira2018-08-032-57/+72
* | Add "qt_" prefix to asciiToDouble and doubleToAscii functionsThiago Macieira2018-08-034-16/+16
* | Merge branch '5.11' into devEdward Welbourne2018-07-312-2/+14
|\|
| * Clean before copying any QCollatorEdward Welbourne2018-07-261-2/+11
| * Check against copying the husk left by a moveEdward Welbourne2018-07-261-1/+2
| * Fix MSVC builds with /Zc:wchar_t-Timur Pocheptsov2018-07-251-0/+2
* | QLocale: cache the QLocalePrivate for QLocale::system()Thiago Macieira2018-07-301-1/+6
* | corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-252-0/+180
* | QHash: Remove reference to Qt3's QDict implementationhjk2018-07-241-3/+2
* | prune dead codeOswald Buddenhagen2018-07-231-1/+0
* | Introduce QScopeGuardSérgio Martins2018-07-213-0/+152
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-174-6/+10
|\|
| * Doc: Remove reference to Unicode 4.0Kai Koehne2018-07-131-1/+1
| * Add missing init()-if-dirty in two of ICU's QCollator::compare()sEdward Welbourne2018-07-121-0/+6
| * Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-3/+2
| * Tidy-up after recent change: combine declaration with initializerEdward Welbourne2018-07-031-2/+1
* | Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-164-4434/+4535
* | QDateTime: fix some misnamed variables, s/local/zone/Edward Welbourne2018-07-161-7/+7
* | Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-141-0/+16
* | Fix Windows+ICU buildThiago Macieira2018-07-141-12/+13
* | QStringView: Add compare() member functionFriedemann Kleint2018-07-132-0/+17