summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Revert "QCryptographicHash: make SHA3 calculate SHA3, not Keccak"Thiago Macieira2017-08-311-40/+12
* define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-052-1/+16
* Remove some more register keywordsMarc Mutz2017-05-091-2/+2
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-092-10/+49
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-05-041-9/+36
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-05-041-2/+2
* [doc] QSet: fix return type of insert()Marc Mutz2017-05-041-1/+1
* Improve QStringBuilder docsMarc Mutz2017-04-181-8/+20
* QVariant: fix docs regarding QUuidMarc Mutz2017-04-141-3/+5
* QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-111-2/+4
* 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
* QVarLengthArray: fix compilation with GCC 7Marc Mutz2017-03-271-0/+1
* QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-03-201-33/+65
* Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2017-03-171-2/+3
* QChar: fix docs of (uchar) ctorMarc Mutz2017-03-161-2/+2
* Fix parsing of day-of-week names that start with another nameThiago Macieira2017-03-161-32/+9
* QAtomic: pass explicit failure memory order to std::atomic::compare_exchange_...Marc Mutz2017-03-121-4/+4
* QTimeZone: do not access static functions through this->Marc Mutz2017-03-081-7/+7
* Fix documentation typosChristian Gagneraud2017-03-031-1/+1
* QLoggingRegistry: fix potential data raceMarc Mutz2017-02-222-7/+16
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-211-5/+15
* Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-171-25/+14
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-081-1/+1
* QNX: Fix comments on qcompilerdetection.hRafael Roquetto2017-01-201-4/+13
* Adjust QNX choicesJames McDonnell2017-01-201-1/+1
* Fix broken link in documentationFrederik Schwarzer2017-01-041-1/+1
* winrt: Check for removed timers after sending eventsOliver Wolff2017-01-031-4/+7
* Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-171-1/+2
* Remove nokia reference in example mimetypeOrgad Shaneh2016-11-241-1/+1
* QDateTimeParser: introduce at least some encapsulationEdward Welbourne2016-11-231-39/+42
* Fix two leaky uses of realloc()Edward Welbourne2016-11-232-4/+6
* Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1
* QDir::tempPath - use NSTemporaryDirectory on DarwinTimur Pocheptsov2016-11-221-2/+18
* Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+3
* Enable constexpr support for Visual Studio 2017Oliver Wolff2016-11-222-0/+8
* Add support for Visual Studio 2017Oliver Wolff2016-11-221-1/+3
* QFutureInterface: make accesses to 'state' thread-safeMarc Mutz2016-11-202-47/+64
* Doc: Add missing reference to qInfo()Kai Koehne2016-11-181-1/+1
* QDateTimeParser: localize variable to avoid shadowingEdward Welbourne2016-11-171-1/+1
* Revert "Optimize QJsonObject::operator=="Marc Mutz2016-11-142-4/+2
* Improve the validation algorithm for binary JSONLars Knoll2016-11-112-19/+41
* Correct a Q_CHECK_PTR()'s parameterEdward Welbourne2016-11-091-1/+1
* winrt: remove superfluous codeMaurice Kalinowski2016-11-091-3/+0
* winrt: Do not copy into a referenceMaurice Kalinowski2016-11-091-1/+0
* winrt: Fix potential memory corruptionMaurice Kalinowski2016-11-081-6/+23
* Fix OOM crashes for huge json documentsLars Knoll2016-11-042-7/+76
* Stop using readdir_r: glibc deprecated it and it's not a good ideaThiago Macieira2016-11-033-48/+2
* Stop unloading plugins in QPluginLoader and QFactoryLoaderThiago Macieira2016-11-022-4/+7
* Include intrin.h header when using MSVCJesus Fernandez2016-11-021-0/+4