summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* wasm: disable asyncifyMorten Sørvig2022-11-031-0/+8
* QString: refactor remove(QChar, Qt::CaseSensitivity)Ahmad Samir2022-11-031-14/+16
* QString: don't detach in remove(pos, len)Ahmad Samir2022-11-032-3/+27
* QString, QByteArray: add erase(iterator) methodAhmad Samir2022-11-034-1/+34
* qsimd.h: add two more CPU feature macros that MSVC doesn't defineU-GER\tjmaciei2022-11-021-0/+2
* CMake: Fix qt_add_resources missing dependency regressionAlexandru Croitor2022-11-021-5/+12
* Long live QUtf8::convertFromLatin1()!Marc Mutz2022-11-022-0/+16
* Doc: Normalize page namesKai Köhne2022-11-0227-69/+69
* Fix redefine of QT_NO_VERSION_TAGGING warningsNiclas Rosenvik2022-11-021-1/+1
* QFileSystemMetaData: initialize integral members in-classAhmad Samir2022-11-021-7/+7
* Fix build with -no-feature-xmlstreamreaderAlexey Rochev2022-11-021-0/+4
* Restore lost documentation for QString::append(QStringView)Edward Welbourne2022-11-011-0/+8
* Long live QPermissions!Tor Arne Vestbø2022-11-0113-1/+984
* Port QDir's implementation to use Q_D() and d_func()Edward Welbourne2022-11-011-28/+28
* Fix documentation of QPartialOrdering::GreaterBalazs Erseki2022-11-011-1/+1
* Remove some factually inaccurate notes from QLocale method docsEdward Welbourne2022-11-011-10/+0
* QHash: tame HasQHashSingleArgOverload ODR violationsGiuseppe D'Angelo2022-11-013-16/+33
* QProperty: only use MSVC bug workaround on MSVCFabian Kosmale2022-10-311-1/+10
* QByteArray: in/deflate: compare different types as size_tMårten Nordheim2022-10-311-1/+2
* Add flag that skips Qml import scanning to android deployment settingsAlexey Edelev2022-10-311-0/+3
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-315-1/+113
* QFile: make constructors taking a path explicitGiuseppe D'Angelo2022-10-292-3/+21
* QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-281-0/+1
* QOperatingSystemVersion: fix ABI problem with dllimport on WindowsThiago Macieira2022-10-281-0/+15
* QWinRegistryKey: Fix how we handle the default value, take 2Yuhang Zhao2022-10-281-4/+5
* QString: return early in remove() if any precondition is falseAhmad Samir2022-10-281-8/+9
* QString: in remove() use d->erase() for all code pathsAhmad Samir2022-10-281-2/+2
* qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
* QStringConverter/AVX2: fix build with MSVC 2022Thiago Macieira2022-10-261-1/+1
* Doc: Fix typo in container documentationPaul Wicking2022-10-261-1/+1
* QOperatingSystemVersion: Change since-version for Ventura to 6.4Mårten Nordheim2022-10-261-1/+1
* Bootstrap: fix MinGW build with -maesThiago Macieira2022-10-251-0/+4
* QLocale: merge the code for some system locale queriesThiago Macieira2022-10-252-42/+31
* Use CMAKE_MESSAGE_CONTEXT for Better CMake Output MessagesAmir Masoud Abdol2022-10-251-6/+6
* QOperatingSystemVersion: Test Qt7 path in bootstrap buildsMårten Nordheim2022-10-252-3/+5
* QOperatingSystemVersion: Add macOS Ventura (13.0)Mårten Nordheim2022-10-252-0/+8
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-251-2/+0
* Specify source and build directory explicitly for multi-ABI external projectsAlexey Edelev2022-10-251-1/+5
* Use consteval in QT_PROPERTY_DEFAULT_BINDING_LOCATIONPatrick Stewart2022-10-251-1/+7
* Make the `PREFIX` Parameter of the `qt_add_resources` OptionalAmir Masoud Abdol2022-10-252-5/+6
* qfilesystemengine: port to qsizetypeJohannes Kauffmann2022-10-251-3/+3
* qlogging: use qsizetype to fix Wconversion warningsJohannes Kauffmann2022-10-251-8/+8
* Move install paths from CoreConfigExtras.cmake to a separate fileAlexey Edelev2022-10-253-17/+24
* Use the correct way to check for AsyncifyMikolaj Boc2022-10-251-2/+4
* QProperty: Update documentation to reflect eager evaluationFabian Kosmale2022-10-251-159/+182
* Replace `arg_BIG_RESOURCES` with `rcc_BIG_RESOURCES`Amir Masoud Abdol2022-10-251-4/+4
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-1/+1
* QString: use '\0' instead of 0Ahmad Samir2022-10-231-1/+1
* Emit aboutToQuit from QCoreApplication::exit() instead of execCleanup()Tor Arne Vestbø2022-10-231-4/+6
* Fix the workaround in ~QWasmOpenGLContextMikolaj Boc2022-10-211-2/+4