summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCborValue: Disable support for spaceship operatorThiago Macieira2018-07-293-5/+5
* Logging: Accept .ini files written by QSettingsKai Koehne2018-07-282-1/+14
* QUrl: Support IPv6 addresses with zone idRobbert Proost2018-07-271-23/+38
* Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-261-5/+9
* corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-252-0/+180
* formatQEnum: deal with enum class typesShawn Rutledge2018-07-241-1/+1
* 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-214-0/+219
* Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-2/+1
* Add QTextStream operators for QStringViewFriedemann Kleint2018-07-202-0/+16
* Update the Qt version tagging to adapt to expected Qt 5.16Thiago Macieira2018-07-181-1/+10
* Update TinyCBOR to 1b233087a6e6b6be297e69bfcce5ed36f338c91dThiago Macieira2018-07-181-22/+5
* qlibrary_unix: work around compile bug in gcc5.4Mikhail Svetkin2018-07-181-4/+6
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Thiago Macieira2018-07-1713-56/+52
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-1713-56/+52
| |\
| | * ELF parser: fix off-by-one errorThiago Macieira2018-07-141-1/+1
| | * QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-145-30/+24
| | * Doc: Remove reference to Unicode 4.0Kai Koehne2018-07-131-1/+1
| | * Correct Unix QStorageInfo's QStorageIterator::next()'s loop logicEdward Welbourne2018-07-131-3/+4
| | * QFile::copy(): don't trust the old file metadata cacheThiago Macieira2018-07-121-15/+5
| | * Add missing init()-if-dirty in two of ICU's QCollator::compare()sEdward Welbourne2018-07-121-0/+6
| | * Fix QStorageIterator where the last line in /proc/mounts is skippedJohannes Rosenqvist2018-07-121-1/+1
| | * Doc: Extend description of Qt::Key_ClearPaul Wicking2018-07-101-1/+4
| | * 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
| | * Ownership is unclear, so document it to avoid crashes for usersSune Vuorela2018-07-021-0/+4
* | | Fix typo as->hasFrederik Gladhorn2018-07-161-2/+2
|/ /
* | Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-164-4434/+4535
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-163-1/+221
* | QDateTime: fix some misnamed variables, s/local/zone/Edward Welbourne2018-07-161-7/+7
* | Use context when connecting to functors in docsFrederik Gladhorn2018-07-161-1/+3
* | Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-143-1/+34
* | QCborArray: add const_iterator overloads for insert/erase/extractThiago Macieira2018-07-142-0/+9
* | QCborMap: make take() & remove() efficient if the item isn't thereThiago Macieira2018-07-141-8/+8
* | CBOR: Use "noexcept" directlyThiago Macieira2018-07-148-49/+49
* | QCborValue: Silence Coverity warning about null-pointer dereferenceThiago Macieira2018-07-141-2/+2
* | QCborValue/QDebug: restore decimal state after hexThiago Macieira2018-07-141-1/+1
* | Make sure there's an event dispatcher in QWindowsRemovableDriveListenerThiago Macieira2018-07-141-1/+3
* | QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-146-20/+22
* | Fix Windows+ICU buildThiago Macieira2018-07-141-12/+13
* | QStringView: Add compare() member functionFriedemann Kleint2018-07-132-0/+17
* | Allow loading of empty translation filesKai Koehne2018-07-121-6/+4
* | QLocale: Convert the ok checks to nullptrAndre Hartmann2018-07-091-12/+12
* | Plugins: remove unused macroThiago Macieira2018-07-091-1/+0
* | SIMD: Change the way we declare constants for x86Thiago Macieira2018-07-091-86/+84
* | QLibrary: find AVX2 (Haswell) optimized plugins and librariesThiago Macieira2018-07-092-0/+28
* | SIMD: Add a haswell sub-architecture selection to our supportThiago Macieira2018-07-091-1/+42
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-075-12/+54
* | Fix QString::localeAwareCompare with composed/decomposed strings on macOSSimon Hausmann2018-07-061-11/+10