summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [doc] Document QString{,Ref}::split() behavior with empty 'sep'Marc Mutz2017-11-292-16/+28
* Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-2/+3
* Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-253-4/+3
* Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-251-3/+5
|\
| * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-3/+5
| |\
| | * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-3/+5
* | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-1/+1
|/ /
* | Windows: Resolve QStandardPaths config location without qApp instanceTor Arne Vestbø2017-11-221-2/+11
* | Fix the build when AVX2 is enabled but __F16C__ isn't definedThiago Macieira2017-11-221-3/+12
* | CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-221-2/+7
* | Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2
|/
* Change fallthrough detection order to fix clang detectionHelio Chissini de Castro2017-11-071-3/+3
* qGlobalQHashSeed: initialize the seed before returning itThiago Macieira2017-11-041-0/+1
* QFilesystemWatcher/Windows: Use event dispatcher of threadFriedemann Kleint2017-11-041-2/+2
* QStorageInfo: Properly decode labels from /dev/disk/by-labelChristian Ehrlicher2017-11-041-1/+33
* QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-8/+6
* Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-1/+1
* winrt: Fix compilation with -no-pchOliver Wolff2017-10-251-0/+1
* Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-241-3/+3
* winrt: Fully initialize CREATEFILE2_EXTENDED_PARAMETERS structOliver Wolff2017-10-201-0/+3
* Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-172-0/+12
* Revert "Do not include qfloat16 tables in arm64 builds"Allan Sandfeld Jensen2017-10-101-13/+10
* Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
* QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-9/+22
* Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-042-31/+140
* Fix strict-prototypes warning with qVersion functionJake Petroules2017-10-021-1/+1
* Reorder defines to respect alphabetic order in bootstrap configEdward Welbourne2017-09-271-7/+8
* Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
* Make QDateTimeParser a separate featureEdward Welbourne2017-09-257-17/+25
* doc: fix code snippet of qConstOverload usageGatis Paeglis2017-09-251-1/+1
* Fix parsing of tzfile(5) files in QTimeZonePrivateThiago Macieira2017-09-241-1/+3
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-213-27/+98