summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-2215-11333/+12889
| |\|
| | * QFileInfo: fix double sentence in apidocFrederik Schwarzer2016-10-211-2/+1
| | * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-214-4/+4
| | * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-1/+1
| | * QUrl effective TLDs: update tableKai Koehne2016-10-212-11304/+12851
| | * QOrderedMutexLocker: unlock in reverse order of lockingMarc Mutz2016-10-191-1/+1
| | * Windows: Fix regression in QFSFileEnginePrivate::nativeWrite()Andy Shaw2016-10-191-2/+2
| | * QJsonDocument: fix repetition of 'document' in docAnton Kudryavtsev2016-10-191-2/+1
| | * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-184-16/+27
| | * QOrderedMutexLocker: fix UB (pointer comparison with <) in static relock()Marc Mutz2016-10-181-1/+1
| * | Qt 5.7 requires C++11 so this hint is not needed anymoreFrederik Schwarzer2016-10-181-5/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-173-3/+11
| |\|
| | * QMimeXMLProvider: add missing out-of-line destructorJ-P Nurmi2016-10-132-0/+5
| | * Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
* | | Document license for CLDR data in Qt CoreKai Koehne2016-10-283-22/+46
* | | Remove legalese text from QLocaleKai Koehne2016-10-281-20/+0
* | | Document use of BSD code in Qt CoreKai Koehne2016-10-2812-238/+329
* | | Recontribute QUrl::fromUserInputJames McDonnell2016-10-271-30/+0
* | | Fix QStandardPaths::FontsLocation to be compliant with the latest XDG specLars Knoll2016-10-261-1/+4
* | | Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-262-6/+1
* | | Remove QSegfaultHandler classKai Koehne2016-10-263-502/+0
* | | Include intrin.h header when using MSVCJesus Fernandez2016-10-261-0/+4
* | | Fix description of feature 'topleveldomain'Kai Koehne2016-10-241-1/+4
* | | Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-203-8/+22
* | | QLocale: optimize string usageAnton Kudryavtsev2016-10-181-14/+10
* | | QJsonDocument: enable NRVO for gcc in toJson()Anton Kudryavtsev2016-10-181-3/+2
* | | QJsonDocument: don't re-call QVariant::type() in if-else chainAnton Kudryavtsev2016-10-181-4/+11