summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-4/+217
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-11/+7
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-272-20/+261
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-272-21/+158
* Cleanup QTypeInfoLars Knoll2020-08-261-3/+6
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-181-0/+39
* Separate exception safety primitives from operationsAndrei Golubev2020-08-183-2/+613
* Refine precoditions and logic of array operationsAndrei Golubev2020-08-181-4/+9
* Extend array operations tests with extra casesAndrei Golubev2020-08-182-15/+481
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-4/+4
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-291-1/+1
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-16/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-20/+20
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-062-76/+13
* Get rid of unused flags in QArrayDataLars Knoll2020-07-061-16/+1
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-062-43/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-062-33/+20
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-141-5/+35
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-209/+147
|\
| * Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-081-9/+5
| * Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-082-126/+74
| * Stop using the reference counter to store data stateThiago Macieira2019-12-081-18/+18
| * Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-082-38/+35
| * Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-5/+5
| * Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-4/+3
| * Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-072-11/+11
| * Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-072-6/+4
| * Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-072-19/+19
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-192-324/+17
|\|
| * Get rid of unsharable containersLars Knoll2019-10-302-311/+4
| * Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-14/+14
* | Regenerate tests/auto/corelib/toolsAlexandru Croitor2019-11-121-2/+9
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-18/+30
|\|
| * Q_ARRAY_LITERAL: protect the check for literal typesGiuseppe D'Angelo2019-07-061-0/+12
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-18/+18
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-4/+0
|\|
| * Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-6/+0
|\|
| * Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-6/+0
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+4
|/
* tst_QArrayData: fix unused variable warning in reallocate()Marc Mutz2017-03-221-1/+0
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-2/+2
|\
| * Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-291-2/+2
* | Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-071-0/+50
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-16/+16
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-082-16/+16
* | Updated license headersJani Heikkinen2016-01-212-34/+24