..
LICENSE.siphash
Replace Qt's hashing function with SipHash
2020-04-09 20:03:52 +02:00
qalgorithms.h
Introduce always constexpr variants of qCountTrailingZeroBits
2020-03-16 08:21:49 +01:00
qalgorithms.qdoc
Use QList instead of QVector in corelib implementation
2020-06-29 12:35:09 +02:00
qarraydata.cpp
Allow allocating more than 2G items in a vector
2020-07-06 21:31:01 +02:00
qarraydata.h
Allow allocating more than 2G items in a vector
2020-07-06 21:31:01 +02:00
qarraydataops.h
Make QArrayDataPointer::size a qsizetype
2020-07-06 21:30:47 +02:00
qarraydatapointer.h
QArrayDataPointer: use move and swap in move assignment
2020-07-10 02:16:09 +02:00
qbitarray.cpp
Use QList instead of QVector in corelib implementation
2020-06-29 12:35:09 +02:00
qbitarray.h
Change qHash() to work with size_t instead of uint
2020-04-09 20:03:25 +02:00
qcache.h
Use QList instead of QVector in corelib
2020-06-25 22:30:59 +02:00
qcache.qdoc
QtCore: replace 0 with \nullptr in documentation
2019-01-28 19:37:22 +00:00
qcommandlineoption.cpp
QCommandLineOption: purge deprecated API
2020-07-20 16:06:28 +02:00
qcommandlineoption.h
QCommandLineOption: purge deprecated API
2020-07-20 16:06:28 +02:00
qcommandlineparser.cpp
Use QList instead of QVector in corelib implementation
2020-06-29 12:35:09 +02:00
qcommandlineparser.h
…
qcontainerfwd.h
Add type traits to safely determine the existence of comparison operators
2020-07-08 14:13:55 +02:00
qcontainertools_impl.h
Use std::memmove
2020-06-30 14:30:19 +03:00
qcontiguouscache.cpp
Extend QContiguousCache to use qsizetype for size and indices
2020-03-14 10:36:47 +01:00
qcontiguouscache.h
Constrain the comparison operators for our container classes
2020-07-08 14:13:56 +02:00
qcryptographichash.cpp
QCryptographicHash: explicitly activate the used union member
2020-07-12 21:48:18 +02:00
qcryptographichash.h
don't limit QCryptographicHash to 2^31 bytes of input
2020-02-10 19:19:56 +01:00
qduplicatetracker_p.h
QSsl: port a local QStringList to QDuplicateTracker
2020-06-08 10:53:20 +00:00
qeasingcurve.cpp
Deprecate QTimeLine's curveShape in favor of its easingCurve
2020-07-16 17:39:11 +02:00
qeasingcurve.h
Use QList instead of QVector in corelib
2020-06-25 22:30:59 +02:00
qflatmap_p.h
Use QList instead of QVector in corelib
2020-06-25 22:30:59 +02:00
qfreelist.cpp
…
qfreelist_p.h
Merge remote-tracking branch 'origin/5.12' into 5.13
2019-07-12 12:23:29 +02:00
qhash.cpp
Introduce QByteArrayView
2020-07-08 08:45:49 +02:00
qhash.h
Work around compiler problems on MSVC 16.6.X
2020-07-15 12:37:43 +02:00
qhashfunctions.h
Introduce QByteArrayView
2020-07-08 08:45:49 +02:00
qiterator.h
Add operator-> to the key-value iterator for QHash and QMap
2020-03-03 20:25:19 +01:00
qiterator.qdoc
Doc: Mark API in Q[Mutable]HashIterator as deprecated
2020-07-14 17:07:00 +02:00
qline.cpp
Doc: Fix documentation warnings for Qt Core
2020-04-21 17:50:02 +02:00
qline.h
Improve deprecation message for QLine::angle(QLine)
2020-06-26 13:24:17 +00:00
qlist.cpp
Move implementation of QVector/List back to qlist.h
2020-06-20 20:01:33 +02:00
qlist.h
Remove the setting of GrowsBackwards from QList
2020-07-10 11:49:05 +03:00
qlist.qdoc
Small fixes to the QList documentation
2020-07-06 21:31:30 +02:00
qmakearray_p.h
Remove QConditional in favor of std::conditional/std::is_unsigned
2018-09-05 14:11:15 +00:00
qmap.cpp
Use QList instead of QVector in corelib implementation
2020-06-29 12:35:09 +02:00
qmap.h
Constrain the comparison operators for our container classes
2020-07-08 14:13:56 +02:00
qmargins.cpp
Move QMargins operator| into qmargins.h, add equivalent for QMarginsF
2020-04-24 17:40:09 +02:00
qmargins.h
Move QMargins operator| into qmargins.h, add equivalent for QMarginsF
2020-04-24 17:40:09 +02:00
qmessageauthenticationcode.cpp
…
qmessageauthenticationcode.h
…
qoffsetstringarray_p.h
Remove unnecessary ; after function implementations
2020-07-06 11:46:39 +02:00
qpair.h
Long live std::pair!
2020-06-10 16:49:08 +02:00
qpair.qdoc
Long live std::pair!
2020-06-10 16:49:08 +02:00
qpoint.cpp
QPoint/F: add transposed()
2019-08-07 23:09:06 +03:00
qpoint.h
Cleanup float-equal warnings
2020-06-17 22:05:21 +02:00
qqueue.cpp
…
qqueue.h
Deprecate QQueue::swap(i, j)
2019-05-10 15:27:48 +00:00
qrect.cpp
QRect(F): remove deprecated functions
2020-06-20 07:58:35 +00:00
qrect.h
QRect(F): remove deprecated functions
2020-06-20 07:58:35 +00:00
qrefcount.cpp
…
qrefcount.h
Get rid of unsharable containers
2019-10-30 16:39:37 +01:00
qringbuffer.cpp
Move away from using 0 as a pointer constant
2019-06-07 17:19:16 +02:00
qringbuffer_p.h
Use QList instead of QVector in corelib
2020-06-25 22:30:59 +02:00
qscopedpointer.cpp
Doc: replace even more null/0/nullptr with \nullptr macro
2019-05-08 12:48:32 +00:00
qscopedpointer.h
Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging/dev
2019-04-04 23:01:17 +00:00
qscopedpointer_p.h
…
qscopedvaluerollback.cpp
…
qscopedvaluerollback.h
Avoid erroneous creation of QScopedValueRollback objects
2019-11-08 14:24:55 +00:00
qscopeguard.h
Doc: Fix \fn command for qScopeGuard(F &&f)
2020-03-26 15:27:28 +01:00
qscopeguard.qdoc
Doc: Fix \fn command for qScopeGuard(F &&f)
2020-03-26 15:27:28 +01:00
qset.h
Constrain the comparison operators for our container classes
2020-07-08 14:13:56 +02:00
qset.qdoc
Change qHash() to work with size_t instead of uint
2020-04-09 20:03:25 +02:00
qshareddata.cpp
Q(E)SDP: add get()
2020-06-10 00:08:12 +02:00
qshareddata.h
Q(E)SDP: add get()
2020-06-10 00:08:12 +02:00
qshareddata_impl.h
Temporarily add a private QESDPv2
2020-07-22 16:33:29 +02:00
qsharedpointer.cpp
New QHash implementation
2020-04-09 20:02:55 +02:00
qsharedpointer.h
Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging/dev
2019-05-07 13:28:29 +00:00
qsharedpointer_impl.h
Change qHash() to work with size_t instead of uint
2020-04-09 20:03:25 +02:00
qsize.cpp
Long live QSize(F)::grownBy/shrunkBy()
2019-08-22 11:38:54 +02:00
qsize.h
Long live QSize(F)::grownBy/shrunkBy()
2019-08-22 11:38:54 +02:00
qstack.cpp
Use QList instead of QVector in corelib implementation
2020-06-29 12:35:09 +02:00
qstack.h
Use QList instead of QVector in corelib
2020-06-25 22:30:59 +02:00
qt_attribution.json
Replace Qt's hashing function with SipHash
2020-04-09 20:03:52 +02:00
qtaggedpointer.h
Port Q_STATIC_ASSERT(_X) to static_assert
2020-06-19 19:38:23 +02:00
qtaggedpointer.qdoc
QTaggedPointer: some API cleanups
2020-05-15 20:00:24 +02:00
qtimeline.cpp
Deprecate QTimeLine's curveShape in favor of its easingCurve
2020-07-16 17:39:11 +02:00
qtimeline.h
Deprecate QTimeLine's curveShape in favor of its easingCurve
2020-07-16 17:39:11 +02:00
qtools_p.h
Allow allocating more than 2G items in a vector
2020-07-06 21:31:01 +02:00
qvarlengtharray.h
QVLA: use std::aligned_storage
2020-07-12 21:48:11 +02:00
qvarlengtharray.qdoc
Use QList instead of QVector in corelib docs
2020-06-29 18:00:13 +02:00
qvector.h
Move implementation of QVector/List back to qlist.h
2020-06-20 20:01:33 +02:00
qvector_msvc.cpp
Use QList instead of QVector in corelib implementation
2020-06-29 12:35:09 +02:00
qversionnumber.cpp
Use QList instead of QVector in corelib implementation
2020-06-29 12:35:09 +02:00
qversionnumber.h
Use QList instead of QVector in corelib
2020-06-25 22:30:59 +02:00
tools.pri
Temporarily add a private QESDPv2
2020-07-22 16:33:29 +02:00