summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Document the changed semantics when passing arrays to QByteArray methodsSona Kurazyan2020-08-042-2/+20
* Avoid possible ambiguities with QByteArrayView's comparison operatorsSona Kurazyan2020-08-041-8/+13
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-1/+1
* Resolve SDK and deployment target OS from load commandTor Arne Vestbø2020-08-041-7/+25
* Fix -Wshadow warningsGiuseppe D'Angelo2020-08-041-2/+2
* Add qHash implementations for QRect and QSizeShawn Rutledge2020-08-042-0/+12
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-034-15/+35
* Move-enable QByteDataBuffer::{append,prepend}Mårten Nordheim2020-08-011-2/+26
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-012-0/+64
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-314-9/+17
* Try again to fix Clang's -Wconstant-logical-operand warningThiago Macieira2020-07-311-0/+7
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-312-11/+15
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-2/+5
* Remove deprecated binary json featureEdward Welbourne2020-07-3116-2041/+3
* Document that keys() and values() run in linear timeMitch Curtis2020-07-313-0/+28
* Add float->qfloat16 rounding and fix the testsAllan Sandfeld Jensen2020-07-311-2/+14
* QtCore: Use system-wide libb2 if presentLinus Jahn2020-07-317-19/+76
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-313-2/+92
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-312-2/+21
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-319-17/+17
* CMake: Introduce qt_internal_add_appAlexandru Croitor2020-07-311-1/+1
* CMake: Regenerate projectsAlexandru Croitor2020-07-311-1/+3
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-312-2/+24
* Fix warning in QStringView::compare(QChar) on qsizetype->intThiago Macieira2020-07-301-1/+4
* QLocale: update qt_asciiToDouble to use qsizetypeThiago Macieira2020-07-312-13/+19
* Be clearer about the locale-aware comparison QString supportsEdward Welbourne2020-07-301-95/+61
* Document run-time acceleration of using the conversions functionsAllan Sandfeld Jensen2020-07-301-0/+10
* Fix no-PCH build on Apple platformsTor Arne Vestbø2020-07-291-0/+1
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-291-6/+8
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-293-78/+66
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-295-0/+144
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-5/+5
* QLocale: fix conversion of "\0" to doubleThiago Macieira2020-07-281-1/+1
* QLocaleData: remove unused internal functionThiago Macieira2020-07-282-13/+0
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* QLine: purge deprecated APIEdward Welbourne2020-07-272-64/+2
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-274-64/+0
* QLine: eliminate M_2PI in favor of qmath.h's radian<->degree convertersEdward Welbourne2020-07-271-8/+3
* Inline QDir::separator(), as requested by a ### Qt6 commentEdward Welbourne2020-07-272-9/+10
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-272-20/+5
* Move a comment from a header to relevant docsEdward Welbourne2020-07-272-2/+2
* Clean-up methods with default values in JSON classesSona Kurazyan2020-07-263-24/+5
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-265-181/+202
* Avoid claiming F16C support on non-x86 platformsTor Arne Vestbø2020-07-261-0/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-2422-280/+4
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-2418-923/+6
* QMetaType: force properties to have a complete type againFabian Kosmale2020-07-241-2/+11
* QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)Edward Welbourne2020-07-232-31/+1
* QLocale: purge deprecated APIEdward Welbourne2020-07-232-43/+0