summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add missing pwd.h includeJake Petroules2017-09-181-0/+1
* QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
* Optimize QVariant::cmp()Lars Knoll2017-09-141-40/+49
* Improve performance of QVariant::canConvert()Lars Knoll2017-09-131-0/+3
* Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-4/+9
* QModelIndex: use std::less to compare pointersGiuseppe D'Angelo2017-09-011-1/+1
* Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
* QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
* Doc: Fix exampleRobert Loehning2017-08-281-2/+2
* Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-281-3/+7
* Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
* QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
* Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
* QOperatingSystemVersion: add Android Oreo (v8.0, API level 26)Jake Petroules2017-08-223-1/+13
* Doc: Clean up Qt::ApplicationAttribute docsTopi Reinio2017-08-211-15/+19
* Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
* QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12
* Android: Dissable internal hack when using libc++BogDan Vatra2017-08-181-1/+1