summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Core: Do not depend on transitive includesFabian Kosmale2022-03-1727-1/+35
* QMetaObject: Allow custom meta callsUlf Hermann2022-03-171-1/+2
* QFuture: fix QtFuture::connect corner-casesGiuseppe D'Angelo2022-03-171-0/+11
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-173-0/+6
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-173-0/+19
* QDateTime: future-proof swap()Marc Mutz2022-03-172-1/+5
* QLibrary: restore translated stringMarc Mutz2022-03-171-6/+6
* QHash: fix -Werror=maybe-uninitialized (GCC 11.2)Marc Mutz2022-03-171-1/+1
* wasm: remove compiler and linker warningsLorn Potter2022-03-171-5/+7
* QResultStore: remove unused includeGiuseppe D'Angelo2022-03-171-1/+0
* QLoggingCategory: code tidiesGiuseppe D'Angelo2022-03-171-5/+5
* QThread: avoid lock/relock an empty QMutexLockerGiuseppe D'Angelo2022-03-171-5/+9
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+1
* QFlatMap: make insertion STL-compatibleMarc Mutz2022-03-161-23/+51
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-0/+4
* Doc: Fix typosRobert Löhning2022-03-161-2/+2
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-13/+7
* QString/QByteArray: = default the move ctorsMarc Mutz2022-03-162-2/+2
* Fix qt version tagging on windows with namespacesMårten Nordheim2022-03-161-1/+1
* Deprecate QElapsedTimer::TickCounterKai Köhne2022-03-162-28/+16
* Doc: Update documentation for QElapsedTimer's in WindowsKai Köhne2022-03-161-24/+3
* QHash: Initialize the hash seed as soon as QtCore loadsThiago Macieira2022-03-152-13/+34
* Q_DECL_INIT_PRIORITY: make the initializers actually runThiago Macieira2022-03-151-1/+6
* QString: reorganize the {starts,ends}With implementationsThiago Macieira2022-03-151-77/+44
* QFileSystemEngine: fix potential formatting errorMarc Mutz2022-03-151-4/+1
* QStringTokenizer::toContainer(): allow more types of target containersMarc Mutz2022-03-151-1/+1
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-1/+1
* Doc: Revise Qt Core module landing pageAndreas Eliasson2022-03-151-28/+30
* De-pessimize Windows version of QSystemLocalePrivate::measurementSystem()Marc Mutz2022-03-151-3/+1
* QObject: port setObjectName() to QAnyStringViewMarc Mutz2022-03-153-2/+37
* Extract Method QObjectPrivate::ensureExtraData()Marc Mutz2022-03-152-10/+11
* QFSFileEngine: don't call QFileSystemEntry::filePath() twiceMarc Mutz2022-03-151-1/+2
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-153-0/+32
* QLibrary: fix possible arg() format clobberingMarc Mutz2022-03-151-3/+3
* QVersionNumber: Make documentation period display style consistentChristian Heimlich2022-03-151-1/+1
* QMutexLocker: add isLocked()Giuseppe D'Angelo2022-03-152-0/+13
* qversiontagging: merge the qt_version_tag symbolsThiago Macieira2022-03-141-5/+23
* qversiontagging: remove the old inline assembly contentThiago Macieira2022-03-141-20/+6
* qversiontagging: Use C++17 inline variables also on UnixThiago Macieira2022-03-142-16/+23
* qversiontagging: Add Windows supportThiago Macieira2022-03-142-13/+113
* Correct character semantics documentation in QByteArray(View)Edward Welbourne2022-03-142-3/+9
* Inline q_toPercentEncoding() in QByteArray::toPercentEncoding()Edward Welbourne2022-03-141-39/+32
* Eliminate the last place that QBA::nulTerminated() is neededEdward Welbourne2022-03-141-17/+10
* Avoid possible allocation by amending a conditionEdward Welbourne2022-03-141-21/+10
* Prevent exclusion of percent character from percent-encodingEdward Welbourne2022-03-141-4/+5
* QDataStream: make qfloat16 streaming a non-memberMarc Mutz2022-03-145-29/+69
* QFile::moveToTrash: Remove support for old MinGW SDKsVolker Hilsheimer2022-03-121-5/+0
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-125-6/+15
* Use qstringfwd.h when forward declaring string classesSona Kurazyan2022-03-124-12/+3
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-112-1/+4