summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add support for Apple tvOSMike Krus2016-05-1717-31/+46
* | | Remove qt_cancelIo helper functionJoerg Bornemann2016-05-172-20/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1278-368/+732
|\| |
| * | QDateTimeParser: adapt unquote() to make good use of QStringRef.Anton Kudryavtsev2016-05-111-6/+4
| * | QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-05-111-7/+9
| * | Make it an #error if we failed to detect the ARM architecture versionThiago Macieira2016-05-101-0/+2
| * | QFactoryLoader: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-27/+11
| * | QJsonObject: add some overloads taking QLatin1StringMarc Mutz2016-05-104-2/+135
| * | Fix build on WinRTMaurice Kalinowski2016-05-101-1/+2
| * | QUrl: enable (N)RVO for gccAnton Kudryavtsev2016-05-091-37/+37
| * | QDateTimeParser: proper construction of QStringAnton Kudryavtsev2016-05-091-1/+1
| * | Be more specific what is in Core and what is notJędrzej Nowacki2016-05-091-2/+5
| * | QJsonValue: don't create a temporary QString on every toString() invocationMarc Mutz2016-05-092-1/+18
| * | Add a QMutex::isRecursive() const noexceptThiago Macieira2016-05-092-9/+15
| * | Work around ICC's bug in making std::atomic a literal typeThiago Macieira2016-05-081-2/+8
| * | Mark QThread::currentThreadId() as a pure functionThiago Macieira2016-05-081-1/+1
| * | Implement QLibrary::PreventUnloadHint for WindowsThiago Macieira2016-05-082-2/+10
| * | Remove includes to qdatetime_p.h that aren't necessaryThiago Macieira2016-05-081-1/+0
| * | Mark QTimeZone constructor nothrow.Thiago Macieira2016-05-082-2/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-0615-88/+108
| |\|
| | * QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
| | * normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-032-7/+7
| | * Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
| | * QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
| | * Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
| | * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-307-55/+66
| | * Don't store the pthread_t thread ID twice in QThreadThiago Macieira2016-04-303-22/+18
| * | QUrlQuery: use erase and std::remove_if with QListAnton Kudryavtsev2016-05-041-8/+8
| * | QScoped(Array)Pointer: canonicalize swappingMarc Mutz2016-05-041-11/+9
| * | Tune fast-exit for signal activation for QML.Erik Verbruggen2016-05-032-11/+20
| * | Add ImInputItemClipRectangleJan Arve Saether2016-05-022-0/+4
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-0210-18/+48
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2910-18/+48
| | |\|
| | | * Make it clear that QObject::tr() falls back to QString::fromUtf8()Sérgio Martins2016-04-281-3/+3
| | | * Unhide QObject::parent() from QFileSystemModel and QIdentityProxyModelAlexander Volkov2016-04-281-0/+1
| | | * Use C++11 alignas() for Q_DECL_ALIGN, if possibleThiago Macieira2016-04-281-0/+5
| | | * Fix QArrayData::allocate() to guard against integer overflowsThiago Macieira2016-04-281-3/+10
| | | * QString: Fix UBs (signed overflow) in hashed string searchMarc Mutz2016-04-261-6/+8
| | | * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-265-6/+19
| | | * Add missing initializersTimur Pocheptsov2016-04-251-0/+2
| * | | QDateTime: use default ctor to create invalid objectAnton Kudryavtsev2016-04-301-1/+1
| * | | QDateTimeParser: enable RVO in format()Anton Kudryavtsev2016-04-301-4/+1
| * | | Don't bother asking if Linux supports a monotonic clock: it doesThiago Macieira2016-04-301-1/+5
| * | | Decompress QResources only when needed.Volker Krause2016-04-301-9/+18
| |/ /
| * | Add an early-out to QVector::operator+= and QHash::unite for empty LHSUlf Hermann2016-04-282-21/+29
| * | Improve the script itemization algorithm to match Unicode 8.0Konstantin Ritt2016-04-271-47/+24
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-276-12/+57
| |\|
| | * Also update filter rules if there is a custom filter installed.Volker Krause2016-04-241-3/+0
| | * QMessagePattern: Fix indentation and use QVector for a large structThiago Macieira2016-04-231-3/+6
| | * QMimeDatabase: fix mimeTypeForUrl for mailto URLsDavid Faure2016-04-231-1/+1