| .. |
|
qalgorithms.h
|
qalgorithms.h: fix mistake that MSVC has constexpr bitops in C++17 mode
|
2023-02-22 11:06:49 -08:00 |
|
qalgorithms.qdoc
|
Extract header qswap.h from qglobal.h
|
2022-08-25 16:53:47 +02:00 |
|
qarraydata.cpp
|
QArrayData/Pointer: s/QPair/std::pair/
|
2023-12-13 21:54:01 +01:00 |
|
qarraydata.h
|
Containers: add max_size()
|
2024-02-27 16:58:27 +01:00 |
|
qarraydataops.h
|
QArrayDataOps: fix appendUninitialized()
|
2024-07-05 20:22:05 +00:00 |
|
qarraydatapointer.h
|
QArrayData/Pointer: s/QPair/std::pair/
|
2023-12-13 21:54:01 +01:00 |
|
qatomicscopedvaluerollback.h
|
QAtomicScopedValueRollback: remove impossible constexpr
|
2024-04-23 13:24:42 +00:00 |
|
qatomicscopedvaluerollback.qdoc
|
Change license of .qdoc files
|
2024-02-02 16:52:11 +00:00 |
|
qbitarray.cpp
|
QBitArray: fix read of uninitialized terminating null
|
2024-06-17 19:06:27 +00:00 |
|
qbitarray.h
|
QBitArray: use new comparison helper macros
|
2024-04-26 20:11:14 +02:00 |
|
qcache.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qcache.qdoc
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qcommandlineoption.cpp
|
[docs] Remove references to C++11 feature availability
|
2024-01-09 18:54:46 +01:00 |
|
qcommandlineoption.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qcommandlineparser.cpp
|
QCommandLineParser: Warn invalid value calls
|
2023-09-21 22:05:06 +02:00 |
|
qcommandlineparser.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qcontainerfwd.h
|
Containers: add max_size()
|
2024-02-27 16:58:27 +01:00 |
|
qcontainertools_impl.h
|
Suppress bogus warning from gcc 12
|
2024-03-19 21:26:24 +00:00 |
|
qcontiguouscache.cpp
|
Break qglobal.h cyclic includes [3/3]
|
2023-05-26 19:48:32 +03:00 |
|
qcontiguouscache.h
|
qtypeinfo.h: move QTypeTraits part to qttypetraits.h
|
2024-06-04 13:42:16 +00:00 |
|
qcryptographichash.cpp
|
QMessageAuthenticationCode: add hashInto() overloads
|
2024-05-30 06:23:45 +00:00 |
|
qcryptographichash.h
|
QCryptographicHash: extend hashInto to more than one piece of data
|
2024-05-29 14:24:30 +02:00 |
|
qduplicatetracker_p.h
|
Opt out of standard library memory_resource on macOS < 14 and iOS < 17
|
2023-06-08 13:34:31 +02:00 |
|
qeasingcurve.cpp
|
QEasingCurve: use comparison helper macros
|
2024-05-10 16:31:28 +02:00 |
|
qeasingcurve.h
|
QEasingCurve: use comparison helper macros
|
2024-05-10 16:31:28 +02:00 |
|
qflatmap_p.h
|
QVarLengthArray: give the default Prealloc a name
|
2024-02-14 21:59:59 +01:00 |
|
qfreelist.cpp
|
QFreeList: Resolve symbol ambiguity in unity build
|
2023-08-02 15:11:45 +00:00 |
|
qfreelist_p.h
|
Long live Q_UNREACHABLE_RETURN()!
|
2022-10-15 22:11:47 +02:00 |
|
qfunctionaltools_impl.cpp
|
Add tests for CompactStorage
|
2023-12-08 04:18:32 +02:00 |
|
qfunctionaltools_impl.h
|
CompactStorage: make it default-constructible again
|
2024-02-23 00:10:05 +01:00 |
|
qhash.cpp
|
Fix copy-paste error in the QMultiHash documentation
|
2024-07-18 08:10:31 +00:00 |
|
qhash.h
|
qtypeinfo.h: move QTypeTraits part to qttypetraits.h
|
2024-06-04 13:42:16 +00:00 |
|
qhashfunctions.h
|
qHash(): make 1-to-2-arg adapter a worse match than regular 2-arg overloads
|
2024-06-28 09:04:56 +00:00 |
|
qiterator.h
|
Add QtPrivate::ArrowProxy
|
2024-01-31 20:18:47 +00:00 |
|
qiterator.qdoc
|
Adapt QMutableHashIterator to change in QMultiHash
|
2023-12-13 04:47:41 +01:00 |
|
qline.cpp
|
QLineF: add qFuzzyCompare and qFuzzyIsNull overloads
|
2024-05-10 15:33:40 +02:00 |
|
qline.h
|
QLineF: add qFuzzyCompare and qFuzzyIsNull overloads
|
2024-05-10 15:33:40 +02:00 |
|
qlist.h
|
qtypeinfo.h: move QTypeTraits part to qttypetraits.h
|
2024-06-04 13:42:16 +00:00 |
|
qlist.qdoc
|
Containers: add max_size()
|
2024-02-27 16:58:27 +01:00 |
|
qmakearray_p.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qmap.h
|
qtypeinfo.h: move QTypeTraits part to qttypetraits.h
|
2024-06-04 13:42:16 +00:00 |
|
qmap.qdoc
|
Doc: Add missing return type in QMap documentation
|
2024-02-26 18:11:28 +01:00 |
|
qmargins.cpp
|
QMarginsF: add qFuzzyCompare and qFuzzyIsNull overloads
|
2024-05-10 15:33:40 +02:00 |
|
qmargins.h
|
QMarginsF: add qFuzzyCompare and qFuzzyIsNull overloads
|
2024-05-10 15:33:40 +02:00 |
|
qmessageauthenticationcode.h
|
QMessageAuthenticationCode: add hashInto() overloads
|
2024-05-30 06:23:45 +00:00 |
|
qminimalflatset_p.h
|
QMinimalFlatSet: support custom comparators
|
2024-03-15 15:43:27 +01:00 |
|
qmultimap.qdoc
|
Change license of .qdoc files
|
2024-02-02 16:52:11 +00:00 |
|
qoffsetstringarray_p.h
|
QOffsetStringArray: fix -Werror=type-limits
|
2023-01-09 20:37:53 +01:00 |
|
qpair.h
|
Add QT_NO_QPAIR
|
2023-12-14 20:29:45 +01:00 |
|
qpair.qdoc
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qpoint.cpp
|
Add qFuzzyCompare() and qFuzzyIsNull() overloads for QPointF
|
2024-05-10 15:33:39 +02:00 |
|
qpoint.h
|
Add qFuzzyCompare() and qFuzzyIsNull() overloads for QPointF
|
2024-05-10 15:33:39 +02:00 |
|
qqueue.cpp
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qqueue.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qrect.cpp
|
QRectF: add qFuzzyCompare and qFuzzyIsNull overloads
|
2024-05-10 15:33:40 +02:00 |
|
qrect.h
|
QRectF: add qFuzzyCompare and qFuzzyIsNull overloads
|
2024-05-10 15:33:40 +02:00 |
|
qrefcount.cpp
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qrefcount.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qringbuffer.cpp
|
Containers: add max_size()
|
2024-02-27 16:58:27 +01:00 |
|
qringbuffer_p.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qscopedpointer.cpp
|
Doc: Fix \fn template arguments for Qt Core
|
2023-11-30 11:26:20 +01:00 |
|
qscopedpointer.h
|
Mark all ctors of [[nodiscard]] classes as Q_NODISCARD_CTOR
|
2023-06-20 07:34:09 +02:00 |
|
qscopedvaluerollback.cpp
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qscopedvaluerollback.h
|
Remove all class-level [[nodiscard]] from the code-base
|
2023-06-28 20:48:45 +00:00 |
|
qscopeguard.h
|
Remove all class-level [[nodiscard]] from the code-base
|
2023-06-28 20:48:45 +00:00 |
|
qscopeguard.qdoc
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qset.h
|
qtypeinfo.h: move QTypeTraits part to qttypetraits.h
|
2024-06-04 13:42:16 +00:00 |
|
qset.qdoc
|
Doc: Fix template information for a QSet constructor
|
2023-11-13 16:35:54 +01:00 |
|
qshareddata.cpp
|
QESDP: deprecate QT_ENABLE_QEXPLICITLYSHAREDDATAPOINTER_STATICCAST
|
2024-06-11 23:18:44 +00:00 |
|
qshareddata.h
|
QESDP: deprecate QT_ENABLE_QEXPLICITLYSHAREDDATAPOINTER_STATICCAST
|
2024-06-11 23:18:44 +00:00 |
|
qshareddata_impl.h
|
Replace qExchange with std::exchange
|
2022-10-07 18:11:36 +02:00 |
|
qsharedpointer.cpp
|
[docs] Remove references to C++11 feature availability
|
2024-01-09 18:54:46 +01:00 |
|
qsharedpointer.h
|
QSP/QWP: introduce owner_before, owner_equal, owner_hash
|
2023-10-26 19:24:40 +02:00 |
|
qsharedpointer_impl.h
|
QSharedPointer: Remove support code for tracking weak-pointer
|
2023-12-06 08:24:44 +02:00 |
|
qsize.cpp
|
QSizeF: add qFuzzyCompare and qFuzzyIsNull overloads
|
2024-05-14 14:33:21 +02:00 |
|
qsize.h
|
QSizeF: add qFuzzyCompare and qFuzzyIsNull overloads
|
2024-05-14 14:33:21 +02:00 |
|
qspan.h
|
QSpan: remove an unused tag type and variable
|
2024-07-05 09:38:42 +00:00 |
|
qspan.qdoc
|
QSpan: add as_(writable_)bytes
|
2024-05-23 16:18:35 +02:00 |
|
qspan_p.h
|
Long live QSpan as public API!
|
2023-12-07 22:38:15 +00:00 |
|
qstack.cpp
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qstack.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qtaggedpointer.h
|
Mark all remaining RAII/smart pointer class ctors [[nodiscard]]
|
2023-06-22 16:20:10 +00:00 |
|
qtaggedpointer.qdoc
|
Doc: Add default value for seed param to all qHash overloads
|
2022-07-20 13:15:57 +02:00 |
|
qtimeline.cpp
|
QTimeLine: fix binding loops
|
2023-09-03 18:20:30 +02:00 |
|
qtimeline.h
|
Use SPDX license identifiers
|
2022-05-16 16:37:38 +02:00 |
|
qtools_p.h
|
Containers: add max_size()
|
2024-02-27 16:58:27 +01:00 |
|
qtyperevision.cpp
|
QTypeRevision: use comparison helper macros
|
2024-03-13 20:34:22 +01:00 |
|
qtyperevision.h
|
QTypeRevision: use comparison helper macros
|
2024-03-13 20:34:22 +01:00 |
|
quniquehandle_p.h
|
Add QUniqueHandle - a general purpose RAII wrapper for non-memory types
|
2023-11-15 05:01:51 +01:00 |
|
qvarlengtharray.h
|
qtypeinfo.h: move QTypeTraits part to qttypetraits.h
|
2024-06-04 13:42:16 +00:00 |
|
qvarlengtharray.qdoc
|
Containers: add max_size()
|
2024-02-27 16:58:27 +01:00 |
|
qvector.h
|
QVector: make sure the forwarding headers for the Java iterators exist
|
2022-05-23 14:53:18 -07:00 |
|
qversionnumber.cpp
|
QVersionNumber: use new comparison helper macros
|
2024-05-06 22:47:55 +02:00 |
|
qversionnumber.h
|
Rework comparison helper macros to get rid of conditional noexcept
|
2024-07-16 11:32:19 +00:00 |