summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/containerapisymmetry
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_containerapisymmetry: remove the extra push_backMarc Mutz2023-12-071-17/+17
* tst_ContainerApiSymmetry: check value_types with a const memberMarc Mutz2023-12-071-0/+90
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Add q20::erase_if(std::vector, pred) and erase(vector, val)Ahmad Samir2023-06-221-16/+8
* tst_containerapisymmetry: check that std::size() worksMarc Mutz2023-06-091-1/+1
* QString: add STL-style assign() [2/4]: (it,it) overload for QChar-convertible...Marc Mutz2023-06-071-0/+2
* QByteArray: add STL-style assign()Dennis Oberst2023-06-021-0/+1
* tst_ContainerApiSymmetry: make assign_impl() more robustDennis Oberst2023-06-011-22/+30
* QVarLengthArray/QList: make assign() return a reference to *thisMarc Mutz2023-05-171-4/+17
* QList: add STL-style assign()Dennis Oberst2023-05-161-0/+5
* tst_ContainerApiSymmetry: fix spacing of template <typenameMarc Mutz2023-05-161-1/+1
* tst_ContainerApiSymmetry: make assign_impl() robust w.r.t. overallocationMarc Mutz2023-05-131-7/+11
* tst_ContainerApiSymmetry: make a comment more preciseMarc Mutz2023-05-131-1/+2
* tst_ContainerApiSymmetry: follow file's style for assign() testsMarc Mutz2023-05-131-4/+2
* tst_ContainerApiSymmetry: fix mutable lambda anti-patternMarc Mutz2023-05-131-1/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* tst_ContainerApiSymmetry: fix -Wsign-compareMarc Mutz2023-02-161-1/+1
* QVarLengthArray: add STL-style assign()Dennis Oberst2023-02-081-0/+75
* ContainerApiSymmetry: verify Qt containers member erase returns iteratorAhmad Samir2022-12-021-0/+79
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* 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: add missing (size, value) ctorMarc Mutz2022-04-131-0/+12
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-061-0/+23
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-041-0/+131
* tst_QContainerApiSymmetry: fix incorrect P1115 detectionAllan Sandfeld Jensen2022-02-091-1/+1
* Sequential erase/_if: don't apply predicate twice to elementMarc Mutz2022-02-021-4/+18
* QList: fix typo in QList(It, It)Marc Mutz2021-12-101-12/+0
* tst_containerapisymmetry: test ranged ctors with pure input_iterator typesMarc Mutz2021-12-091-0/+52
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-111-0/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+3
* tst_containerapisymmetry: fix typoGiuseppe D'Angelo2020-12-031-1/+1
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-021-0/+67
* Add tests for the new erase/erase_if for sequential containersGiuseppe D'Angelo2020-12-012-0/+90
* tst_containerapisymmetry: use an algorithmGiuseppe D'Angelo2020-12-011-3/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* tst_containerapisymmetry: code tidiesGiuseppe D'Angelo2020-10-181-174/+18
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-2/+0
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-19/+19
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-11/+4
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-291-0/+10
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-3/+3
* Remove QLinkedListSona Kurazyan2020-02-192-12/+0