| Commit message (Expand) | Author | Age | Files | Lines |
| * | QByteArray: move percentDecoded() to the correct section in removed_api | Ahmad Samir | 2025-12-03 | 1 | -7/+7 |
| * | Fix build with disable-deprecated 6.6: QList is forward-defined | Thiago Macieira | 2025-11-15 | 1 | -0/+2 |
| * | QByteArray: percentDecoded/fromPercentEncoding: add rvalue overloads | Ahmad Samir | 2025-10-27 | 1 | -0/+7 |
| * | QSaveFile: merge the QString constructors | Thiago Macieira | 2025-10-24 | 1 | -0/+7 |
| * | QTimer: remove the int overload of singleShotImpl | Thiago Macieira | 2025-10-06 | 1 | -0/+8 |
| * | QReadWriteLock: inline the locking content | Thiago Macieira | 2025-08-05 | 1 | -0/+38 |
| * | QtCore: prevent un-namespaced symbols from being being exported | Tim Blechmann | 2025-07-22 | 1 | -0/+2 |
| * | QVariant: inline metaType() and typeName() | Thiago Macieira | 2025-07-16 | 1 | -0/+2 |
| * | QObject: make doSetProperty() take lvalue arg by cref | Marc Mutz | 2025-06-27 | 1 | -0/+7 |
| * | QLockFile: inline old int-based timeout functions | Marc Mutz | 2025-06-26 | 1 | -0/+2 |
| * | QBasicMutex: bring back fastTryUnlock for MSVC | Thiago Macieira | 2025-06-12 | 1 | -0/+2 |
| * | QTimer: restore BC with Qt 6.7 for MSVC | Marc Mutz | 2025-04-04 | 1 | -0/+1 |
| * | QtCore: fix build w/o itemmodel | Axel Spoerl | 2025-03-24 | 1 | -0/+4 |
| * | QCborStreamWriter: add append(QByteArrayView) | Thiago Macieira | 2025-03-07 | 1 | -0/+2 |
| * | QCoreApplication: implement the ### Qt7 to rename requestPermission | Thiago Macieira | 2025-02-28 | 1 | -0/+10 |
| * | QDir: add mkpath/mkdir overloads taking std::optional<Permissions> | Ahmad Samir | 2025-02-27 | 1 | -0/+17 |
| * | Make QString::fromRawData() inline | Thiago Macieira | 2025-02-14 | 1 | -0/+1 |
| * | QFutureInterface: mark the unused setContinuation() overloads as removed | Ivan Solovev | 2025-02-11 | 1 | -0/+40 |
| * | QObjectData: Return const QMetaObject* from dynamicMetaObject() already now | Marc Mutz | 2025-01-31 | 1 | -0/+12 |
| * | QBasicMutex::destroyInternal(): avoid clazy warning about returning void | Marc Mutz | 2025-01-29 | 1 | -1/+1 |
| * | Remove QT_NO_GEOM_VARIANT | Thiago Macieira | 2025-01-27 | 1 | -2/+0 |
| * | qErrnoWarning: disable when QT_NO_WARNING_OUTPUT is set | Thiago Macieira | 2025-01-07 | 1 | -0/+16 |
| * | Replace qTerminate() with std::terminate() and mark it for removal | Thiago Macieira | 2024-12-26 | 1 | -0/+9 |
| * | QMutex: remove QMutexPrivate from the public-ish API | Thiago Macieira | 2024-12-05 | 1 | -0/+9 |
| * | QString: toward UTF-8 arg() support [3½/4]: port unary arg() to QAnyStringView | Marc Mutz | 2024-12-03 | 1 | -0/+40 |
| * | QString: toward UTF-8 arg() support [2/4]: port pattern to QAnyStringView | Marc Mutz | 2024-11-01 | 1 | -0/+14 |
| * | QChar: disable implicit conversions on most ctor arguments | Marc Mutz | 2024-10-10 | 1 | -0/+3 |
| * | QMetaEnum: add support for reading 64-bit flags and enums | Thiago Macieira | 2024-10-04 | 1 | -0/+12 |
| * | QMetaType: inline isValid() and isRegistered() | Thiago Macieira | 2024-09-25 | 1 | -0/+12 |
| * | QMetaType::id: remove the need to "keep in sync" by simplifying | Thiago Macieira | 2024-09-07 | 1 | -7/+1 |
| * | QBasicTimer: port to std::chrono::nanoseconds | Ahmad Samir | 2024-08-31 | 1 | -0/+12 |
| * | QUuid: make more methods constexpr | Ivan Solovev | 2024-08-30 | 1 | -0/+16 |
| * | QTimer: make singleShot() have nanoseconds resolution [2/2]: new-style | Marc Mutz | 2024-08-29 | 1 | -0/+8 |
| * | QTimer: make singleShot() have nanoseconds resolution [1/2]: old-style | Marc Mutz | 2024-08-29 | 1 | -0/+6 |
| * | QDate: rework stdSysDaysToJulianDay() | Ivan Solovev | 2024-08-29 | 1 | -1/+1 |
| * | Fix position of qtimer.h in removed_api.cpp | Marc Mutz | 2024-08-28 | 1 | -2/+2 |
| * | QDebug: cast the QFlags value to the right-sized unsigned type (1/2) | Thiago Macieira | 2024-08-10 | 1 | -0/+7 |
| * | Add missing feature checks in removed API | Edward Welbourne | 2024-06-10 | 1 | -0/+8 |
| * | QStringConverter: port (name, Flags) ctor to QAnyStringView | Marc Mutz | 2024-06-10 | 1 | -0/+4 |
| * | QStringConverter: port encodingForName() to QAnyStringView | Marc Mutz | 2024-06-10 | 1 | -0/+7 |
| * | Prepare 6.9 section in corelib/compat/removed_api.cpp | Marc Mutz | 2024-06-07 | 1 | -0/+9 |
| * | Fix QByteArray::(last)IndexOf inlining conditions | Ivan Solovev | 2024-06-07 | 1 | -1/+1 |
| * | QByteArrayView: inline the char overload of lastIndexOf() | Thiago Macieira | 2024-05-31 | 1 | -0/+9 |
| * | Put conditioned header under appropriate feature configuration | Tatiana Borisova | 2024-05-30 | 1 | -0/+2 |
| * | Put conditioned header under appropriate feature configuration | Tatiana Borisova | 2024-05-29 | 1 | -0/+2 |
| * | QUuid: port createUuidV{3,5}() to QByteArrayView | Marc Mutz | 2024-05-29 | 1 | -0/+10 |
| * | Put conditioned header under appropriate feature configuration | Tatiana Borisova | 2024-05-28 | 1 | -0/+2 |
| * | Fix build with -no-feature-easingcurve | Tasuku Suzuki | 2024-05-27 | 1 | -0/+2 |
| * | Port QPersistentModelIndex to new comparison helper macros | Marc Mutz | 2024-05-24 | 1 | -0/+22 |
| * | QUuid, GUID: use new comparison helper macros | Tatiana Borisova | 2024-05-22 | 1 | -0/+12 |