summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-242-8/+8
* Windows: Fix truncation in QFSFileEnginePrivate::nativeWrite()Friedemann Kleint2016-07-211-4/+2
* Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
* Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-201-22/+30
* Workaround clang explicit specializations function templates export bugBogDan Vatra2016-07-201-150/+150
* Work around Apple defining "check"Thiago Macieira2016-07-201-0/+5
* QTzTimeZonePrivate: missing spaces for readability.Edward Welbourne2016-07-181-3/+3
* QUtcTimeZonePrivate::data - skip spurious invalid start state.Edward Welbourne2016-07-181-2/+3
* QtCore: Fix QXmlStreamReader for invalid characters in XML 1.0Luca Bellonda2016-07-171-0/+4
* FreeBSD: move order of includes for compilingRalf Nolden2016-07-131-3/+3
* QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-20/+49
* QString::replace(): Commentary clarifications.Edward Welbourne2016-07-121-9/+9
* QMacTimeZonePrivate - correctly initialize m_nstz data-memberTimur Pocheptsov2016-07-111-0/+1
* QStringBuilderCommon: drop const from resolved() result typeMarc Mutz2016-07-111-1/+1
* QString: fix incomplete doc of chop()Anton Kudryavtsev2016-07-081-1/+1
* QEventLoop: better describe the exception safety of QtGiuseppe D'Angelo2016-07-021-2/+4
* Fix build: ftok(3) requires sys/ipc.hThiago Macieira2016-07-021-0/+4
* QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-4/+6
* QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-2/+12
* Doc: Improve QJsonDocument::fromJson documentationKai Koehne2016-07-011-7/+5
* QDir: Remove redundant QString wrappingAlexander Volkov2016-06-301-1/+1
* QDateTime: early return to make a Q_UNREACHABLE actually true.Edward Welbourne2016-06-301-1/+1
* winrt: fix conditionalMaurice Kalinowski2016-06-301-1/+1
* Document limitations and good practice for logging category namesKai Koehne2016-06-231-0/+9
* Win: Get rid of unused variables un QDateTime::currentMSecsSinceEpochThiago Macieira2016-06-221-2/+0
* Add OpenBSD to list of targets that can't use --no-undefined in qtcoreRalf Nolden2016-06-221-2/+3
* make plugin meta data load failure error message less crypticOswald Buddenhagen2016-06-221-1/+1
* Remove overload tag from QByteArray QIODevice::readAll()Simon Hausmann2016-06-171-2/+0
* Correct a type mismatch in the QNX PPS codeJames McDonnell2016-06-151-2/+2
* Fixed developer build for MinGWOliver Wolff2016-06-152-2/+3
* Update for the newest Darwin-family operating systems.Jake Petroules2016-06-154-17/+64
* Fix cast warnings when pthread_t is smaller than a pointerJames McDonnell2016-06-131-16/+39
* winrt: Fix potential crash in QCoreApplicationMaurice Kalinowski2016-06-131-26/+33
* winrt: Close IAsyncInfo manually in case of errorMaurice Kalinowski2016-06-131-0/+3
* Move __cpp_constexpr check inside Q_COMPILER_CONSTEXPR checkJames McDonnell2016-06-131-10/+12
* Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* Mention extension in QFileInfo's suffix-related documentationMitch Curtis2016-06-101-2/+2
* Add support for 8bit encodings not ASCII compatible in QXMLStreamWriter.Luca Bellonda2016-06-081-4/+8
* QDebug: fix streaming of QCharsMarc Mutz2016-06-081-5/+4
* Optimize QJsonObject::operator==Marc Mutz2016-06-082-2/+4
* Fix QVariantAnimation documentationAlejandro Exojo2016-06-082-9/+8
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-029-99/+55
|\
| * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-259-99/+55
* | QJsonValue: fix use-after-free in assignment operatorMarc Mutz2016-06-011-19/+5
* | Compile fix: add OpenBSD define for ffsll usageRalf Nolden2016-06-011-1/+1
* | Merge BSD implementations of QLockFilePrivate::processNameByPid()Ralf Nolden2016-06-012-22/+22
* | Fix emission of QProcess:errorOccurredJoerg Bornemann2016-05-301-8/+2
* | QWindowsPipeWriter: Discard queued signals in stop()Aleksei Timofeyev2016-05-301-0/+2
* | Add Interix OS system detection definesRalf Nolden2016-05-301-0/+4
* | Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-1/+1