summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* wasm: Dont access QNetworkReply header data through dangling pointerv6.6.36.6.3Piotr Wierciński2024-03-181-1/+1
* QObject: fix a documentation note in the destructorGiuseppe D'Angelo2024-03-081-2/+2
* Correct documentation of QDateTime's comparisonsEdward Welbourne2024-03-081-11/+18
* QGlobalStatic: suppress -Wtsan warningGiuseppe D'Angelo2024-03-081-0/+8
* QProcess/Doc: remove the note that about FailedToStart after started()Thiago Macieira2024-03-041-3/+0
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-03-013-15/+26
* Disable depfile support for the external projects when building for AndroidAlexey Edelev2024-02-291-1/+1
* Fix the qtpath issue with lto enabledAlexey Edelev2024-02-292-5/+12
* Also check available in TZ timezone's constructorEdward Welbourne2024-02-291-0/+2
* QThread::currentThreadId: fix build on x32 (ILP32) ABIThiago Macieira2024-02-281-3/+3
* QProcess: set the error message and state if qt_create_pipe() failsThiago Macieira2024-02-272-8/+29
* QLocal8Bit::convertToUnicode[win]: Fix order of growth and saturateMårten Nordheim2024-02-261-1/+1
* corelib: settings - make qsettings.cpp unity buildableTim Blechmann2024-02-262-1/+7
* QOperatingSystemVersion: clean up after QOSVBase extractionMarc Mutz2024-02-253-11/+18
* QTzTimeZoneCache: make findEntry() staticMarc Mutz2024-02-251-1/+1
* Add the external reference to CMake package creating docsAlexey Edelev2024-02-241-0/+5
* QOperatingSystemVersion: fix UB (invalid static_cast)Marc Mutz2024-02-231-1/+3
* CompactStorage: make it default-constructible againMarc Mutz2024-02-231-0/+1
* QMime: remove unused qmap.h includesMarc Mutz2024-02-212-2/+0
* Revert "Revert "Add the support of the qt_import_plugins functionality to and...Alexey Edelev2024-02-201-1/+5
* QLoggingRegistry: further defend against non-NUL-terminated stringsMarc Mutz2024-02-202-7/+7
* PCRE2: upgrade to 10.43Giuseppe D'Angelo2024-02-201-1/+2
* Remove year from generic Qt copyright informationKai Köhne2024-02-191-2/+3
* Avoid double-lookup in QLibraryStore::findOrCreate()Marc Mutz2024-02-171-5/+2
* QLocal8Bit::convert{To,From}Unicode[win]: use more of stateMårten Nordheim2024-02-161-5/+26
* QLocal8Bit::convertFromUnicode[win]: support more than 2Gi inputMårten Nordheim2024-02-161-8/+47
* Doc: Fix readString() and readByteArray() code snippetsAndreas Eliasson2024-02-161-4/+4
* Add fast-path in QLibraryStore::findOrCreate() for !instance()Marc Mutz2024-02-161-11/+12
* Implement QTZP::isTimeZoneIdAvailable() on AndroidEdward Welbourne2024-02-163-2/+9
* CMake: Fix AUTORCC_OPTIONS INTERFACE_LIBRARY error with CMake 3.16Alexandru Croitor2024-02-161-1/+4
* QVarLengthArray: give the default Prealloc a nameMarc Mutz2024-02-152-2/+5
* QTimer: do not set active state when setting a negative intervalIvan Solovev2024-02-152-6/+16
* QLocal8Bit::convertToUnicode[win]: support more than 2Gi inputMårten Nordheim2024-02-141-18/+50
* QLocal8Bit::convertFromUnicode[win]: Pre 2Gi changesMårten Nordheim2024-02-141-20/+29
* CMake: Fix custom QT_DEPLOY_QML_DIR on WindowsJoerg Bornemann2024-02-141-0/+1
* QLocal8Bit::convertToUnicode[win]: split out buffer growingMårten Nordheim2024-02-141-8/+27
* qHash: force inlining of the hash16bytes() helperThiago Macieira2024-02-111-2/+2
* CMake: Fix *-metatypes.json creation, take IIIJoerg Bornemann2024-02-111-1/+1
* QFileInfo: clarify the docs with respect to "file" == file system entryAhmad Samir2024-02-102-156/+206
* QLoggingRegistry: disable copyingMarc Mutz2024-02-101-0/+1
* Optimize QTimeZone construction on AndroidVolker Krause2024-02-091-0/+7
* Remove the commented legacy code from Qt6CoreConfigExtras.cmake.inAlexey Edelev2024-02-091-10/+0
* QList: give the LWG 3346 #ifdef'ery a symbolic nameMarc Mutz2024-02-092-4/+7
* Add fast-path in QLibraryStore::findOrCreate() for empty fileNameMarc Mutz2024-02-091-4/+14
* QBitArray: don't create invalid Qt 5 streamsMarc Mutz2024-02-081-0/+4
* QBitArray: avoid overflow in storage-to-size calculationsMarc Mutz2024-02-082-23/+22
* CMake: Fix undefined symbol: qt_resourceFeatureZstd issueAlexandru Croitor2024-02-081-0/+14
* StreamStateSaver: disable copy/moveMarc Mutz2024-02-081-0/+1
* QBitArray: DRY operator<<(QDataStream&)Marc Mutz2024-02-071-10/+6
* Use separate property to store implicitly detected QT_QML_ROOT_PATHsAlexey Edelev2024-02-071-11/+35