summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add tests to QAbstractItemModelTester checking only one change in flightAndreas Buhr2022-02-231-0/+206
* MimeDatabase::mimeTypeForFileNameAndData: Do not open file unnecessarilyEike Ziller2022-02-231-4/+4
* qHash: fix running on CPUs without AVX2Thiago Macieira2022-02-221-1/+1
* wasm: move user configurable settingsLorn Potter2022-02-232-0/+81
* Fix formatting in qbytearrayalgorithms.hSona Kurazyan2022-02-231-2/+2
* QRegularExpression: print the pattern when warningGiuseppe D'Angelo2022-02-222-8/+30
* Protect headers against min/max macrosMarc Mutz2022-02-2210-23/+23
* QStringEncoder/Decoder: make base class ctors protectedMarc Mutz2022-02-221-0/+5
* Convert Android paths to JSON compatibleAlexey Edelev2022-02-221-4/+12
* Make QByteArrayView's numeric conversion methods inlineSona Kurazyan2022-02-223-80/+73
* Windows QPA: Calculate window frame for frameless windows the same for all co...Viktor Arvidsson2022-02-222-17/+23
* QStringEncoder/Decoder: add missing noexceptMarc Mutz2022-02-223-19/+22
* Make android function sequence mutableAlexey Edelev2022-02-221-14/+36
* SQLite: Update SQLite to v3.37.2Andy Shaw2022-02-223-43/+87
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-223-4/+26
* Always include qt_windows header firstVolker Hilsheimer2022-02-224-3/+4
* QStringConverter: make explicit what should never have been implicitMarc Mutz2022-02-222-20/+11
* QStringConverter: fix move special member functions of State classMarc Mutz2022-02-211-3/+5
* Treat invalid Q(Date)?Time as null when used as an SQL valueEdward Welbourne2022-02-211-2/+4
* Remove unused variable which causes compiler errorPiotr Srebrny2022-02-211-1/+0
* Do not warn about qtnamespacemacros.h header in syncqtKai Köhne2022-02-211-0/+4
* Add missing zconf.hMichal Klocek2022-02-211-0/+1
* 3rdparty: Update double-conversionMårten Nordheim2022-02-2114-72/+162
* CMake: Clean up qt_deploy_qt_conf for 6.3Alexandru Croitor2022-02-213-9/+34
* CMake: Clean up qt_generate_deploy_app_script for 6.3Alexandru Croitor2022-02-212-4/+7
* 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-201-6/+14
* 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-201-1/+2
* qsimd_p.h: let the generator script generate the ARCH target stringsThiago Macieira2022-02-194-46/+81
* 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-198-110/+108
* Revert "Correct haswell function target for clang"Allan Sandfeld Jensen2022-02-191-5/+1
* qsimd: Remove QT_COMPILER_SUPPORTS_SIMD_ALWAYSThiago Macieira2022-02-182-3/+6