summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
* Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
* Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-122-13/+17
* Don't hide critical infoBogDan Vatra2017-04-111-2/+0
* QVariant: fix docs regarding QUuidMarc Mutz2017-04-101-3/+5
* QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
* Add more information about how to get a QString from qgetenvJesus Fernandez2017-04-081-0/+4
* Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
* GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-0/+1
* Fix qReallocAligned for reallocation when alignment > 2*sizeof(void*)Thiago Macieira2017-04-041-3/+8
* Use fallthrough attributes only in C++ modeGiuseppe D'Angelo2017-04-031-5/+4
* Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-313-2/+3
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-12/+40
* QCryptographicHash: fix documentation of the supported algorithmsGiuseppe D'Angelo2017-03-311-1/+2
* 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
* 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
* 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
* 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