..
LICENSE.siphash
…
qalgorithms.h
…
qalgorithms.qdoc
Remove deprecated algorithms from documentation
2020-11-26 03:38:11 +01:00
qarraydata.cpp
QArrayData: store the right flag type, not an int
2021-05-17 00:11:12 +02:00
qarraydata.h
QArrayData: store the right flag type, not an int
2021-05-17 00:11:12 +02:00
qarraydataops.h
QPodArrayOps: re-enable -Wstringop-overflow
2021-06-23 00:23:55 +02:00
qarraydatapointer.h
QList: do some minor cleanups in the internal code
2021-05-27 14:28:18 +02:00
qbitarray.cpp
Whitespace cleanup in corelib/tools
2020-10-21 08:26:38 +02:00
qbitarray.h
Whitespace cleanup in corelib/tools
2020-10-21 08:26:38 +02:00
qcache.h
QCache: when overwriting, store the new cost instead of the delta
2021-01-14 10:00:01 +00:00
qcache.qdoc
…
qcommandlineoption.cpp
Use (new) erase()/erase_if() algorithms
2020-12-05 00:47:44 +01:00
qcommandlineoption.h
…
qcommandlineparser.cpp
QCommandLineParser: fix crash if there's no QCoreApplication
2021-03-01 23:03:00 +01:00
qcommandlineparser.h
…
qcontainerfwd.h
qcontainerfwd.h: Do not include variant and tuple
2021-03-21 09:13:04 +01:00
qcontainertools_impl.h
Resurrect data moves in QList
2021-04-27 14:12:34 +02:00
qcontiguouscache.cpp
Doc: Fix various documentation issues for Qt Core
2020-10-31 11:46:54 +01:00
qcontiguouscache.h
QContiguousCache: Remove redundant condition
2021-03-05 07:27:14 +00:00
qcryptographichash.cpp
QCryptographicHash: use a std::array to hold result (was: QByteArray)
2021-07-15 17:56:23 +02:00
qcryptographichash.h
QtCore: clean up API removals
2021-07-28 09:43:03 +02:00
qduplicatetracker_p.h
QDuplicateTracker: bring back appendTo() &&
2021-07-27 17:44:30 +02:00
qeasingcurve.cpp
Whitespace cleanup in corelib/tools
2020-10-21 08:26:38 +02:00
qeasingcurve.h
Whitespace cleanup in corelib/tools
2020-10-21 08:26:38 +02:00
qflatmap_p.h
Don't allow storing types that throw in the destructor in our containers
2020-11-17 11:46:28 +01:00
qfreelist.cpp
Whitespace cleanup in corelib/tools
2020-10-21 08:26:38 +02:00
qfreelist_p.h
Get rid of Q_COMPILER_CONSTEXPR checks
2020-11-17 21:28:11 +01:00
qhash.cpp
Doc: Ensure deprecated APIs in Qt Core are documented as such
2021-07-23 10:39:04 +00:00
qhash.h
QHash/QSet: fix squeeze() for default-constructed container
2021-07-27 20:57:49 +02:00
qhashfunctions.h
QHash: fix qHash(std::pair)
2021-05-23 12:08:43 -07:00
qiterator.h
Support Java style iterators for QMultiHash
2020-10-23 09:49:32 +02:00
qiterator.qdoc
Doc: Fix various documentation issues for Qt Core
2020-10-31 11:46:54 +01:00
qline.cpp
Doc: Use \deprecated instead of \obsolete
2021-05-26 13:06:56 +02:00
qline.h
Make explicit that we expect co-ordinates to be finite
2021-02-04 17:18:51 +01:00
qlist.h
Resurrect data moves in QList
2021-04-27 14:12:34 +02:00
qlist.qdoc
QList: more explicitly document capacity() shenanigans
2021-06-17 17:44:52 +02:00
qmakearray_p.h
Whitespace cleanup in corelib/tools
2020-10-21 08:26:38 +02:00
qmap.h
QMap: add operator+ and - for iterators
2021-07-27 23:48:29 +02:00
qmap.qdoc
QMap: add operator+ and - for iterators
2021-07-27 23:48:29 +02:00
qmargins.cpp
Doc: Fix link errors qtbase
2021-04-06 07:34:21 +01:00
qmargins.h
Make explicit that we expect co-ordinates to be finite
2021-02-04 17:18:51 +01:00
qmessageauthenticationcode.cpp
QCryptographicHash: use a std::array to hold result (was: QByteArray)
2021-07-15 17:56:23 +02:00
qmessageauthenticationcode.h
Fix two missing conversions from in to qsizetype
2020-10-29 21:59:31 +01:00
qmultimap.qdoc
QMap: add operator+ and - for iterators
2021-07-27 23:48:29 +02:00
qoffsetstringarray_p.h
Add missing limits include
2021-06-20 17:48:12 +02:00
qpair.h
…
qpair.qdoc
Doc: Use \deprecated instead of \obsolete
2021-05-26 13:06:56 +02:00
qpoint.cpp
Make explicit that we expect co-ordinates to be finite
2021-02-04 17:18:51 +01:00
qpoint.h
QPoint(F): declare as PRIMITIVE, not RELOCATABLE
2021-03-05 11:19:46 +01:00
qqueue.cpp
…
qqueue.h
…
qrect.cpp
Make explicit that we expect co-ordinates to be finite
2021-02-04 17:18:51 +01:00
qrect.h
Make explicit that we expect co-ordinates to be finite
2021-02-04 17:18:51 +01:00
qrefcount.cpp
…
qrefcount.h
…
qringbuffer.cpp
…
qringbuffer_p.h
Build fix for GHS Compiler 2020.1.4
2021-02-16 08:20:42 +02:00
qscopedpointer.cpp
Doc: Ensure deprecated APIs in Qt Core are documented as such
2021-07-23 10:39:04 +00:00
qscopedpointer.h
QScopedPointer: deprecate swap
2021-03-04 06:49:02 +01:00
qscopedvaluerollback.cpp
Doc: link to QScopeGuard in QScopedValueRollback documentation
2021-02-09 20:44:56 +01:00
qscopedvaluerollback.h
…
qscopeguard.h
…
qscopeguard.qdoc
…
qset.h
QSet: add insert(T&&)
2020-12-02 10:17:11 +01:00
qset.qdoc
Doc: Add missing links to methods to QSet documentation page
2021-08-18 20:29:23 +02:00
qshareddata.cpp
Make QSharedPointer comparisons hidden friends
2020-10-23 20:29:32 +02:00
qshareddata.h
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
2020-11-30 17:16:21 +01:00
qshareddata_impl.h
…
qsharedpointer.cpp
Doc: Use \deprecated instead of \obsolete
2021-05-26 13:06:56 +02:00
qsharedpointer.h
Whitespace cleanup in corelib/tools
2020-10-21 08:26:38 +02:00
qsharedpointer_impl.h
Fix rvalue overload of qobject_pointer_cast for GCC 9.3
2021-07-03 11:35:46 +00:00
qsize.cpp
Make explicit that we expect co-ordinates to be finite
2021-02-04 17:18:51 +01:00
qsize.h
Add more support for structured bindings
2021-02-25 16:08:44 +01:00
qstack.cpp
…
qstack.h
…
qt_attribution.json
…
qtaggedpointer.h
Optimize code in QTaggedPointer
2020-11-30 23:02:28 +00:00
qtaggedpointer.qdoc
Fix documentation warnings
2020-10-24 14:13:42 +02:00
qtimeline.cpp
Port of QTimeLine to new property system
2021-04-26 16:44:54 +02:00
qtimeline.h
Consistent indentation for BINDABLE properties
2021-06-24 19:35:29 +02:00
qtools_p.h
Whitespace cleanup in corelib/tools
2020-10-21 08:26:38 +02:00
qvarlengtharray.h
QVarLengthArray: add support for emplacement
2021-08-16 17:26:29 +00:00
qvarlengtharray.qdoc
QVarLengthArray: add missing default-ctor documentation
2021-08-16 17:26:30 +00:00
qvector.h
…
qversionnumber.cpp
Make QVersionNumber and QArrayDataPointer comparisons hidden
2020-10-27 16:43:12 +01:00
qversionnumber.h
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
2020-11-30 17:16:21 +01:00