summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix ASAN error about new-delete-size-mismatch in QVariantSimon Hausmann2018-08-071-1/+2
* Fix possible heap-buffer-overflow in qt_string_normalizeErik Verbruggen2018-08-071-1/+1
* qdoc: Fix \fn commands for QCborxxx member functionsMartin Smith2018-08-073-12/+14
* Make qcoreapplication_win compile in mingw g++ 8.2Mårten Nordheim2018-08-061-2/+2
* Add private helper class QMacScopedObserverTor Arne Vestbø2018-08-061-0/+44
* Simplify QUrlPrivate::appendHostJesus Fernandez2018-08-061-7/+3
* QByteArray: Fix documentation for toDouble() and toInt()Andre Hartmann2018-08-061-2/+2
* Add a few overrides in Qt CoreAlessandro Portale2018-08-0513-103/+103
* Windows: Refactor the debug operator for the MSG message structFriedemann Kleint2018-08-031-388/+254
* Windows: Fix QEventLoop::ExcludeUserInputEvents for pointer eventsFriedemann Kleint2018-08-031-13/+18
* QUrl: Add qustrchr() and use it to speed up the fast URL full decodingThiago Macieira2018-08-033-107/+106
* Make local symbols of some leaked namesThiago Macieira2018-08-033-19/+21
* Add "qt_" prefix to asciiToDouble and doubleToAscii functionsThiago Macieira2018-08-034-16/+16
* QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-031-5/+71
* QLogging: make QRegularExpression objects static constGiuseppe D'Angelo2018-08-031-3/+3
* Fix non-existing QRandomGenerator::generate32() function in docsAlex Blasche2018-07-311-3/+3
* Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-3117-67/+156
|\
| * Merge branch '5.11' into devEdward Welbourne2018-07-3117-67/+156
| |\
| | * 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 the fix for mmap() overflow checkThiago Macieira2018-07-251-4/+3
| | * Fix MSVC builds with /Zc:wchar_t-Timur Pocheptsov2018-07-251-0/+2
| | * Fix QUrl::setPath documentation, remove default TolerantModeMikhail Svetkin2018-07-241-1/+1
| | * Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-36/+60
| | * Doc: Add since version for QJsonDocument::toJson()Paul Wicking2018-07-231-0/+1
| | * Doc: Correct typo from decoded to encodedPaul Wicking2018-07-211-1/+1
| | * Doc: Remove erroneous comma in snippetPaul Wicking2018-07-201-1/+1
| | * Doc: Add since version for QJson method and enumPaul Wicking2018-07-192-0/+2
| | * Doc: Extend description of ShortcutOverride eventPaul Wicking2018-07-191-0/+6
| | * Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-194-11/+33
| | * Windows: Don't output a warning when sHGetKnownFolderPath failsAndy Shaw2018-07-181-11/+6
| | * Linux: Bypass glibc's broken open() implementationThiago Macieira2018-07-172-0/+28
* | | Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-0/+8
* | | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-305-225/+336
|/ /
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-1/+1
* | QFSFileEngine::filename(): convert if/else-if chain to a switchEdward Welbourne2018-07-301-13/+16
* | Actually truncate when asked toEdward Welbourne2018-07-302-7/+7
* | QLocale: cache the QLocalePrivate for QLocale::system()Thiago Macieira2018-07-301-1/+6
* | 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