summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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.8' into devLiang Qi2016-11-0251-12236/+13375
|\|
| * 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
| * | | QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-182-24/+24
| * | | stop exporting the library versionsOswald Buddenhagen2016-10-181-5/+0
| * | | Explicitly mark old macros as compatibility synonymsJake Petroules2016-10-161-1/+1
| * | | use helper libs via QMAKE_USEOswald Buddenhagen2016-10-151-1/+1
| * | | Add optimize-for-size case to ucstrncmpErik Verbruggen2016-10-141-1/+12
* | | | QOperatingSystemVersion: add Android Nougat MR1 (v7.1, API level 25)Jake Petroules2016-10-283-1/+11
* | | | QOperatingSystemVersion: add separate variables per Android API levelJake Petroules2016-10-282-7/+31
* | | | QStringRef: add isRightToLeft()Anton Kudryavtsev2016-10-252-24/+40
* | | | qsettings_win.cpp: Use qt_error_string()Friedemann Kleint2016-10-241-23/+8