summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata/tst_qarraydata.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for rvalue-references in QArrayDataPointerJoão Abecasis2012-02-131-0/+46
* Update license headersJoão Abecasis2012-02-061-3/+3
* Make clear() use the shared null inlineJoão Abecasis2012-02-011-2/+2
* Fix some warnings with ClangJoão Abecasis2012-01-261-3/+3
* Introducing Q_ARRAY_LITERALJoão Abecasis2012-01-251-0/+92
* Don't use RefCount int operationsJoão Abecasis2012-01-171-18/+18
* Rename QArrayData::AllocateOption to AllocationOptionJoão Abecasis2012-01-161-6/+6
* Enable QArrayData to reference external array dataJoão Abecasis2012-01-161-0/+51
* Add setSharable support to SimpleVectorJoão Abecasis2012-01-101-0/+72
* Add AllocateOptions to QArrayDataJoão Abecasis2012-01-091-16/+26
* Remove shared_empty and unsharable_empty from APIJoão Abecasis2012-01-061-6/+12
* Add setSharable support in QArrayData stackJoão Abecasis2012-01-061-6/+146
* Adding detach to QArrayDataPointerJoão Abecasis2012-01-061-6/+31