index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
compat
/
removed_api.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QString: port toUcs4_helper() to char16_t/char32_t
Marc Mutz
8 days
1
-0
/
+16
*
IPC: add native key support to QSharedMemory
Thiago Macieira
9 days
1
-0
/
+9
*
QtCore removed_api.cpp: fix missing instruction comment in 6.5 block
Marc Mutz
11 days
1
-0
/
+4
*
QXmlStreamReader: fix spelling of PrivateConsructorTag
Marc Mutz
13 days
1
-1
/
+1
*
QXmlStreamWriter: port API from QString to QAnyStringView
Mate Barany
2022-12-10
1
-0
/
+96
*
QXmlStreamWriter: prepare for port to QAnyStringView
Marc Mutz
2022-12-10
1
-0
/
+11
*
qfloat16: remove the metatype dependency
Thiago Macieira
2022-11-28
1
-0
/
+1
*
Fix build with -no-feature-settings
Alexey Rochev
2022-11-17
1
-0
/
+3
*
QString: mark inline to{U,}LongLong() for inlining in Qt 7
Thiago Macieira
2022-11-15
1
-0
/
+3
*
Fix build with -no-feature-xmlstreamreader
Alexey Rochev
2022-11-02
1
-0
/
+4
*
Rename the header qenvironmentvariables.h -> qtenvironmentvariables.h
Sona Kurazyan
2022-09-30
1
-1
/
+1
*
QFuture: fix handling of cancelled continuation chain
Sona Kurazyan
2022-09-21
1
-18
/
+0
*
Port QDir to qsizetype [3/3]: API
Marc Mutz
2022-09-07
1
-0
/
+14
*
QtCore: removed_api.cpp: fix ordering
Marc Mutz
2022-09-07
1
-2
/
+2
*
Migrate QBasicTimer from int to qint64
Konrad Kujawa
2022-08-30
1
-0
/
+12
*
QBuffer: fix the setData() API re: int/qsizetype
Marc Mutz
2022-08-20
1
-0
/
+2
*
qputenv: port to QByteArrayView
Marc Mutz
2022-08-06
1
-0
/
+7
*
QVariant: update constructors for trivially copyable types
Thiago Macieira
2022-07-27
1
-0
/
+20
*
QByteArray: inline QByteArray::isNull()
Thiago Macieira
2022-07-27
1
-0
/
+2
*
QMetaType: add registerType() and qRegisterMetaType(QMetaType)
Thiago Macieira
2022-07-26
1
-0
/
+8
*
QCollator: port compare(ptr, n, ptr, n) to qsizetype
Marc Mutz
2022-07-20
1
-0
/
+2
*
Port QXmlStremReader to QAnyStringView
Sona Kurazyan
2022-07-12
1
-0
/
+35
*
Move QFutureInterfaceBase::cleanContinuation() to removed_api
Sona Kurazyan
2022-06-22
1
-0
/
+17
*
Long live QT_INLINE_SINCE!
Marc Mutz
2022-06-22
1
-0
/
+1
*
qHash: pass QByteArrayView to qHash() by value
Thiago Macieira
2022-06-15
1
-0
/
+12
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-3
/
+3
*
QSettings: port API from QString to QAnyStringView keys
Marc Mutz
2022-03-23
1
-0
/
+43
*
QObject: port setObjectName() to QAnyStringView
Marc Mutz
2022-03-15
1
-0
/
+10
*
QDataStream: make qfloat16 streaming a non-member
Marc Mutz
2022-03-14
1
-0
/
+17
*
Move QBindingStorage methods marked for removal to removed_api
Sona Kurazyan
2022-02-16
1
-0
/
+11
*
QUrl: Use Q_CORE_REMOVED_SINCE instead of explicit version checks
Ievgenii Meshcheriakov
2022-02-03
1
-0
/
+12
*
QLocale: Use Q_CORE_REMOVED_SINCE instead of explicit version checks
Ievgenii Meshcheriakov
2022-02-03
1
-0
/
+12
*
Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per module
Marc Mutz
2022-02-01
1
-7
/
+7
*
QCalendar: replace two overloads with one QAnyStringView function
Marc Mutz
2022-01-30
1
-0
/
+8
*
Move private QOperatingSystemVersion::compare to removed_api
Mårten Nordheim
2022-01-25
1
-0
/
+8
*
Q(Static)ByteArrayMatcher: manage indexIn() overloads
Marc Mutz
2022-01-23
1
-0
/
+5
*
QStaticByteArrayMatcher: fix searching in 2+GiB haystacks
Marc Mutz
2022-01-23
1
-0
/
+13
*
QByteArrayList: optimize 32-bit builds of legacy join() helper
Marc Mutz
2022-01-22
1
-1
/
+3
*
QVersionNumber: port fromString() to QAnyStringView
Marc Mutz
2022-01-18
1
-17
/
+9
*
QVersionNumber: change int to qsizetype in fromString()
Thiago Macieira
2022-01-17
1
-1
/
+35
*
QMetaType: port the BC fix for id() to new QT_REMOVED_SINCE
Marc Mutz
2021-12-06
1
-0
/
+17
*
QByteArrayList: fix narrowing in join() implementations [2/2]
Marc Mutz
2021-11-05
1
-0
/
+7
*
QUuid: port to QAnyStringView
Marc Mutz
2021-07-30
1
-0
/
+25
*
QUuid: port fromRfc4122() to QByteArrayView
Marc Mutz
2021-07-28
1
-0
/
+7
*
QtCore: clean up API removals
Marc Mutz
2021-07-28
1
-0
/
+63