summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Document several WA_Mac attributes as obsoleteGabriel de Dietrich2018-02-051-13/+4
* | Unconditionally log to stderr, regardless of qt_logging_to_console()Tor Arne Vestbø2018-02-051-1/+1
* | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-02-051-2/+2
* | Say hello to ImhNoEditMenu & ImhNoTextHandlesBogDan Vatra2018-02-052-0/+6
* | QUtf8: Add some UTF-8 text operation functionsThiago Macieira2018-02-032-1/+169
* | QUuid: add a way to get the string form without the bracesThiago Macieira2018-02-032-7/+121
* | doc: Add missing \fn commands for new membersMartin Smith2018-02-033-11/+25
* | doc: Add 2 missing return types to \fn commandsMartin Smith2018-02-031-2/+2
|/
* doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-242-2/+4
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-242-0/+44
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2011-12816/+13323
|\
| * Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-182-2/+2
| * Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1
| * Undef interface in more places, fixing builds with libc++ on windowsMartin Storsjö2018-01-181-0/+4
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-166-12813/+13310
| |\
| | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| | * Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-112-12797/+13273
| | |\
| | | * Update qurltlds_p.hAllan Sandfeld Jensen2018-01-052-12797/+13273
| | * | Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
| * | | QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
* | | | doc: Fix several minor qdoc warningsMartin Smith2018-01-203-1/+8
* | | | doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-204-7/+21
* | | | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-202-11/+105
* | | | Don't try (Any,Any,Any) before a partially-specified localeEdward Welbourne2018-01-191-32/+36
* | | | doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-189-19/+19
* | | | doc: Fix remaining qdoc warnings in qabstractitemmodel.cppMartin Smith2018-01-181-9/+9