summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qutf8stringview.h: don't rely on transitive include of qbytearrayview.hv6.3.0-beta3Marc Mutz2022-03-101-0/+1
* Consistently treat times before first rule as in its standard timeEdward Welbourne2022-03-101-38/+38
* Fix handling of out-of-range years in QTZP_winEdward Welbourne2022-03-101-9/+8
* Correct fake-DST detection and handling in QTZP_winEdward Welbourne2022-03-101-27/+56
* Correct handling of start-of-rule situations in QTZP_winEdward Welbourne2022-03-101-5/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-104-19/+23
* QGlobalStatic: fix Clang warning about expression in unevaluated contextThiago Macieira2022-03-101-0/+3
* Extract functions: move some code to TransitionTimePairEdward Welbourne2022-03-082-14/+22
* Clip dataForLocalTime()'s bracketing window's start to minMSecs() + 1Edward Welbourne2022-03-081-5/+9
* Workaround QCC not handling error suppression macro correctlyPasi Petäjäjärvi2022-03-071-0/+6
* Use QDateTimePrivate's methods in preference to std::numeric_limitsEdward Welbourne2022-03-073-16/+18
* Correct some typos and flat-out falsehoods in QTimeZone docsEdward Welbourne2022-03-071-9/+11
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-073-35/+75
* Distinguish macOS aliases from normal symbolic linksTor Arne Vestbø2022-03-061-2/+7
* Update QFileInfo docs to mention macOS aliasesTor Arne Vestbø2022-03-061-5/+7
* Revert "Workaround MinGW not handling error suppression macro correctly"Pasi Petäjäjärvi2022-03-051-6/+0
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-051-1/+2
* Nail down handling of nextTransition() when before the first ruleEdward Welbourne2022-03-041-3/+12
* QNX: Fix QLockFile supportPasi Petäjäjärvi2022-03-041-1/+21
* QStringConverter: make name matching locale-independentMarc Mutz2022-03-041-1/+2
* Backport QtMiscUtils::toAsciiLower() from devMarc Mutz2022-03-041-0/+5
* QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS buildsMarc Mutz2022-03-031-0/+4
* 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
* Don't allocate in qt_asciiToDouble()Marc Mutz2022-03-021-17/+8
* CMake: Clean up docs of deployment variables for 6.3Alexandru Croitor2022-03-025-15/+96
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-03-021-1/+1
* CMake: Clean up qt_deploy_runtime_dependencies for 6.3Alexandru Croitor2022-03-024-22/+66
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-27/+25
* Add the _qt_internal_android_executable_finalizer wrapper functionAlexey Edelev2022-03-023-8/+26
* QAbstractItemModel: fix persistent index corruption when moving columnsDavid Faure2022-02-281-3/+1
* Fix formatting in qbytearrayalgorithms.hSona Kurazyan2022-02-251-2/+2
* MimeDatabase::mimeTypeForFileNameAndData: Do not open file unnecessarilyEike Ziller2022-02-251-4/+4
* QRandomGenerator: find getentropy() on macOSThiago Macieira2022-02-242-1/+6
* 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
* Convert Android paths to JSON compatibleAlexey Edelev2022-02-241-4/+12
* Make android function sequence mutableAlexey Edelev2022-02-241-14/+36
* Protect headers against min/max macrosMarc Mutz2022-02-248-23/+23
* Add back accidentally removed check for QT_FEATURE_system_zlibMichal Klocek2022-02-231-5/+7
* QStringConverter: fix move special member functions of State classMarc Mutz2022-02-231-3/+5
* wasm: move user configurable settingsLorn Potter2022-02-232-0/+81
* Make QByteArrayView's numeric conversion methods inlineSona Kurazyan2022-02-223-80/+73
* Install 3rdparty headers for static buildsMichal Klocek2022-02-221-10/+5
* 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
* QSettings: overload value() instead of using a default argumentMarc Mutz2022-02-213-2/+22
* CMake: remove obsolete #FIXMEThiago Macieira2022-02-211-1/+1
* Revert "Correct haswell function target for clang"Allan Sandfeld Jensen2022-02-191-5/+1