summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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