summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | Fix build with various features disabledLars Knoll2016-10-112-0/+6
* | | Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-116-0/+19
* | | Add configure feature for QCommandLineParserLars Knoll2016-10-115-5/+22
* | | Add configure feature for time zone supportLars Knoll2016-10-117-69/+91
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-114-46/+80
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-114-46/+80
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-084-46/+80
| | |\|
| | | * Darwin: correct state restore when FSEventsStream starting failsErik Verbruggen2016-10-072-45/+77