summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-2583-17/+147
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-234-11/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-233-5/+4
| |\
| | * 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 duplicated QT_HAS_BUILTIN defineBogDan Vatra2016-06-211-6/+0
* | | Update for the newest Darwin-family operating systems.Jake Petroules2016-06-233-7/+20
* | | QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-224-23/+138
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-2114-58/+152
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-06-2013-71/+163
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2013-71/+163
| | |\|
| | | * 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
| * | | Add "-softfloat" to archdetect.cpp and clarify what to use whenThiago Macieira2016-06-191-0/+5
| |/ /
| * | Fix warning about non-void function not returning anythingThiago Macieira2016-06-171-3/+1
* | | Fix MSVC warning about casting to pointer of different sizeThiago Macieira2016-06-201-1/+1
* | | Fix documentation of some QSysInfo functions.Jake Petroules2016-06-171-4/+3
* | | Forward declarations for platform specific types should also be done with Q_QDOCOlivier Goffart2016-06-173-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1713-83/+72
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.7.0' into 5.7" into refs/stagin...Liang Qi2016-06-1610-77/+60
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-1610-77/+60
| | |\ \
| | | * | Move the Q_DECL_UNUSED attribute elsewhere to satisfy ICC 17Thiago Macieira2016-06-081-3/+3
| | | * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-266-39/+48
| | | * | Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-269-82/+55
| | | |\ \
| | | * | | Check for CRC32 properlyLaszlo Agocs2016-05-261-1/+1
| | | * | | Revert "QMutexPool: avoid QVarLengthArray of QAtomicPointers"Thiago Macieira2016-05-242-8/+8
| * | | | | QArrayDataOps: silence Clang warning about memmoveThiago Macieira2016-06-161-3/+5
| |/ / / /
| * | | | QReadWriteLock: initialize member var currentWriterDavid Faure2016-06-151-1/+1
| * | | | QDataStream: do not lose error status while reading containersAlex Trotsenko2016-06-151-2/+6
* | | | | darwin: Add Foundation conversion functions for QSize/QSizeFTor Arne Vestbø2016-06-142-0/+50
* | | | | darwin: Add Foundation conversion functions for QPoint/QPointFTor Arne Vestbø2016-06-142-0/+51
* | | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1346-732/+545
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-107-22/+26
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 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
| * | | | Plug padding holes in QHostAddressPrivateThiago Macieira2016-06-091-1/+1
| * | | | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-095-57/+143
| * | | | x86: Fix build with BMI but no LZCNT extensionsThiago Macieira2016-06-091-2/+2
| * | | | QString: remove unnecessary copy in replace()Anton Kudryavtsev2016-06-081-2/+1