summaryrefslogtreecommitdiff
path: root/tests/auto/algorithm/tst_algorithm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Fix that Utils::sorted could modify input containerEike Ziller2023-01-031-0/+101
* Utils: Add sorted() functionChristian Kandeler2022-10-251-6/+3
* Utils: Remove Utils::optionalEike Ziller2022-09-011-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Collapse most of porting,hhjk2022-07-131-14/+12
* Use QTEST_GUILESS_MAIN where applicableEike Ziller2022-06-131-1/+1
* Fix building tests with Qt6Eike Ziller2020-10-301-12/+14
* Tests: Fix compile for older compiler / QtChristian Stenger2018-03-131-9/+9
* Utils: Add pointeralgorithm.hTobias Hunger2018-03-121-79/+16
* Utils: Add takeTobias Hunger2018-03-121-0/+26
* Utils::transform: Add support for various map types as resultEike Ziller2017-12-201-0/+65
* Utils::transform: Support containers without reserve()Eike Ziller2017-12-201-2/+34
* Utils: Converter to raw pointer and referencesMarco Bubke2017-12-201-0/+53
* Utils::transform: Allow usage with non-const source containersEike Ziller2017-12-191-0/+31
* Tests: Fix compile with MSVC2015Christian Stenger2017-12-131-2/+2
* Support specifying complete result type in Utils::transformEike Ziller2017-12-121-4/+62
* Simplify transform and add support for more input container typesEike Ziller2017-12-071-0/+13
* Utils: Clean up Utils::findOr and Utils::findOrDefaultTobias Hunger2017-12-011-1/+18
* Utils: Support more containers with Utils::transformTobias Hunger2017-12-011-0/+73
* Utils: Improve Utils::containsTobias Hunger2017-12-011-0/+12
* Utils: Implement more Utils::anyOf variationsTobias Hunger2017-12-011-0/+24
* Tests: Fix compile on Windows and LinuxChristian Stenger2017-11-301-4/+6
* Add missing include to algorithm testEike Ziller2017-11-291-3/+4
* Algorithm: Support std::vector<std::unique_ptr> with contains and findOrEike Ziller2017-11-291-0/+63
* Tests: Fix compile on Linux and WindowsChristian Stenger2017-11-281-2/+3
* Utils: Make algorithms take more containersTobias Hunger2017-11-271-0/+14
* Algorithm: Add a member variant for transformOrgad Shaneh2017-03-101-10/+15
* Tests: Do not use deprecated Qt algorithmsOrgad Shaneh2016-08-151-3/+3
* Algorithm: Allow sorting container of pointers with member (function)Eike Ziller2016-08-091-0/+10
* Utils: Introduce sort variants for member and member functionOrgad Shaneh2016-08-091-0/+27
* Tests: Fix compile with Qt5.5/MSVC 2013Christian Stenger2016-07-221-2/+2
* Add auto test for algorithmsEike Ziller2016-07-111-0/+116