summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata/tst_qarraydata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-15/+15
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-301-0/+2
* 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-271-17/+256
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-271-7/+130
* Cleanup QTypeInfoLars Knoll2020-08-261-3/+6
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-181-0/+39
* Separate exception safety primitives from operationsAndrei Golubev2020-08-181-1/+611
* Refine precoditions and logic of array operationsAndrei Golubev2020-08-181-4/+9
* Extend array operations tests with extra casesAndrei Golubev2020-08-181-9/+475
* 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
* 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-061-75/+12
* Get rid of unused flags in QArrayDataLars Knoll2020-07-061-16/+1
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-31/+0
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-29/+17
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-141-5/+35
* 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-081-119/+56
* 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-081-35/+32
* Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-4/+3
* Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-10/+10
* Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-4/+2
* Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-071-15/+15
* Get rid of unsharable containersLars Knoll2019-10-301-307/+4
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-14/+14
* 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
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
* Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-6/+0
* 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-191-15/+15
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-15/+15
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Haiku: Fix compilation of qarraydata unit testTobias Koenig2015-01-141-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-6/+38
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-221-1/+1
* Fix QArrayData checkKai Koehne2014-01-261-6/+3
* Fix MSVC 64bit warnings about int64 truncation in tests.Friedemann Kleint2014-01-241-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1