summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: assert that the range passed to erase() is validMarc Mutz2021-12-111-0/+2
* QVarLengthArray: fix UB (precondition violation) in range-erase()Marc Mutz2021-12-101-0/+4
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-091-6/+5
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-12-021-10/+44
* SignalTransition: guard against deleted objectFabian Kosmale2021-12-021-1/+4
* QStringView: fix split(QRegularExpression) returning invalid dataMarc Mutz2021-12-011-1/+1
* QVarLengthArray: fix insert() type/alias mismatch between decl and implMarc Mutz2021-11-281-1/+1
* QSharedPointer: fix counter-productive QT_PREPEND_NAMESPACE use in qHash() implMarc Mutz2021-11-271-1/+1
* QAbstractFileEngine: fix UB (data race) on qt_file_engine_handlers_in_useMarc Mutz2021-11-161-4/+4
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-11-111-0/+6
* macOS: Add helper function to check whether we're running under RosettaTor Arne Vestbø2021-11-112-0/+11
* Guard AVX parts of qfloat16 helpers instead of emitting errorTor Arne Vestbø2021-11-111-7/+4
* Avoid claiming F16C support on non-x86 platformsTor Arne Vestbø2021-11-111-0/+1
* wasm: fix deadlock when thread calls exitLorn Potter2021-11-041-0/+6
* Add warning about QCoreApplication deferred deleteMichal Klocek2021-11-011-0/+4
* Update windows version detectionMårten Nordheim2021-10-241-1/+11
* Don't link against pthread when using cxx11_future on vxworksDominik Holland2021-10-231-1/+1
* QVector: Don't require default-constructible types with insert()Ievgenii Meshcheriakov2021-10-201-10/+17
* Optimize mime type matchingJarek Kobus2021-10-203-36/+92
* Add suffixes to loop variables for Q_FOREACHIevgenii Meshcheriakov2021-10-161-9/+15
* Doc: Fix \notes in QObjectIvan Tkachenko2021-10-131-3/+3
* QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-071-8/+19
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-10-051-0/+4
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-09-271-3/+8
* Don't unload libraries on Darwin-based operating systemsTor Arne Vestbø2021-09-181-0/+5
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-181-0/+5
* Update Android default SDK from 29 to 30Juha Vuolle2021-09-151-1/+1
* Fix QTextCodec::canEncode() for ICU codecIvan Solovev2021-09-081-1/+37
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-021-3/+30
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-021-13/+19
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-283-10/+22
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-271-3/+32
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
* QVarLengthArray: add missing default-ctor documentationMarc Mutz2021-08-191-0/+5
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-191-1/+3
* Doc: Add see also links to operator== and operator!=Paul Wicking2021-08-181-0/+4
* Revert "QString::lastIndexOf: fix off-by-one for zero length matches"Tarja Sundqvist2021-08-181-2/+2
* CMake: Prevent multiple creation of the targets 'aab' and 'apk'Joerg Bornemann2021-08-171-18/+22
* Doc: Fix QList<T>::fromVector example in QList<T> documentationLuca Di Sera2021-08-101-1/+1
* Turn off feature timezone for emscriptenEdward Welbourne2021-08-101-0/+1
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-08-061-2/+17
* Fix crash in concurrent disconnectFabian Kosmale2021-08-062-17/+37
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-08-062-6/+26
* QOrderedMutexLocker: Disable copy and provide explicit dismiss functionFabian Kosmale2021-08-061-0/+41
* QFuture: fix result reporting in the filter modeSona Kurazyan2021-08-051-1/+1
* Don't report results when the results list is emptySona Kurazyan2021-07-282-0/+8
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-07-271-1/+1
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-07-171-2/+2
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-3/+7