summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QMetaType of non-const ref: play nice with template instantiationsFabian Kosmale2022-09-221-1/+6
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-221-10/+31
* Move docs for QT_REQUIRE_VERSION to qmessagebox.cppSona Kurazyan2022-09-221-19/+0
* Move docs for Q_DECLARE_TYPEINFO to qtypeinfo.qdocSona Kurazyan2022-09-222-52/+55
* Move docs for helpers from QtForeach to qforeach.qdocSona Kurazyan2022-09-222-71/+76
* Move docs for deprecation macros to qtdeprecationmarkers.qdocSona Kurazyan2022-09-223-51/+69
* QSysInfo: remove unneeded assertSona Kurazyan2022-09-221-3/+1
* Move the implementation and docs of QSysInfo to qsysinfo.cppSona Kurazyan2022-09-223-1047/+1056
* Move QT_VERSION_STR docs to qlibraryinfo.cppSona Kurazyan2022-09-222-12/+12
* Move docs for Q_INT64_C()/Q_UINT64_C() macros to qtypes.cppSona Kurazyan2022-09-222-26/+26
* Mention in qRound*() docs about possibe UBSona Kurazyan2022-09-221-0/+12
* Extract overview page for QtTypes header from QtGlobal docsSona Kurazyan2022-09-221-0/+25
* DRY qCompress/qUncompress: introduce CompressedSizeHint_tMarc Mutz2022-09-221-11/+23
* moc: Do not fail to compile meta-methods containing non-const ref typesFabian Kosmale2022-09-211-1/+8
* Improve docs for QtNumeric headerSona Kurazyan2022-09-212-134/+145
* Extract overview page for QtLogging header from QtGlobal docsSona Kurazyan2022-09-211-0/+30
* Move QFlags docs from qglobal.cpp to qflags.qdocSona Kurazyan2022-09-212-457/+459
* Propagate QT_HOST_PATH_CMAKE_DIR to multi-ABI external projectsAlexey Edelev2022-09-211-0/+4
* Fix the license headersSona Kurazyan2022-09-212-2/+2
* Document QAtomic testAndSetJaishree Vyas2022-09-212-0/+87
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-215-40/+41
* Clarify that FramelessWindowHint does not guarantee fixed sized windowsTor Arne Vestbø2022-09-201-2/+8
* Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-203-205/+231
* {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the membersThiago Macieira2022-09-178-68/+16
* Fix the way deffered files are added to a CMake source treeAlexey Edelev2022-09-171-2/+12
* QSystemSemaphorePrivate: remove unused semaphoreLock memberThiago Macieira2022-09-161-1/+0
* QSharedMemory: remove QT_NO_QOBJECTThiago Macieira2022-09-165-51/+4
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-162-0/+8
* Set target property _qt_is_test_executable on all testsMikolaj Boc2022-09-161-2/+2
* Add enum class Qt::AppearanceAxel Spoerl2022-09-162-0/+18
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-165-29/+7