summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-111-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-1/+1
| |\| |
| | * | CMake: qt5_add_binary_resource: re-run if neededKevin Funk2018-01-091-1/+1
| | |/
* | / moc: Initialize staticMetaObject with the highest user-settable priorityMartin Storsjö2018-01-091-0/+6
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+0
|\|
| * Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-3025-62/+292
|\|
| * QMap: fix another UB (invalid cast) relating to QMap's endThiago Macieira2017-12-271-2/+2
| * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
| * Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-9/+55
| * Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
| * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
| * Fix pps and imf support for QNX buildsKarim Pinter2017-12-192-2/+2
| * Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3
| * Allow empty namespace URIPaul Olav Tvete2017-12-141-1/+0
| * Fix assert when emitting a signal from a different threadJesus Fernandez2017-12-141-2/+4
| * Copy argv[0] to prevent it pointing to invalid memory laterAndy Shaw2017-12-141-3/+3
| * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+2
| * Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-132-12/+12
| * Fix typoOliver Wolff2017-12-132-3/+3
| * QString: fix documentation of NUL-termination of unicode(), data(), constData()Marc Mutz2017-12-132-13/+20
| * QNX: fix slog2 for QNX7Samuli Piippo2017-12-132-2/+2
| * Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-12-086-9/+146
| * Use a custom QAnimationDriver to take control over timeJan Arve Sæther2017-12-021-2/+2
| * QFutureWatcher: Use nullptr as a default value in constructorAlexander Volkov2017-12-011-1/+1
* | 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-244-14/+34
* | Doc: attempt to fix some qdoc errors for QRandomGeneratorThiago Macieira2017-12-241-5/+7
* | Fix Android Service thread getting stuck in service startupHeikki Haveri2017-12-121-1/+1
* | QStandardPaths: fall back to a default if PATH isn't setThiago Macieira2017-12-121-0/+29
* | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-0826-110/+172
|\ \
| * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-2813-75/+75
| * | Fix namespaced linux buildsAllan Sandfeld Jensen2017-11-282-1/+8
| * | Fix naming of new property QSortFilterProxyModel::recursiveFilteringDavid Faure2017-11-282-7/+7
| * | Fix the build if st_atimensec is definedThiago Macieira2017-11-231-2/+7
| * | QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-234-5/+25
| * | Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-0/+3
| * | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-3/+5
| |\ \
| * | | QFileSystemEngine/Linux: fix when qt_lstatx() succeedsThiago Macieira2017-11-201-15/+16
| * | | QRandomGenerator: Enforce the use of 32-bit integers in the engineThiago Macieira2017-11-201-1/+2