summaryrefslogtreecommitdiff
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-1875-401/+401
* QString: rename parameter clashing with member function of the same nameMarc Mutz2022-11-181-2/+2
* Doc: Normalize page namesKai Köhne2022-11-1725-63/+63
* Fix build with -no-feature-settingsAlexey Rochev2022-11-171-0/+3
* Core: always link with CMAKE_DL_LIBSAlexey Rochev2022-11-171-1/+1
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-1710-117/+89
* QString: rewrite toDouble() and toFloat() using QStringViewThiago Macieira2022-11-171-10/+10
* QMetaType: Document the default ctorMårten Nordheim2022-11-071-0/+7
* corelib: Support ELFOSABI_LINUX in qelfparserNiclas Rosenvik2022-11-041-0/+5
* QLocale: remove unwise early return in bytearrayTo(Uns)LongLongThiago Macieira2022-11-031-12/+0
* QString: skip QLocale::numberToCLocale for C locale inputsThiago Macieira2022-11-031-2/+6
* qsimd.h: add two more CPU feature macros that MSVC doesn't defineU-GER\tjmaciei2022-11-031-0/+2
* CMake: Fix qt_add_resources missing dependency regressionAlexandru Croitor2022-11-031-5/+12
* Fix redefine of QT_NO_VERSION_TAGGING warningsNiclas Rosenvik2022-11-021-1/+1
* Restore lost documentation for QString::append(QStringView)Edward Welbourne2022-11-011-0/+8
* 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
* 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
* Doc: Fix typo in container documentationPaul Wicking2022-10-291-1/+1
* QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-281-0/+1
* QOperatingSystemVersion: Add macOS Ventura (13.0)Mårten Nordheim2022-10-282-0/+8
* qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
* QLocale: merge the code for some system locale queriesThiago Macieira2022-10-272-42/+31
* Bootstrap: fix MinGW build with -maesThiago Macieira2022-10-271-0/+4
* QStringConverter/AVX2: fix build with MSVC 2022Thiago Macieira2022-10-261-1/+1
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-261-2/+0
* Specify source and build directory explicitly for multi-ABI external projectsAlexey Edelev2022-10-261-1/+5
* Android: fix include statement for Android Extras classesAssam Boudjelthia2022-10-261-0/+6
* qfilesystemengine: port to qsizetypeJohannes Kauffmann2022-10-251-3/+3
* qlogging: use qsizetype to fix Wconversion warningsJohannes Kauffmann2022-10-251-8/+8
* Use consteval in QT_PROPERTY_DEFAULT_BINDING_LOCATIONPatrick Stewart2022-10-251-1/+7
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-231-33/+32
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-231-50/+118
* qnumeric_p.h: fix comparison of signed to unsigned in saturationThiago Macieira2022-10-232-2/+38
* qCompress: use saturation, not truncation, for the size headerMarc Mutz2022-10-232-1/+31
* qCompress: return null, not empty, for OOMMarc Mutz2022-10-231-3/+2
* qUn/Compress: reject negative lengthsMarc Mutz2022-10-231-0/+12
* qUncompress(): introduce more functions a la invalidCompressedData()Marc Mutz2022-10-231-23/+49
* DRY qCompress/qUncompress: introduce CompressedSizeHint_tMarc Mutz2022-10-231-11/+23
* qCompress: use qToBigEndian() to write the length prefixMarc Mutz2022-10-231-4/+1
* Fix qUncompress for BE LLP64 platformsMarc Mutz2022-10-231-10/+7
* qUncompress: limit MaxDecompressedSize to what zlib can handleMarc Mutz2022-10-231-1/+2
* qUncompress: use existing MaxByteArraySizeMarc Mutz2022-10-231-13/+9
* Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-201-1/+2
* QOperatingSystemVersion: add new Win10 versionYuhang Zhao2022-10-202-0/+8
* Fix duplicated words in documentationMårten Nordheim2022-10-192-3/+3
* QLibrary::setFileNameAndVersion: reset the tag after findOrCreateThiago Macieira2022-10-181-2/+3