summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Clean up iconv configurationLars Knoll2016-11-236-22/+17
* De-duplicate the systemsemaphore entryLars Knoll2016-11-231-5/+1
* Document The Public Suffix ListKai Koehne2016-11-233-3/+402
* AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-2/+8
* QString: optimize remove(QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-231-15/+14
* Fix some qdoc-warningsFriedemann Kleint2016-11-233-22/+11
* QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-222-10/+32
* Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-222-13/+53
* QDeadlineTimer: mark more functions nothrowMarc Mutz2016-11-181-7/+7
* 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
* | | Fix build with ICC on macOS: <atomic> is properly supportedThiago Macieira2016-11-041-7/+0
* | | Add missing QBIG5CODEC_LICENSE.txt fileKai Koehne2016-11-041-0/+25
* | | QString: optimize replace(QChar, QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-011-14/+21
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-0120-11355/+12904
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-274-29/+29
| |\|
| | * Document that qFuzzyCompare does not work on NaN or infinityAndré Somers2016-10-261-2/+4
| | * qversiontagging.h: Don't tag binaries in static modeThiago Macieira2016-10-251-1/+1
| | * Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-1/+1
| | * Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23