summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-049-0/+184
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-032-5/+3
* Correct some typos and flat-out falsehoods in QTimeZone docsEdward Welbourne2022-03-031-9/+11
* QFlatMap: add remove_ifMarc Mutz2022-03-031-0/+75
* Fix QLatin1String(const char *) constructor to be constexprSona Kurazyan2022-03-022-8/+11
* QLatin1String: add missing APIs for compatibility with Qt string viewsSona Kurazyan2022-03-022-5/+104
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* Qt namespace: fix Q_FLAG_NS declaration for Qt::MouseEventFlagsGiuseppe D'Angelo2022-03-021-1/+1
* Add the missing --no-zstd option to the manual rcc callsAlexey Edelev2022-03-021-0/+12
* MIME providers: Make provider implementations finalEike Ziller2022-03-021-2/+2
* QSettings: support reading UTF-8 keys in INI filesIvan Solovev2022-03-021-14/+18
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-27/+25
* QMimeMagicRule: Fix missing check and return for "Invalid" typeEike Ziller2022-03-021-2/+5
* Add the _qt_internal_android_executable_finalizer wrapper functionAlexey Edelev2022-03-023-8/+26
* Revert "Change third party SHA-3 implementation to use"Øystein Heskestad2022-03-011-117/+144
* QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS buildsMarc Mutz2022-02-281-0/+4
* CMake: Clean up docs of deployment variables for 6.3Alexandru Croitor2022-02-285-15/+96
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-02-281-1/+1
* CMake: Clean up qt_deploy_runtime_dependencies for 6.3Alexandru Croitor2022-02-284-22/+66
* QAbstractItemModel: fix persistent index corruption when moving columnsDavid Faure2022-02-281-3/+1
* Don't allocate in qt_asciiToDouble()Marc Mutz2022-02-251-17/+8
* QRandomGenerator: find getentropy() on macOSThiago Macieira2022-02-242-1/+6
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-2426-21/+35
* MSVC: Raise minimum version of Visual Studio 2019 to 16.7Kai Köhne2022-02-241-0/+5
* QVariant: use std::swap for swapping known typeFabian Kosmale2022-02-241-1/+1
* Allow calling qt6_android_add_apk_target twiceAlexey Edelev2022-02-241-0/+6
* QHash: Fix building for i386 after "add support for VAES and AVX512VL"Martin Storsjö2022-02-241-1/+1
* Un-export QConfFileMarc Mutz2022-02-231-1/+2
* Add back accidentally removed check for QT_FEATURE_system_zlibMichal Klocek2022-02-231-5/+7
* 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-228-21/+21
* 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
* QStringEncoder/Decoder: add missing noexceptMarc Mutz2022-02-223-19/+22
* Make android function sequence mutableAlexey Edelev2022-02-221-14/+36
* 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
* Do not warn about qtnamespacemacros.h header in syncqtKai Köhne2022-02-211-0/+4
* Add missing zconf.hMichal Klocek2022-02-211-0/+1
* 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