summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-143-7/+7
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-203-10/+10
* | Add support for Apple Unified LoggingTor Arne Vestbø2018-02-121-0/+7
* | 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-105-160/+252
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-105-160/+252
| |\ \
| | * | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-0/+5
| | * | Support for LTTNG and ETW tracingRafael Roquetto2018-01-282-0/+128
| | * | 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
* | | Say hello to ImhNoEditMenu & ImhNoTextHandlesBogDan Vatra2018-02-052-0/+6
* | | doc: Add 2 missing return types to \fn commandsMartin Smith2018-02-031-2/+2
|/ /
* | 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-201-1/+1
|\ \
| * | Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1
* | | doc: Fix several minor qdoc warningsMartin Smith2018-01-201-0/+1
* | | logging: Factor out how to determine if a category is the default categoryTor Arne Vestbø2018-01-161-2/+7
* | | Add missing dead key symbolsMatt Whitlock2018-01-152-0/+60
* | | Fix QNX 7 buildTor Arne Vestbø2018-01-141-2/+2
* | | logging: Break out alternative logging sinks into a well defined APITor Arne Vestbø2018-01-121-30/+74
* | | logging: Clarify that QT_MESSAGE_PATTERN only applies to unstructured loggingTor Arne Vestbø2018-01-121-0/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+6
|\| |
| * | moc: Initialize staticMetaObject with the highest user-settable priorityMartin Storsjö2018-01-091-0/+6
* | | doc: Remove unnecessary qdoc declaration hackMartin Smith2018-01-092-5/+6
* | | QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-085-85/+15
* | | doc: Correct remaining qdoc warnings in qstring.cppMartin Smith2018-01-051-1/+1
* | | doc: Correct remaining qdoc warnings in QRandomGeneratorMartin Smith2018-01-021-15/+8
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-0215-72/+188
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-307-4/+78
| |\|
| | * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+2
| | * QNX: fix slog2 for QNX7Samuli Piippo2017-12-131-1/+1
| | * Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-12-086-9/+146
| * | qrandom.h: actually #undef min and max instead of using parenthesesThiago Macieira2017-12-281-4/+11
| * | Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-241-1/+7
| * | Doc: attempt to fix some qdoc errors for QRandomGeneratorThiago Macieira2017-12-241-5/+7
| * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-086-33/+39
| |\ \
| | * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-284-31/+31
| | * | QRandomGenerator: Enforce the use of 32-bit integers in the engineThiago Macieira2017-11-201-1/+2
| | * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-205-347/+788
| | |\ \
| | * | | QTemporaryFile: hide the O_TMPFILE feature behind a check for linkat()Thiago Macieira2017-11-112-1/+6
| * | | | Fix qdoc warnings for 5.10Friedemann Kleint2017-12-041-6/+27