| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Q_ARRAY_LITERAL: protect the check for literal types | Giuseppe D'Angelo | 2019-07-06 | 1 | -1/+7 |
| * | Q_ARRAY_LITERAL: fix the checks on the payload's datatype | Giuseppe D'Angelo | 2019-06-12 | 1 | -2/+2 |
| * | Remove handling of missing very old compiler feature check | Allan Sandfeld Jensen | 2019-04-06 | 1 | -30/+0 |
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -5/+5 |
| * | implement non-member operator+ for iterators | Eric Lemanissier | 2018-03-06 | 1 | -0/+2 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -2/+2 |
| * | Move Q_REQUIRED_RESULT to its correct position | Thiago Macieira | 2017-04-20 | 1 | -8/+6 |
| * | Add QArrayData::reallocateUnaligned for QString and QByteArray | Thiago Macieira | 2016-09-07 | 1 | -0/+11 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-05-19 | 1 | -2/+2 |
| |\ |
|
| | * | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTS | Thiago Macieira | 2016-05-08 | 1 | -2/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Compile with !QT_SUPPORTS(UNSHARABLE_CONTAINERS) | Marc Mutz | 2015-07-08 | 1 | -0/+2 |