summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Skip qtconfigmacros.h processing by syncqtAlexey Edelev2022-10-051-4/+3
* Provide visual output in page in WASM test runnerMikolaj Boc2022-10-051-0/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-0458-244/+244
* Add <algorithm> include to qtmochelpers.hKai Köhne2022-10-031-0/+2
* QString/doc: correct the record on const char* optimizationsThiago Macieira2022-10-022-2/+11
* QCollator: minor API docs grammar fixAhmad Samir2022-10-011-1/+1
* qsimd_p.h: remove BMI1 feature from the ARCH_HASWELL listThiago Macieira2022-10-011-4/+5
* qsimd_p.h: document that AMD Zen4 supports AVX512Thiago Macieira2022-10-011-2/+4
* qnumeric_p.h: fix comparison of signed to unsigned in saturationThiago Macieira2022-09-302-2/+38
* Fix qtresource documentationIvan Solovev2022-09-301-2/+2
* Fix qtclasshelpermacros documentationIvan Solovev2022-09-301-2/+2
* Rename the header qtypetraits.h -> qttypetraits.hSona Kurazyan2022-09-304-7/+7
* Rename the header qtranslation.h -> qttranslation.hSona Kurazyan2022-09-304-15/+15
* Rename the header qenvironmentvariables.h -> qtenvironmentvariables.hSona Kurazyan2022-09-305-15/+15
* QCH: remove WrapOpenSSL from the link interface of Qt6::CorePrivateJan Grulich2022-09-301-2/+0
* qsimd: remove the F16C macro in the Haswell sub-arch testingThiago Macieira2022-09-291-2/+2
* QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-09-291-2/+21
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-292-6/+49
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-293-20/+47
* Qstring: replace index-based loops with range-for / STL algorithmsAhmad Samir2022-09-291-60/+39
* QDateTime: specify a class template argumentGiuseppe D'Angelo2022-09-291-1/+1
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-2815-23/+23
* Avoid detaching in QBasicTimerhjk2022-09-281-1/+1
* qHash: Add seed argument for classes inheriting QStringMårten Nordheim2022-09-281-1/+4
* Tidy up day-of-week checks in QDateTimeParserEdward Welbourne2022-09-281-6/+2
* Move kernel/qwineventnotifier.h to a common header listAlexey Edelev2022-09-281-1/+2
* Q(Basic)Atomic: remove QT_BASIC_ATOMIC_HAS_CONSTRUCTORSFabian Kosmale2022-09-282-36/+2
* Get rid of bootstrapped atomicsFabian Kosmale2022-09-284-84/+2
* Logging: remove const from the lambda calling dladdrThiago Macieira2022-09-271-1/+1
* QPluginLoader: Fix the expected machine word for Windows on ARMMartin Storsjö2022-09-271-1/+1
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-273-2/+21
* QCryptographicHash: only use OpenSSL 3.0 when OpenSSL will be linkedJan Grulich2022-09-272-9/+2
* wasm: add Window.localStorage settings backendMorten Sørvig2022-09-273-71/+227
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-273-6/+17
* qassert.h: Include qtcoreexports.hFabian Kosmale2022-09-271-0/+1
* qtdeprecationmarkers.h: include qcompilerdetection.hFabian Kosmale2022-09-271-0/+1
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-272-1/+100
* Include QVariantPair in documentation of QMetaType::TypeEdward Welbourne2022-09-262-1/+2
* Clear two pointless entries from the QDoc-only QMetaType::TypeEdward Welbourne2022-09-262-4/+2
* QCryptographicHash: implement OpenSSL 3.0 supportJan Grulich2022-09-262-0/+174
* Mark QTimeZone's copy-constructor noexceptEdward Welbourne2022-09-262-2/+2
* Android: Update version names on QSysInfo and QOperatingSystemVersionAssam Boudjelthia2022-09-263-59/+95
* qCompress: use saturation, not truncation, for the size headerMarc Mutz2022-09-262-1/+31
* qCompress: return null, not empty, for OOMMarc Mutz2022-09-261-3/+2
* qUn/Compress: reject negative lengthsMarc Mutz2022-09-231-0/+12
* qUncompress(): introduce more functions a la invalidCompressedData()Marc Mutz2022-09-231-23/+49
* CMake: Add finalization to plugins created with qt_add_pluginJoerg Bornemann2022-09-233-0/+34
* Introduce centralized means of checking for asyncifyMikolaj Boc2022-09-233-15/+16
* QFlags: Mark the operators declared in macro maybe_unusedMårten Nordheim2022-09-231-0/+9
* QFlags: Mark the mixed enum operator declared in macro maybe_unusedMårten Nordheim2022-09-231-0/+1