summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-13/+13
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-13/+13
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-74/+57
|\|
| * wasm: add platform qsettingsLorn Potter2019-11-141-18/+1
| * Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-56/+56
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-241-10/+14
|\|
| * Android: Fix loading of pluginsBogDan Vatra2019-09-221-10/+14
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-3/+3
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-16/+13
| |\
| * \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-081-10/+12
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-19/+28
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-1/+34
| |\ \ \ \
| * | | | | Bump version to Qt 6Lars Knoll2019-05-141-3/+3
* | | | | | QCoreApplication: work towards replacing a QRecursiveMutex with a QMutexMarc Mutz2019-09-121-3/+10
| |_|_|_|/ |/| | | |
* | | | | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-16/+13
| |_|_|/ |/| | |
* | | | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-1/+1
* | | | qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-031-0/+2
* | | | Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-9/+9
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+4
|\ \ \
| * | | Fix bogus setAttribute setter warningMichal Klocek2019-06-191-0/+4
* | | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-8/+8
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+5
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-0/+5
| |\ \ \ \
| | * | | | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-081-0/+5
* | | | | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-11/+11
| |_|_|_|/ |/| | | |
* | | | | QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-0/+7
* | | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-0/+26
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-0/+26
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
* | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\| | | | | |_|_|/ |/| | |
| * | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-11/+11
|\| |
| * | QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-031-0/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-11/+9
| |\|
| | * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-021-11/+9
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-5/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-5/+3
| |\|
| | * Add missing _exit tracepoints for event handlingMilian Wolff2019-04-051-2/+2
| | * Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-3/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
| |\|
| | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-011-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-2/+2
| |\|
| | * Use qEnvironmentVariable for QT_PLUGIN_PATHSThiago Macieira2019-02-271-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-9/+10
|\| |
| * | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-9/+10