summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-303-5/+20
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-302-10/+10
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+5
* Disable warnings about deprecated QRegularExpression::PatternOptionsTor Arne Vestbø2018-08-241-0/+3
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-3/+3
|\
| * Cast away -Wclass-memaccess warnings in QVarLengthArray methodsEdward Welbourne2018-08-201-3/+3
* | Use std::partition_point for faster searches among transitionsEdward Welbourne2018-08-201-56/+55
* | Scale a correction by a factor of a thousand that it was missingEdward Welbourne2018-08-201-1/+1
* | Add some local const variables to save some repeated computationEdward Welbourne2018-08-201-8/+7
* | QTimeZonePrivate::dataForLocalTime(): cope with negative DST offsetsEdward Welbourne2018-08-201-5/+7
* | Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-193-2/+24
* | 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