summaryrefslogtreecommitdiff
path: root/src/corelib/compat/removed_api.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-161-0/+1
* QMutex: add QDeadlineTimer-based tryLocksThiago Macieira2023-05-111-0/+1
* QReadWriteLock: inline the lockForXxx functionsThiago Macieira2023-05-111-0/+4
* QReadWriteLock: remove the untimed tryLockForXxxx functionsThiago Macieira2023-05-111-0/+11
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-041-0/+39
* QXmlStreamAttributes: port value()/hasAttribute() to QAnyStringViewMarc Mutz2023-04-251-0/+28
* Create any callable using QRunnable::createAllan Sandfeld Jensen2023-04-041-0/+7
* QMessageAuthenticationCode: port to QByteArrayView [3/3]: static hash()Marc Mutz2023-03-171-0/+7
* QMessageAuthenticationCode: port to QByteArrayView [2/3]: addData()Marc Mutz2023-03-171-0/+5
* QMessageAuthenticationCode: port to QByteArrayView [1/3]: ctor/setKey()Marc Mutz2023-03-171-0/+11
* QBasicTimer: replace new qint64 overloads with chrono onesMarc Mutz2023-03-021-11/+1
* QString: port toUcs4_helper() to char16_t/char32_tMarc Mutz2023-01-231-0/+16
* IPC: add native key support to QSharedMemoryThiago Macieira2023-01-221-0/+9
* QtCore removed_api.cpp: fix missing instruction comment in 6.5 blockMarc Mutz2023-01-201-0/+4
* QXmlStreamReader: fix spelling of PrivateConsructorTagMarc Mutz2023-01-181-1/+1
* QXmlStreamWriter: port API from QString to QAnyStringViewMate Barany2022-12-101-0/+96
* QXmlStreamWriter: prepare for port to QAnyStringViewMarc Mutz2022-12-101-0/+11
* qfloat16: remove the metatype dependencyThiago Macieira2022-11-281-0/+1
* Fix build with -no-feature-settingsAlexey Rochev2022-11-171-0/+3
* QString: mark inline to{U,}LongLong() for inlining in Qt 7Thiago Macieira2022-11-151-0/+3
* Fix build with -no-feature-xmlstreamreaderAlexey Rochev2022-11-021-0/+4
* Rename the header qenvironmentvariables.h -> qtenvironmentvariables.hSona Kurazyan2022-09-301-1/+1
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-211-18/+0
* Port QDir to qsizetype [3/3]: APIMarc Mutz2022-09-071-0/+14
* QtCore: removed_api.cpp: fix orderingMarc Mutz2022-09-071-2/+2
* Migrate QBasicTimer from int to qint64Konrad Kujawa2022-08-301-0/+12
* QBuffer: fix the setData() API re: int/qsizetypeMarc Mutz2022-08-201-0/+2
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-0/+7
* QVariant: update constructors for trivially copyable typesThiago Macieira2022-07-271-0/+20
* QByteArray: inline QByteArray::isNull()Thiago Macieira2022-07-271-0/+2
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-261-0/+8
* QCollator: port compare(ptr, n, ptr, n) to qsizetypeMarc Mutz2022-07-201-0/+2
* Port QXmlStremReader to QAnyStringViewSona Kurazyan2022-07-121-0/+35
* Move QFutureInterfaceBase::cleanContinuation() to removed_apiSona Kurazyan2022-06-221-0/+17
* Long live QT_INLINE_SINCE!Marc Mutz2022-06-221-0/+1
* qHash: pass QByteArrayView to qHash() by valueThiago Macieira2022-06-151-0/+12
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-3/+3
* QSettings: port API from QString to QAnyStringView keysMarc Mutz2022-03-231-0/+43
* QObject: port setObjectName() to QAnyStringViewMarc Mutz2022-03-151-0/+10
* QDataStream: make qfloat16 streaming a non-memberMarc Mutz2022-03-141-0/+17
* Move QBindingStorage methods marked for removal to removed_apiSona Kurazyan2022-02-161-0/+11
* QUrl: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-031-0/+12
* QLocale: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-031-0/+12
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-011-7/+7
* QCalendar: replace two overloads with one QAnyStringView functionMarc Mutz2022-01-301-0/+8
* Move private QOperatingSystemVersion::compare to removed_apiMårten Nordheim2022-01-251-0/+8
* Q(Static)ByteArrayMatcher: manage indexIn() overloadsMarc Mutz2022-01-231-0/+5
* QStaticByteArrayMatcher: fix searching in 2+GiB haystacksMarc Mutz2022-01-231-0/+13
* QByteArrayList: optimize 32-bit builds of legacy join() helperMarc Mutz2022-01-221-1/+3