summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1424-79/+3306
|\
| * Fix GCC 8 warning in qvariantanimationVille Voutilainen2018-02-141-1/+1
| * Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
| * Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
| * Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
| * Remove QLibrary code path specific to HP-UX on PA-RISCKonstantin Tokarev2018-02-121-33/+2
| * Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
| * Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-072-0/+18
| * Suppress GCC 8 warning about realloc() non-trivially-copyable typesThiago Macieira2018-02-041-1/+2
| * Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
| * Silence GCC 8 warning on memcpy of class Value to to class offsetThiago Macieira2018-02-041-1/+2
| * Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-7/+16
| * Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2010-24/+24
| * Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
| * Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-3/+4
| * Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
| * Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
| * QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
| * QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
* | Fix typosJarek Kobus2018-02-133-3/+3
* | Add support for Apple Unified LoggingTor Arne Vestbø2018-02-123-0/+133
* | QVariant: Add missing conversion from QJsonValue to double & floatThiago Macieira2018-02-111-0/+4
* | Documentation: don't suggest abort() in qInstallMessageHandler()Thiago Macieira2018-02-111-1/+1
* | logging: Break out stderr logging sink into separate functionTor Arne Vestbø2018-02-111-13/+16
* | logging: Don't build alternate logging sinks for QT_BOOTSTRAPPEDTor Arne Vestbø2018-02-111-7/+13
* | logging: Break out QMessagePattern error reporting into standalone functionTor Arne Vestbø2018-02-111-14/+20
* | Merge "Merge remote-tracking branch 'origin/dev' into 5.11" into refs/staging...Jani Heikkinen2018-02-1059-360/+725
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-1059-360/+725
| |\ \
| | * | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-0/+5
| | * | Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-052-63/+44
| | * | Simplify how we set thread name for UNIX threadsTor Arne Vestbø2018-02-051-11/+8
| | * | Add documentation entries for new qvector/qvarlength methodsAllan Sandfeld Jensen2018-02-022-0/+44
| | * | QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-022-10/+37
| | * | QString: optimize remove()Anton Kudryavtsev2018-02-021-4/+9
| | * | QBitArray: add manipulate a dense bit array directlyThiago Macieira2018-01-282-0/+43
| | * | Support for LTTNG and ETW tracingRafael Roquetto2018-01-2810-5/+196
| | * | QMimeType: remove unwanted *.bin as preferredSuffix for octet-streamDavid Faure2018-01-281-0/+2
| | * | JSON: use the new isLatin1 functionThiago Macieira2018-01-271-8/+1
| | * | Add a few methods to check if a string is US-ASCII or Latin1Thiago Macieira2018-01-273-1/+157
| | * | Doc: explain how QXmlStream{Reader,Writer} deal with encoding in QStringThiago Macieira2018-01-261-0/+20
| | * | Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-2633-35/+31
| | * | qsimd_p.h: Reorganize and simplify the x86 intrinsics #includesThiago Macieira2018-01-251-68/+28
| | * | Add support for converting from std::variantAllan Sandfeld Jensen2018-01-252-0/+32
| | * | Update the overflow functions to include qsizetypeThiago Macieira2018-01-241-160/+117
| | * | Document the new qfloat16 functions with the other qfloat16 functionsAllan Sandfeld Jensen2018-01-241-0/+2
* | | | logging: Use !QT_BOOTSTRAPPED instead of QT_BUILD_CORE_LIBTor Arne Vestbø2018-02-101-1/+1
* | | | logging: Group alternate logging sink implementationsTor Arne Vestbø2018-02-091-58/+62
* | | | Prevent duplicated log output when using alternate logging sinksTor Arne Vestbø2018-02-081-5/+6
* | | | Fix inverted logic in slog2 log handler for when to disable loggingTor Arne Vestbø2018-02-081-1/+1
|/ / /