summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Haiku: Fix compilation of qarraydata unit testTobias Koenig2015-01-141-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* Deprecate setSharable in Qt containersThiago Macieira2014-04-242-7/+40
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-223-8/+8
* 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-182-2/+2
* 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-222-48/+48
* Don't manipulate immutable dataJoão Abecasis2012-09-111-17/+71
* Improve performance of QArrayData::Grow autotestJoão Abecasis2012-08-301-5/+26
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-032-0/+79
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-121-18/+40
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-011-2/+2
* Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-021-4/+4
* Introduce QArrayDataOps::truncateJoão Abecasis2012-04-022-2/+95