summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qvarlengtharray
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: re-publish Prealloc as a nested PreallocatedSizeMarc Mutz2024-02-151-0/+10
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-011-0/+44
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-201-0/+13
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-161-0/+23
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-22/+22
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QVarLengthArray: don't allow syncqt to export base classesMarc Mutz2021-12-151-1/+1
* QVarLengthArray: deprecate prepend()Marc Mutz2021-12-111-2/+9
* QVarLengthArray: make reallocation strongly exception safeMarc Mutz2021-12-091-2/+22
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-081-0/+45
* QVarLengthArray: add some basic checks for default-ctorMarc Mutz2021-12-071-0/+21
* QVarLengthArray: Reduce memory allocations in emplace()Robert Löhning2021-10-231-0/+27
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-5/+0
* QVarLengthArray: add support for emplacementMarc Mutz2021-08-161-0/+19
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* Remove the qmake project filesJoerg Bornemann2021-01-071-6/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* Make QVarLengthArray comparisons hidden friendsAllan Sandfeld Jensen2020-10-301-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Cleanup QTypeInfoLars Knoll2020-08-261-3/+3
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-221-15/+77
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-4/+4
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-1/+1
|\
| * Eradicate Q_FOREACHs over QVarLengthArrayMarc Mutz2019-11-051-1/+1
* | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-141-1/+13
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-112-0/+31
|\|
| * QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-072-0/+31
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-10/+27
|\|
| * QVarLengthArray: optimize pop_back()Marc Mutz2019-07-141-10/+27
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-0/+7
|\|
| * Make the default ctor of QVarLengthArray implicitUlf Hermann2019-07-021-0/+7
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-4/+0
|\|
| * Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-4/+0
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-261-7/+52
* add missing tests of rvalue overloads for QVarLengthArray and QVectorv5.11.0-beta2Eric Lemanissier2018-03-101-0/+9
* tst_qvarlengtharray: Add missing includeOliver Wolff2018-01-261-0/+2
* Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-201-9/+137
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-2/+15
|\
| * QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-171-2/+15