summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qfloat16/F16C: rewrite the F16C conversion with overlappingThiago Macieira2022-01-281-14/+62
* qfloat16: add missing staticThiago Macieira2022-01-281-2/+2
* qsimd/x86: disable the F16C, FMA, and VAES features if AVX is disabledThiago Macieira2022-01-282-5/+5
* QVersionNumber: remove the "pure" attribute from commonPrefix()Thiago Macieira2022-01-281-1/+1
* QEvent: initialize the static userEventTypeRegistry constexprlyThiago Macieira2022-01-291-1/+3
* QString: optimize finding size=1 needles in QLatin1StringsMarc Mutz2022-01-291-0/+13
* QFlatMap: add full is_transparent support [1/3]: split functionsMarc Mutz2022-01-291-2/+14
* QFlatMap: implement mutable op[] via try_emplace()Marc Mutz2022-01-291-12/+2
* QCalendar: replace ostream-style qWarning with printf-style oneMarc Mutz2022-01-281-3/+2
* QFlatMap: use erase() in remove()Marc Mutz2022-01-281-2/+1
* QFlatMap: replace manual const_cast<>s with std::as_constMarc Mutz2022-01-281-9/+7
* QVersionNumber: remove "pure" declaration from fromString()Thiago Macieira2022-01-281-4/+4
* QCalendar: eradicate Java-style iteratorMarc Mutz2022-01-281-4/+9
* QLocale: replace a QList with QVLA for duplicate trackingMarc Mutz2022-01-281-1/+2
* QUrl: use qsizetype & size_t in place of int & uintThiago Macieira2022-01-282-73/+74
* QString: optimize compare_helperMarc Mutz2022-01-272-7/+4
* QFlatMap: avoid post-(in|de)crement on iteratorsMarc Mutz2022-01-271-4/+4
* QtCore: includemocsMarc Mutz2022-01-272-0/+6
* QCalendar: move memory allocation out of critical sectionMarc Mutz2022-01-271-1/+2
* Check if 'aab' target exists when adding <target>_make_aab as dependencyAlexey Edelev2022-01-261-1/+3
* qt6_standard_project_setup: Don't enable AUTORCCJoerg Bornemann2022-01-262-3/+3
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-34/+24
* windows arm64: Use correct Q_PROCESSOR_ARM_64 define checkOliver Wolff2022-01-251-2/+3
* Revert "QLatin1String: Add overloads taking QLatin1Char"Marc Mutz2022-01-252-45/+0
* Fix build with clang-clYuhang Zhao2022-01-251-1/+1
* QEventDispatcherWin32: use SetCoalescableTimer for (Very)Coarse timersThiago Macieira2022-01-241-7/+41
* QOperatingSystemVersion: fix #if check for macos version checkMårten Nordheim2022-01-251-1/+1
* Move private QOperatingSystemVersion::compare to removed_apiMårten Nordheim2022-01-253-6/+10
* Replace cxx17_bm_searcher config check with feature test macroMarc Mutz2022-01-243-28/+1
* Optimize finding UTF-16 needles in L1 haystacksMarc Mutz2022-01-241-3/+6
* Mark ResultStoreBase as finalSona Kurazyan2022-01-241-1/+1
* QFuture: add a missing include for qpromise.hSona Kurazyan2022-01-242-5/+9
* QProperty: Work around constexpr issues on MSVCFabian Kosmale2022-01-231-3/+9
* QStaticByteArrayMatcherBase: make dtor protectedMarc Mutz2022-01-231-1/+1
* Q(Static)ByteArrayMatcher: manage indexIn() overloadsMarc Mutz2022-01-233-19/+22
* QStaticByteArrayMatcher: fix searching in 2+GiB haystacksMarc Mutz2022-01-233-14/+32
* QByteArrayList: optimize 32-bit builds of legacy join() helperMarc Mutz2022-01-223-7/+9
* QByteArrayList: micro-optimize join(QByteArray)Marc Mutz2022-01-221-1/+1
* QByteArrayList: simplify the join() overload set already nowMarc Mutz2022-01-222-10/+2
* [doc] QStaticByteArrayMatcher: remove references to C++ < 17Marc Mutz2022-01-211-7/+1
* QHash: rewrite the x86 aeshash function for len >= 16Thiago Macieira2022-01-211-52/+54
* QHash: fix iteration of x86 AES hash code for len >= 32Thiago Macieira2022-01-211-2/+2
* QHash: improve aeshash's page detection codeThiago Macieira2022-01-211-5/+5
* QStaticByteArrayMatcher: add a useful commentMarc Mutz2022-01-211-0/+1
* QStringConverter: use QStaticByteArrayMatcherMarc Mutz2022-01-211-2/+5
* QByteArrayMatcher users: use the new QByteArrayView overloadsMarc Mutz2022-01-212-4/+4
* Add a note for making ResultStoreBase's internal members privateSona Kurazyan2022-01-211-1/+2
* QArrayDataPointer: don't overload qSwap(), provide ADL-swap()Marc Mutz2022-01-211-1/+1
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-2120-25/+59
* QStringConverter: fix int/qsizetype mismatches (ex Win32)Marc Mutz2022-01-211-9/+9