summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Mark qt_addObject/qt_removeObject for removal in Qt6Erik Verbruggen2016-12-071-1/+8
* MimeTypeParser: Make sure errorMessage is setTobias Hunger2016-12-071-1/+2
* Don't advertise deprecated members of QSysInfo in the documentationJake Petroules2016-12-061-6/+17
* Complete QOperatingSystemVersion documentationJake Petroules2016-12-061-4/+20
* qdoc: Ignore Q_COMPILER_REF_QUALIFIERS for nowMartin Smith2016-12-043-4/+5
* doc: make Q_OS_WIN code available to qdocMartin Smith2016-12-042-4/+4
* doc: Upgrade QDeadlineTimer for clang-qdocMartin Smith2016-12-041-68/+27
* QItemSelectionRange: de-inline op<Marc Mutz2016-12-022-26/+28
* Add an OpenGL program binary disk cacheLaszlo Agocs2016-11-242-0/+10
* Make sure we can compile QtCore without QT_CONFIG(translation)Ulf Hermann2016-11-243-4/+27
* doc: clangqdoc must see class QWinEventNotifierMartin Smith2016-11-192-2/+2
* QChar::Direction: more specific link to unicode standardEdward Welbourne2016-11-181-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-1739-713/+356
|\
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-165-34/+67
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-165-34/+67
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-155-34/+67
| | | |\
| | | | * Revert "Optimize QJsonObject::operator=="Marc Mutz2016-11-142-4/+2
| | | | * Improve the validation algorithm for binary JSONLars Knoll2016-11-112-19/+41
| | | | * Correct a Q_CHECK_PTR()'s parameterEdward Welbourne2016-11-091-1/+1
| | | | * winrt: remove superfluous codeMaurice Kalinowski2016-11-091-3/+0
| | | | * winrt: Do not copy into a referenceMaurice Kalinowski2016-11-091-1/+0
| | | | * winrt: Fix potential memory corruptionMaurice Kalinowski2016-11-081-6/+23
| * | | | Doc: Mention qtmain library in Qt Core overviewKai Koehne2016-11-161-0/+5
| |/ / /
| * | | re-arrange QLibraryInfo::rawLocation() for comprehensibilityOswald Buddenhagen2016-11-151-32/+39
| * | | qmake: don't look for qrc-based qt.confOswald Buddenhagen2016-11-151-4/+4
| * | | Improve error offset in JSON parsingAllan Sandfeld Jensen2016-11-151-1/+14
| * | | Unbreak a couple of configurationsLars Knoll2016-11-111-0/+2
| * | | Remove a few unnecessary recalculations of hashAllan Sandfeld Jensen2016-11-091-4/+3
| * | | Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-091-1/+1
| * | | Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-092-21/+22
| * | | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-094-22/+6
| * | | Replace custom type traits with std one'sKai Koehne2016-11-0818-491/+44
| * | | QStandardPaths: Do not check whether path exists (Windows)Kai Koehne2016-11-081-1/+1
| * | | QStandardPaths: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-081-50/+27
| * | | MinGW: Explicitly define NTDDI_VERSIONKai Koehne2016-11-081-0/+3
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-087-56/+112
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-087-56/+112
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-049-59/+122
| | | |\|
| | | | * Fix OOM crashes for huge json documentsLars Knoll2016-11-042-7/+76
| | | | * Stop using readdir_r: glibc deprecated it and it's not a good ideaThiago Macieira2016-11-033-48/+2
| | | | * Stop unloading plugins in QPluginLoader and QFactoryLoaderThiago Macieira2016-11-022-4/+7
| | | | * Include intrin.h header when using MSVCJesus Fernandez2016-11-021-0/+4
| | | | * doc: Document two undocumented functionsMartin Smith2016-10-311-0/+33
| * | | | QVariant to QJsonValue::Null conversionAllan Sandfeld Jensen2016-11-082-0/+9
| |/ / /
| * | | Register Qt::TextFlag with QT_Q_ENUMAndrew Knight2016-11-051-0/+1
* | | | Aarch64: Vectorize ucstrncmp of QChar arraysErik Verbruggen2016-11-111-0/+24
* | | | QObject: remove unused function qt_find_obj_childOlivier Goffart2016-11-092-32/+0
* | | | Nitpick: fix style in QtCore codeAnton Kudryavtsev2016-11-071-2/+2
* | | | Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-053-21/+46
|\| | |
| * | | Fix build with ICC on macOS: <atomic> is properly supportedThiago Macieira2016-11-041-7/+0