summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QStringList: restore binary compatibility with Qt 5.11David Faure2018-09-102-0/+12
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-4/+4
|\
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-4/+4
| |\
| | * Doc: Fix typos in QRectF documentationPaul Wicking2018-08-271-4/+4
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-071-13/+4
|\| |
| * | Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-031-13/+4
| |/
* | ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflowErik Verbruggen2018-09-051-1/+1
* | QStringList: add contains(QStringView) overloadAlbert Astals Cid2018-09-032-2/+24
* | Add QString::compare(QStringView, CaseSensitivity)Albert Astals Cid2018-09-032-1/+21
* | Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-021-3/+3
* | Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-022-8/+7
* | 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
|/ /