summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata/tst_qarraydata.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't pass invalid strings to strcmp()Peter Kümmel2012-12-061-1/+1
* Test: remove QSKIP in tst_qarraydataCaroline Chao2012-10-181-10/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Don't manipulate immutable dataJoão Abecasis2012-09-111-17/+71
* Improve performance of QArrayData::Grow autotestJoão Abecasis2012-08-301-5/+26
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-031-0/+53
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-121-18/+40
* Introduce QArrayDataOps::truncateJoão Abecasis2012-04-021-2/+65
* Introduce QArrayData::detachCapacityJoão Abecasis2012-04-021-4/+10
* Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-021-1/+73
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-291-4/+4
* Fix invalid read, detected by valgrindJoão Abecasis2012-03-151-10/+10
* Silence 'narrowing conversion' warning in testJoão Abecasis2012-03-131-1/+1
* Skip test when implicit move operators not availableJoão Abecasis2012-03-081-0/+43
* Add AllocationOption::GrowJoão Abecasis2012-02-291-1/+33
* Test setSharable with "raw data"João Abecasis2012-02-291-0/+3
* SimpleVector: don't assert when reserving on emptyJoão Abecasis2012-02-221-0/+62
* Workaround compiler issueJoão Abecasis2012-02-221-1/+1