summaryrefslogtreecommitdiff
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update docs to reflect method being renamedAndreas Eliasson2023-03-172-4/+4
* QFSFileEngine: fix overflow bug when using lseek64Ahmad Samir2023-03-142-2/+2
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-03-141-5/+20
* QHash: tame HasQHashSingleArgOverload ODR violationsGiuseppe D'Angelo2023-03-113-16/+33
* QVarLengthArray: fix UBs in insert(it, n, v) ([basic.life], invariants)Marc Mutz2023-03-101-22/+6
* qstrncpy(): document that we don't implement strncpy() fill-all-[dst,len)Marc Mutz2023-03-101-0/+4
* Simplify and relax UTF-8 locale override machinery for DarwinEdward Welbourne2023-03-101-6/+16
* QCoreApplication::initLocale(): Improve warning on failureEdward Welbourne2023-03-101-8/+18
* Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-072-15/+81
* qsimd_p.h: remove LZCNT feature from the ARCH_HASWELL listThiago Macieira2023-03-041-2/+2
* Tidy up QCoreApplicationPrivate::initLocale()'s #if-eryEdward Welbourne2023-03-021-12/+20
* Android: avoid duplicate paths from QStandardPaths::standardLocations()Assam Boudjelthia2023-03-021-49/+37
* QVarLengthArray: Extract Method QtPrivate::q_rotate()Marc Mutz2023-03-022-6/+21
* Android: document limitation for QFile::copy() operation for content uriAssam Boudjelthia2023-03-011-0/+6
* Avoid resetting CMAKE_AUTOMOC_MACRO_NAMESAmir Masoud Abdol2023-03-011-1/+2
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-253-0/+24
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+6
* QMessageAuthenticationCode: fix result() non-re-entrancyMarc Mutz2023-02-231-0/+8
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-7/+9
* QMessagePattern: don't use strncpy()Marc Mutz2023-02-221-5/+2
* qt_inIsoNametoLCID: protect against a nullptr nameMarc Mutz2023-02-221-0/+2
* QMessageAuthenticationCode: Extract Methods finalize{,Unchecked}() from result()Marc Mutz2023-02-221-9/+20
* QThreadPool: Protect the access to internal data with mutexJarek Kobus2023-02-221-0/+7
* corelib: silence `-Wcomma` with clang-12Tim Blechmann2023-02-221-1/+5
* QVarLengthArray: fix UBs in emplace()/insert() ([basic.life], broken class in...Marc Mutz2023-02-211-21/+9
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-1/+9
* Fix QString from ASCII warning in qoperatingsystemversion_darwin.mmTor Arne Vestbø2023-02-201-1/+1
* Resolve actual macOS version despite process running in compatibility modeTor Arne Vestbø2023-02-184-34/+54
* Darwin: Ensure encrypted library is loaded before parsing plugin metadataTor Arne Vestbø2023-02-173-8/+51
* QVarLengthArray: protect against aliasing in resize(n, t)Marc Mutz2023-02-161-0/+4
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-151-12/+4
* QVarLengthArray: clear() is not resize(0)Marc Mutz2023-02-151-0/+10
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+1
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-142-5/+14
* Use qt_winrtbase_p.h workaround in more placesYuhang Zhao2023-02-091-2/+4
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-081-16/+18
* macOS: Skip deployment target runtime check when detecting compat versionTor Arne Vestbø2023-02-071-0/+8
* QStandardPaths/Unix: fix logic in xdgDataDirs() functionAhmad Samir2023-02-071-18/+25
* Fix proxy-data handlingFabian Kosmale2023-02-073-4/+23
* QStandardPaths/Unix: minor cleanupAhmad Samir2023-02-071-7/+10
* Fix narrowing in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-061-4/+4
* QCryptographicHash: fix UB (data race on concurrent result()) [2nd try]Marc Mutz2023-02-031-49/+55
* Use case-insensitive comparison to compare codec with UTF-8 and utf8Edward Welbourne2023-02-031-1/+1
* Remove QResourceGlobalData::resourceSearchPathsEdward Welbourne2023-02-031-14/+4
* Doc: Only list qt core classes in qt core io groupAndreas Eliasson2023-02-021-1/+1
* Q_APPLICATION_STATIC: add missing std::launder()Marc Mutz2023-02-021-2/+4
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-022-24/+26
* QAnyStringView: fix MSVC warning C4702Sze Howe Koh2023-02-021-1/+1
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-02-011-3/+5
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-02-015-0/+59