summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Simplify signature of untyped property bindingsSimon Hausmann2020-04-172-19/+25
* Make it possible to take bindings from properties without private headersSimon Hausmann2020-04-174-8/+8
* QEventDispatcherWin32: relax memory ordering on setting wakeUps flagAlex Trotsenko2020-04-171-1/+1
* QString::from/toLocal8Bit: Assume locale is utf8 if we don't have codecsLars Knoll2020-04-161-2/+2
* Fix compilation with QT_RESTRICTED_CAST_FROM_ASCIILars Knoll2020-04-161-1/+1
* Remove QString::from/toAscii()Lars Knoll2020-04-162-64/+0
* Compile fixes for clang10Lars Knoll2020-04-154-4/+4
* QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-151-50/+27
* Extend the QRegExp->QRegularExpression porting docLars Knoll2020-04-151-0/+5
* Move the QRegExp porting docs into the QRegExp class documentationLars Knoll2020-04-154-138/+142
* Remove two leftover references to QRegExp in the docsLars Knoll2020-04-152-2/+1
* Remove QRegExp based functionality from QObjectLars Knoll2020-04-152-81/+0
* Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-153-218/+27
* Add WildcardConversionOptions to QRegularExpressionLars Knoll2020-04-152-8/+33
* Port qfilesystemengine_win.cpp to QRegularExpressionLars Knoll2020-04-151-5/+10
* Remove size assert in QMultiHash::take()Shawn Rutledge2020-04-141-1/+0
* Fix qConstexprNextPowerOfTwo(qint64) to return quint64Shawn Rutledge2020-04-131-3/+5
* Include QRegularExpression in the bootstrap libraryLars Knoll2020-04-132-5/+9
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-116-31/+53
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-116-31/+53
| |\
| | * Fix warning about QMetaObject::isEditable() being deprecatedThiago Macieira2020-04-091-1/+11
| | * Switch to using versioned deprecated macrosAllan Sandfeld Jensen2020-04-091-24/+24
| | * QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-1/+1
| | * QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-3/+7
| | * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+3
| | * QFactoryLoader: Fix warning about binary JSON being deprecatedThiago Macieira2020-04-091-0/+3
| | * QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
* | | avoid compile warning when using clang++ with -Wshorten-64-to-32Martin Koller2020-04-113-5/+5
|/ /
* | Fix a few size_t / int conversion warningsFriedemann Kleint2020-04-103-4/+4
* | Deduplicate some codeLars Knoll2020-04-091-34/+6
* | Optimize hashing of floating point numbersLars Knoll2020-04-092-10/+24
* | Replace Qt's hashing function with SipHashThiago Macieira2020-04-093-11/+351
* | Change qHashBits to use MurmurHash2Lars Knoll2020-04-091-139/+102
* | Fix compiler warning on 32bitLars Knoll2020-04-091-6/+7
* | Implement emplace() for QHash and QMultiHashLars Knoll2020-04-093-120/+183
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-0952-166/+161
* | Fix the documentation for QHash and QMultiHashLars Knoll2020-04-091-312/+749
* | Optimize QHash when using QHashDummyValueLars Knoll2020-04-091-2/+27
* | new QCache implementationLars Knoll2020-04-093-127/+214
* | New QHash implementationLars Knoll2020-04-094-1344/+1570
* | Don't set WindowContextHelpButtonHint by default for dialogs and sheetsVolker Hilsheimer2020-04-092-7/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0853-814/+1734
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-085-28/+14
| |\
| | * Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-04-071-1/+2
| | * Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
| | * Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
| | * QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-063-2/+7
| * | Doc: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-073-26/+103
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-065-45/+64
| |\|
| | * Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1