summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmake: Fix overlong command lines for static Qt builds on WindowsJoerg Bornemann2022-02-216-28/+81
* tst_qlogging (tst_qmessagehandler): use one line for output and expectedThiago Macieira2022-02-201-3/+4
* tst_qlogging (tst_qmessagehandler): use QProcessEnvironmentThiago Macieira2022-02-201-22/+12
* QHash: split the x86 AES hash into three separate functionsThiago Macieira2022-02-201-27/+45
* QHash: invert the case that is excluded: use VAES and AVX512VLThiago Macieira2022-02-201-30/+34
* QHash: add support for VAES and AVX512VLThiago Macieira2022-02-201-36/+185
* CMake: remove obsolete #FIXMEThiago Macieira2022-02-201-1/+1
* wasm: make input callback returns consistentLorn Potter2022-02-201-8/+4
* Http2: Fix redirect-handlingMÃ¥rten Nordheim2022-02-204-7/+100
* QStringConverter/Encoder/Decoder: make move noexceptMarc Mutz2022-02-202-5/+10
* QSettings: overload value() instead of using a default argumentMarc Mutz2022-02-203-2/+22
* Fix QMetaType::typeName returning wrong result for clang-clAlexander Neumann2022-02-201-2/+4
* Document change to style sheet selectors for enum propertiesVolker Hilsheimer2022-02-201-0/+21
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-200-0/+0
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-201-1/+2
* qsimd_p.h: let the generator script generate the ARCH target stringsThiago Macieira2022-02-195-53/+111
* qsimd_p.h: add x86-64-v4Thiago Macieira2022-02-191-0/+15
* qsimd_p.h: disallow building with just -mavx2 instead of full x86-64-v3Thiago Macieira2022-02-191-8/+17
* qsimd_p.h: Restore compatibility with C codeThiago Macieira2022-02-192-50/+32
* qsimd_p.h: group the two HWRNG-related functionsThiago Macieira2022-02-191-4/+13
* qsimd_p.h: move macros upThiago Macieira2022-02-191-9/+9
* qglobal_p.h: move QT_SUPPORTS_INIT_PRIORITY to outside the C++ sectionThiago Macieira2022-02-191-8/+8
* qtnamespacemacros.h: make Q_MANGLE_NAMESPACE() available in C modeThiago Macieira2022-02-191-7/+11
* QAbstractItemModel: make naming of arguments consistentAndreas Buhr2022-02-192-10/+10
* Use QtMiscUtils::toAsciiLower() around the codeMarc Mutz2022-02-193-21/+8
* QByteArray: Extract Function QtMiscUtils::caseCompareAscii()Marc Mutz2022-02-192-4/+13
* Install 3rdparty headers for static buildsMichal Klocek2022-02-1914-115/+221
* Revert "Correct haswell function target for clang"Allan Sandfeld Jensen2022-02-191-5/+1
* qsimd: Remove QT_COMPILER_SUPPORTS_SIMD_ALWAYSThiago Macieira2022-02-183-13/+6
* QJsonValueRef: add non-const operator[]Thiago Macieira2022-02-182-0/+45
* qsimd: update the generator script from OpenDCDiagThiago Macieira2022-02-1813-549/+1049
* Polish tst_QAbstractSpinBoxFriedemann Kleint2022-02-181-50/+32
* QDesktopServices: make QOpenUrlHandlerRegistry a non-QObjectMarc Mutz2022-02-181-7/+5
* Fix test to pass with QT_FORCE_ASSERTSFriedemann Kleint2022-02-182-3/+5
* Simplify failure detection logic in QEventDispatcher testVolker Hilsheimer2022-02-181-17/+10
* QColor: avoid Unicode table lookups in fromString()Marc Mutz2022-02-182-4/+20
* Expand testing of QDateTime's isNull() and isValid()Edward Welbourne2022-02-182-9/+29
* Tidy up tst_QTimeZone::specificTransition()Edward Welbourne2022-02-181-7/+8
* Update QTimeZone documentation on the limitations of MS's dataEdward Welbourne2022-02-181-2/+5
* Correct handling of start-of-rule situations in QTZP_winEdward Welbourne2022-02-181-5/+7
* Extract functions: move some code to TransitionTimePairEdward Welbourne2022-02-182-14/+22
* Fix arguments of error message in QFile::copy()Friedemann Kleint2022-02-181-1/+1