summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QStringBuilder: simplify QConcatenable<char[N]>Marc Mutz2017-03-311-18/+4
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-306-16/+11
* Use QStringBuilder moreAnton Kudryavtsev2017-03-301-2/+1
* Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
* Core: Replace LGPL21 with LGPL license headerKai Koehne2017-03-284-53/+77
* Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-282-4/+4
* QMimeGlobPattern: init all members only onceAnton Kudryavtsev2017-03-281-4/+2
* Fix crash when QUrl::from{NS/CF}URL() was passed a nullptrTor Arne Vestbø2017-03-271-0/+4
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-274-6/+10
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-274-6/+10
| |\
| | * json encoder: Harmonize number serialization with ES6Marius Kittler2017-03-251-3/+6
| | * QVarLengthArray: fix compilation with GCC 7Marc Mutz2017-03-251-0/+1
| | * Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1
| | * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-2/+2
* | | Add documentation for TabletTrackingChange enum valueShawn Rutledge2017-03-271-0/+1
|/ /
* | Increase the maximum recursive template depth on INTEGRITYKimmo Ollila2017-03-251-0/+3
* | QDir: replace QLVA<QChar> with QVLA<ushort>Marc Mutz2017-03-251-23/+24
* | QStorageInfo: Fix warning about unused variableThiago Macieira2017-03-231-0/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-2112-118/+133
|\|
| * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-2/+4
| * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-4/+7
| * QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-11/+15
| * Work around Linux libc overflow in mmap64Thiago Macieira2017-03-171-1/+14
| * Protect better against timer ID replacementThiago Macieira2017-03-171-5/+10
| * QChar: fix docs of (uchar) ctorMarc Mutz2017-03-161-2/+2
| * Fix QStandardPaths values on Apple Platforms containing URL encodingJake Petroules2017-03-111-2/+3
| * QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-103-2/+5
| * QAtomic: pass explicit failure memory order to std::atomic::compare_exchange_...Marc Mutz2017-03-101-4/+4
| * Bugfix in QDateTimeParser's findTextEntry()Edward Welbourne2017-03-091-4/+10
| * Simplify QDateTimeParser's shiny new findTextEntry()Edward Welbourne2017-03-091-13/+25
| * QDateTimeParser: Merge the code to parse names of months and weekdaysThiago Macieira2017-03-081-85/+51
* | QHash: unexport the hash seed variableThiago Macieira2017-03-201-1/+1
* | QMap, QHash: make key_iterator satisfy the DefaultConstructible conceptAnton Kudryavtsev2017-03-202-0/+2
* | QString: de-deplicate code of leftRef, rightRef, midRefAnton Kudryavtsev2017-03-181-19/+3
* | Make QFile::open fail when using an invalid file nameJesus Fernandez2017-03-171-0/+14
* | Do not assume QStringRef(const QString*) to be implicitMarc Mutz2017-03-143-3/+3
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-1343-250/+179
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1343-250/+179
| |\|
| | * Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-071-0/+6
| | * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-063-65/+33
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-0622-96/+81
| | * Make QLocale consistent about special handling of the C localeEdward Welbourne2017-03-061-2/+2
| | * QVector: Avoid implicit conversion warningsStig Bjørlykke2017-03-021-4/+4
| | * Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-32/+9
| | * QList: Avoid implicit conversion warningStig Bjørlykke2017-02-281-1/+1
| | * QTimer: Avoid implicit conversion warningsStig Bjørlykke2017-02-281-1/+1
| | * Doc: added info about return type for function QMutex::try_lock()Nico Vertriest2017-02-281-0/+3
| | * Properly use the "process" featureUlf Hermann2017-02-2710-31/+22
| | * fix detection of static icu under unixOswald Buddenhagen2017-02-271-0/+3
| | * streamline libdl detection and linkingOswald Buddenhagen2017-02-272-14/+5