aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/algorithm
Commit message (Expand)AuthorAgeFilesLines
* CMake build: Add "Devel" packageCristian Adam2019-07-251-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+4
* 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: Remove Utils dependency in algorithm testOrgad Shaneh2016-08-042-2/+1
* Tests: Fix compile with Qt5.5/MSVC 2013Christian Stenger2016-07-221-2/+2
* Add auto test for algorithmsEike Ziller2016-07-113-0/+131