summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-312-27/+40
* Remove deprecated binary json featureEdward Welbourne2020-07-3156-2366/+23
* Document that keys() and values() run in linear timeMitch Curtis2020-07-313-0/+28
* Fix build with MSVC2019Mitch Curtis2020-07-311-0/+13
* Add float->qfloat16 rounding and fix the testsAllan Sandfeld Jensen2020-07-312-34/+46
* rhi: QRhiGLes2::gatherUniforms fix gathering in structPaul Lemire2020-07-311-1/+2
* QtCore: Use system-wide libb2 if presentLinus Jahn2020-07-3110-19/+85
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-314-2/+198
* 3rdparty: Add reference C implementation of BLAKE2Linus Jahn2020-07-316-0/+1436
* Make initStyleOption virtual for various classesThorbjørn Lund Martsum2020-07-3127-23/+39
* CMake: Fix generated content of prl files (again)Alexandru Croitor2020-07-315-92/+131
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-313-7/+32
* Remove old qsb versions from qshader autotestLaszlo Agocs2020-07-317-26/+11
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-3149-121/+123
* CMake: pro2cmake: Fix errors reported by flake8 and mypyAlexandru Croitor2020-07-315-19/+18
* CMake: pro2cmake: Reformat files using blackAlexandru Croitor2020-07-313-85/+98
* CMake: Regenerate load(qt_app) projectsAlexandru Croitor2020-07-313-6/+15
* CMake: Teach pro2cmake to convert load(qt_app)Alexandru Croitor2020-07-311-13/+233
* CMake: Introduce qt_internal_add_appAlexandru Croitor2020-07-315-10/+150
* CMake: Regenerate projectsAlexandru Croitor2020-07-313-3/+5
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-313-2/+62
* 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
* Don't capture this explicitly in testsTor Arne Vestbø2020-07-292-5/+5
* Register QPlatformBackingStoreOpenGLSupport when neededTor Arne Vestbø2020-07-295-13/+15
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-291-6/+8
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-294-78/+149
* CMake: Fix building debug apps with qmake on WindowsAlexandru Croitor2020-07-292-36/+99
* CMake: Fix _nolink targets to be optional on the consumer sideAlexandru Croitor2020-07-291-11/+20
* Re-enable tst_qrhi on LinuxLaszlo Agocs2020-07-291-6/+1
* Revert "Add missing override" for 3rdparty vk_mem_alloc.hAlexander Volkov2020-07-292-70/+73
* Add missing override in tst_QSortFilterProxyModelTor Arne Vestbø2020-07-291-1/+1
* Fix warning when comparing qsizetype to size_tTor Arne Vestbø2020-07-291-1/+1
* Fix warnings about unused expression results in testsTor Arne Vestbø2020-07-293-16/+16
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-293-7/+7
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-298-0/+16
* Add missing braces when constructing BigConvertible in tst_qvariantTor Arne Vestbø2020-07-291-1/+1
* Add missing enumeration case in tst_QMacStyle::setSizeTor Arne Vestbø2020-07-291-0/+2
* Add proper dependencies for doc snippetsTor Arne Vestbø2020-07-291-0/+4
* iOS: Add Metal framework as dependencyTor Arne Vestbø2020-07-293-1/+3
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-297-114/+144
* Fix build of testlib doc snippetsTor Arne Vestbø2020-07-291-2/+1
* Update sync.profile with recent module hierarchy changesOliver Wolff2020-07-291-6/+0
* Windows: Prevent event processing during QDesktopServices::openUrl()Friedemann Kleint2020-07-291-4/+24
* wasm: fix setTransferTimeoutLorn Potter2020-07-294-6/+8
* wasm: fix network headers logicLorn Potter2020-07-291-6/+8
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-282-6/+6