| Commit message (Expand) | Author | Age | Files | Lines |
| * | QBasicAtomicInteger: Add (internal) refRelaxed | Fabian Kosmale | 2025-10-27 | 1 | -1/+1 |
| * | QArrayData: Add MSVC attributes to MALLOCLIKE | Mårten Nordheim | 2025-08-21 | 1 | -0/+2 |
| * | Revert renaming of QArrayData::ref_ | Thiago Macieira | 2025-07-10 | 1 | -5/+5 |
| * | QArrayData: fix potential UB in QBasicAtomic initialization | Marc Mutz | 2025-07-04 | 1 | -5/+5 |
| * | Containers: add a static constexpr maxSize() | Thiago Macieira | 2024-08-30 | 1 | -1/+5 |
| * | Containers: add max_size() | Giuseppe D'Angelo | 2024-02-27 | 1 | -0/+7 |
| * | QArrayData/Pointer: s/QPair/std::pair/ | Marc Mutz | 2023-12-13 | 1 | -6/+6 |
| * | qarraydata.h: don't rely on transitive include of qflags.h | Marc Mutz | 2023-12-13 | 1 | -0/+1 |
| * | QArrayData: move AlignedQArrayData to the public header | Thiago Macieira | 2023-12-11 | 1 | -1/+17 |
| * | QArrayData: add allocate1 and allocate2 for 1- and 2-byte types | Thiago Macieira | 2023-12-11 | 1 | -5/+27 |
| * | QArrayData: remove contradicting const qualifier from needsDetach() | Thiago Macieira | 2023-10-11 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QArrayData: store the right flag type, not an int | Giuseppe D'Angelo | 2021-05-17 | 1 | -1/+1 |
| * | qarraydata.h: use __has_builtin directly | Fabian Kosmale | 2021-03-21 | 1 | -1/+1 |
| * | Move the iterator from QTypedArrayData to QList | Lars Knoll | 2020-11-17 | 1 | -73/+0 |
| * | Only export the non inline methods of QArrayData | Lars Knoll | 2020-11-17 | 1 | -6/+6 |
| * | Rename AllocationPosition enum and its members | Lars Knoll | 2020-11-04 | 1 | -3/+3 |
| * | Clean up out allocation handling | Lars Knoll | 2020-11-04 | 1 | -18/+11 |
| * | Cleanup QArrayDataOps::reallocate() and related | Lars Knoll | 2020-11-04 | 1 | -4/+8 |
| * | Fix compiler warning from uninitialized members | Volker Hilsheimer | 2020-10-21 | 1 | -1/+1 |
| * | Replace Q_REQUIRED_RESULT with [[nodiscard]] | Allan Sandfeld Jensen | 2020-09-25 | 1 | -3/+3 |
| * | Add QArrayDataPointer::freeSpace*() functions | Andrei Golubev | 2020-08-18 | 1 | -1/+10 |
| * | Fix compilation in C++20 mode | Allan Sandfeld Jensen | 2020-08-08 | 1 | -6/+12 |
| * | Allow allocating more than 2G items in a vector | Lars Knoll | 2020-07-06 | 1 | -11/+11 |
| * | Implement a proper iterator for QTypedArrayData | Lars Knoll | 2020-07-06 | 1 | -2/+66 |
| * | Add a couple of noexcept | Lars Knoll | 2020-07-06 | 1 | -9/+9 |
| * | Get rid of QArrayData::sharedNull() | Lars Knoll | 2020-07-06 | 1 | -17/+1 |
| * | Get rid of QArrayData::isMutable() | Lars Knoll | 2020-07-06 | 1 | -11/+2 |
| * | Get rid of unused flags in QArrayData | Lars Knoll | 2020-07-06 | 1 | -17/+6 |
| * | Simplify Q_ARRAY_LITERAL | Lars Knoll | 2020-07-06 | 1 | -43/+0 |
| * | Get rid of shared null for QByteArray, QString and QVector | Lars Knoll | 2020-07-06 | 1 | -61/+7 |
| * | Remove method declaration that's not used or implemented | Lars Knoll | 2020-07-02 | 1 | -2/+0 |
| * | Port Q_STATIC_ASSERT(_X) to static_assert | Giuseppe D'Angelo | 2020-06-19 | 1 | -7/+7 |
| * | Ensure left/right/mid behave in a compatible way | Lars Knoll | 2020-06-09 | 1 | -1/+31 |
| * | QArrayData: stop using std::is_literal_type | Giuseppe D'Angelo | 2020-06-09 | 1 | -10/+2 |
| * | Get rid of some QT_STRICT_ITERATORS leftover | Lars Knoll | 2020-03-05 | 1 | -73/+0 |
| * | Final removal of the size and offset members from QArrayData | Thiago Macieira | 2019-12-08 | 1 | -45/+4 |
| * | Start moving QArrayData's size and data pointer to the main class | Thiago Macieira | 2019-12-08 | 1 | -36/+45 |
| * | Stop using the reference counter to store data state | Thiago Macieira | 2019-12-08 | 1 | -10/+17 |
| * | Add reference-count manipulation functions to QArrayData and hide ref | Thiago Macieira | 2019-12-08 | 1 | -3/+23 |
| * | Introduce the Mutable flag and move QArrayDataPointer::needsDetach | Thiago Macieira | 2019-12-08 | 1 | -1/+11 |
| * | Introduce flags to indicate the QArrayData type | Thiago Macieira | 2019-12-07 | 1 | -16/+26 |
| * | Introduce QArrayData::allocatedCapacity() and use it instead of d->alloc | Thiago Macieira | 2019-12-07 | 1 | -2/+12 |
| * | Replace QArrayData::capacityReserved with a full flags field | Thiago Macieira | 2019-12-07 | 1 | -6/+6 |
| * | Rename QArrayData::AllocateOptions enum and update some flags | Thiago Macieira | 2019-12-07 | 1 | -15/+17 |
| * | Add QArrayData::sharedNullData() | Thiago Macieira | 2019-12-07 | 1 | -0/+12 |
| * | Tell the compiler that QArrayData::allocate allocates memory | Thiago Macieira | 2019-12-07 | 1 | -1/+5 |
| * | Tell the compiler that QArrayData returns aligned pointers | Thiago Macieira | 2019-12-07 | 1 | -4/+11 |
| * | Get rid of unsharable containers | Lars Knoll | 2019-10-30 | 1 | -11/+0 |
| * | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword | Volker Hilsheimer | 2019-10-29 | 1 | -3/+3 |