summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORTTor Arne Vestbø2022-10-192-1/+7
* Apply Q_FLAG to flag type instead of enum typeFabian Kosmale2022-10-191-2/+2
* QLibrary: fix load() after a failed load()Thiago Macieira2022-10-181-2/+4
* Add the toDOMRect/fromDOMRect functions to QRectFMikolaj Boc2022-10-193-0/+59
* Correct handling of month-lengths in QDateTimeParserEdward Welbourne2022-10-181-6/+11
* QLibrary::setFileNameAndVersion: reset the tag after findOrCreateThiago Macieira2022-10-171-2/+3
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-171-33/+32
* QApplicationStatic: avoid use of std::aligned_unionMarc Mutz2022-10-171-1/+1
* Revert "QObject: attempt to fix a deadlock introduced by an earlier fix"Mårten Nordheim2022-10-171-11/+1
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-161-50/+118
* QHash: simplify HashSeedStorage::initialize()Marc Mutz2022-10-161-3/+2
* QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
* QUrl: remove two unneeded Q_ASSERT()sMarc Mutz2022-10-151-4/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-1524-49/+68
* qcompilerdetection.h: detect CoverityMarc Mutz2022-10-151-0/+5
* QOperatingSystemVersion: fix newly introduced Android versionsYuhang Zhao2022-10-152-12/+4
* QAnyStringView: fix MSVC warningYuhang Zhao2022-10-151-5/+9
* CMake: Add filter options to qt_generate_deploy_app_scriptJoerg Bornemann2022-10-152-1/+31
* CMake: Deploy runtime dependencies outside of the Qt prefix tooJoerg Bornemann2022-10-154-31/+128
* CMake: Set RPATH of deployed plugins on LinuxJoerg Bornemann2022-10-152-0/+87
* Don't set QT_PLUGIN_PATH in the deployment test's run environmentJoerg Bornemann2022-10-151-14/+26
* QLibrary: merge duplicated setFileName{,AndVersion} codeThiago Macieira2022-10-141-14/+2
* QDir: use QFileInfo::exists() directlyAhmad Samir2022-10-141-3/+3
* Update QMutex-noexceptednessMårten Nordheim2022-10-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1136-75/+75
* Short live q20::fill{,_n}!Marc Mutz2022-10-112-25/+28
* QString: rename parameter clashing with member function of the same nameMarc Mutz2022-10-111-2/+2
* QVariant/Doc: expand what toList & toMap conversions may succeedThiago Macieira2022-10-111-5/+14
* QSharedMemory/doc: update docs to be more modernThiago Macieira2022-10-111-17/+95
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-114-5288/+5598
* Add a configure option to exit on poll errorsDominik Holland2022-10-112-0/+12
* QSystemSemaphore: make it a Q_GADGETThiago Macieira2022-10-102-0/+4
* QPrivateSignal: disable implicit conversions from initializer_listGiuseppe D'Angelo2022-10-101-1/+1
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-32/+45
* Use the target output name for test targets on WASMMikolaj Boc2022-10-101-1/+1
* qpoll: disallow file descriptors bigger than FD_SETSIZEThiago Macieira2022-10-101-0/+5
* [Linux] Remove workaround for glibc to actually unload a libraryFushan Wen2022-10-101-6/+1
* qforeach.h: do not include qglobal.hIvan Solovev2022-10-101-2/+3
* Add M68k detectionPino Toscano2022-10-094-0/+23
* [docs] QMap: fix missing toStdMap()&& overload docsMarc Mutz2022-10-081-0/+9
* [docs] Adjust qExchange() docs for the present, where C++17 is required [2/2]...Marc Mutz2022-10-081-2/+2
* [docs] Adjust qExchange() docs for the present, where C++17 is required [1/2]...Marc Mutz2022-10-081-2/+3
* QPluginMetaData: replace manual loop with q20::copy_nMarc Mutz2022-10-081-3/+3
* QWaitCondition/Doc: add a simple explanation of the time unitsThiago Macieira2022-10-081-0/+6
* Add HPPA detectionPino Toscano2022-10-074-0/+23
* corelib/CMakeLists.txt: remove duplicate qxpfunctional.hMarc Mutz2022-10-071-1/+0
* Replace qExchange with std::exchangeMarc Mutz2022-10-075-8/+8