summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Avoid failing on 64-bit ARMLaszlo Agocs2016-05-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1923-58/+101
|\
| * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-193-3/+4
| |\
| | * Doc: Remove references to obsolete reset() functionLeena Miettinen2016-05-121-2/+2
| | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
| | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1214-47/+64
| | |\
| | * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-091-0/+1
| * | | Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
| * | | Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-1/+21
| * | | Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-132-3/+3
| * | | Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
| * | | Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
| | |/ | |/|
| * | QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
| * | QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
| * | QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
| * | QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
| * | Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
| * | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0812-19/+22
| |/
* | add AA_CompressHighFrequencyEvents to control compression on xcbShawn Rutledge2016-05-152-0/+12
* | Move out the code to extract the backtrace to another functionThiago Macieira2016-05-131-55/+85
* | QDateTimeParser: use QStringRef moreAnton Kudryavtsev2016-05-131-9/+8
* | QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-125-24/+20
* | QMutex: make FUTEX_PRIVATE_FLAG a mandatory featureThiago Macieira2016-05-111-35/+6
* | QtCore/QtDBus/QtSql: port the last remaining Q_FOREACH loop and add QT_NO_FOR...Marc Mutz2016-05-112-2/+6
* | Add QT_NO_FOREACH to disable foreach and Q_FOREACHMarc Mutz2016-05-111-0/+6
* | 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