summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Change qHashBits to use MurmurHash2Lars Knoll2020-04-091-11/+5
* Implement emplace() for QHash and QMultiHashLars Knoll2020-04-091-6/+79
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-097-32/+32
* new QCache implementationLars Knoll2020-04-091-0/+16
* New QHash implementationLars Knoll2020-04-093-34/+54
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-5/+5
|\
| * tst_QScopeGuard: Fix build by giving template parameters explicitlyKari Oikarinen2020-04-061-2/+2
| * qeasingcurve/tst_qeasingcurve: Fix for MinGW 8.1 x86Cristian Adam2020-03-201-2/+2
* | Change QTaggedPointer API to be more similar to other smart pointers in QtSimon Hausmann2020-03-191-8/+8
* | Make it possible to use QTaggedPointer within classesSimon Hausmann2020-03-171-0/+28
* | Introduce helper class QTaggedPointerTor Arne Vestbø2020-03-177-0/+464
* | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-4/+4
* | Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-141-13/+13
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1148
|\|
| * Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-063-6/+111
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-042-0/+12
|\|
| * Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-032-0/+12
* | Remove QLinkedListSona Kurazyan2020-02-1910-1402/+0
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-132-2/+2
|\ \
| * | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-122-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-133-6/+119
|\ \ \ | |/ / |/| / | |/
| * QScopeGuard: Fix build failures with qScopeGuard()Kari Oikarinen2020-02-011-1/+15
| * QScopeGuard: Make constructor publicKari Oikarinen2020-01-302-6/+100
* | QVector: implement methods for adding new elements constructed in placeVitaly Fanaskov2020-02-101-0/+181
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-0736-0/+441
|\ \
| * \ Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-0336-0/+441
| |\ \
| | * \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+1
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2412-325/+872
| | |\ \ \
| | * | | | Post merge fixesLeander Beernaert2019-11-253-16/+11
| | * | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-1922-2978/+94
| | |\ \ \ \
| | * | | | | Regenerate tests/auto/corelib/toolsAlexandru Croitor2019-11-1229-38/+296
| | * | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-2/+11
| | |\ \ \ \ \
| | * | | | | | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-146-4/+74
| | * | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1116-3/+311
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-15102-66578/+82
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1124-147/+589
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-1420-7681/+124
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-5/+98
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0326-142/+1422
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1628-280/+625
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | cmake: Build qcommandlineparser/testhelperAlbert Astals Cid2019-04-052-0/+22
| | * | | | | | | | | | | | | Begin port of qtbase to CMakeSimon Hausmann2018-11-0147-0/+96
* | | | | | | | | | | | | | | Core: Provide comparison functions for QTypeRevisionUlf Hermann2020-02-071-6/+42
* | | | | | | | | | | | | | | Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-031-13/+17
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Core: Add a QTypeRevision classUlf Hermann2020-01-301-0/+115
* | | | | | | | | | | | | | Fix tests in QHash that would read beyond end()Lars Knoll2020-01-301-2/+13
* | | | | | | | | | | | | | Don't enforce C++11Lars Knoll2020-01-301-1/+0
* | | | | | | | | | | | | | Remove deprecated functionality from QSetLars Knoll2020-01-301-146/+1
* | | | | | | | | | | | | | Adjust autotest to coming QHash changesLars Knoll2020-01-301-14/+8
* | | | | | | | | | | | | | Some fixes to collection autotestLars Knoll2020-01-301-15/+6