summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix documentation typosChristian Gagneraud2017-02-251-1/+1
| | * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-1/+4
* | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-6/+1
* | | Suppress -Wfloat-equal when defining float16 equality operatorsUlf Hermann2017-03-131-0/+6
* | | Doc: Add links to the signal-slot syntaxes pageSze Howe Koh2017-03-132-4/+10
|/ /
* | Deprecate QString::nullMarc Mutz2017-03-122-1/+11
* | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-10/+96
* | Document QT_DEPRECATED_WARNINGSKai Koehne2017-03-081-0/+13
* | Add feature.pushbuttonStephan Binner2017-03-061-0/+2
* | QStaticByteArrayMatcher: enforce alignmentThiago Macieira2017-03-061-0/+1
* | Make new QtCore code conform to the coding styleThiago Macieira2017-03-061-1/+2
* | Replace outdated BSD license textKai Koehne2017-03-032-2/+22
* | QRegularExpression: build fixGiuseppe D'Angelo2017-03-021-0/+2
* | Doc: Remove references to pre-C++11 recommendationsOlivier Goffart2017-03-012-16/+2
* | Doc: Use canonical contact URL in license headerKai Koehne2017-02-282-2/+2
* | Do not include qfloat16 tables in arm64 buildsAllan Sandfeld Jensen2017-02-281-10/+13
* | QEasingCurve: mark as sharedGiuseppe D'Angelo2017-02-271-1/+1
* | QVarLengthArray: add rvalue overload of append/push_backMarc Mutz2017-02-252-0/+39
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2420-1046/+139
|\|
| * Doc: Fix minor typos in QRectFAaron Linville2017-02-232-5/+5
| * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-3/+3
| * Do not delete someone else's QSystemLocale when constructing anotherEdward Welbourne2017-02-231-1/+0
| * Wrap RunLoopModeTracker into Objective-C namespacePavol Markovic2017-02-222-8/+6
| * Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-224-14/+13
| * QProcess::startDetached(): Support privilege elevation for non-.exe filesStephan Reiter2017-02-221-1/+2
| * add configure -list-featuresOswald Buddenhagen2017-02-221-956/+0
| * QTimeZone: do not access static functions through this->Marc Mutz2017-02-221-7/+7
| * QLoggingRegistry: fix potential data raceMarc Mutz2017-02-202-7/+16
| * QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-171-1/+4
| * QReadWriteLocker: Fix race in unlockOlivier Goffart2017-02-171-3/+3
| * Fix a race in QFreeListOlivier Goffart2017-02-171-2/+2