| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QStringList instead of QList<QString> | Alessandro Portale | 2025-10-02 | 1 | -6/+6 |
| * | Avoid QtTest module imports | Christian Stenger | 2025-07-18 | 1 | -1/+1 |
| * | Various tests: Replace QVector by QList | hjk | 2025-04-10 | 1 | -7/+7 |
| * | Utils: Add "findOr(..., nullopt, ...)" function | Marcus Tillmanns | 2023-12-04 | 1 | -0/+3 |
| * | Utils: Extend transform for container insertion | Marco Bubke | 2023-10-04 | 1 | -0/+18 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Fix that Utils::sorted could modify input container | Eike Ziller | 2023-01-03 | 1 | -0/+101 |
| * | Utils: Add sorted() function | Christian Kandeler | 2022-10-25 | 1 | -6/+3 |
| * | Utils: Remove Utils::optional | Eike Ziller | 2022-09-01 | 1 | -5/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Utils: Collapse most of porting,h | hjk | 2022-07-13 | 1 | -14/+12 |
| * | Use QTEST_GUILESS_MAIN where applicable | Eike Ziller | 2022-06-13 | 1 | -1/+1 |
| * | Fix building tests with Qt6 | Eike Ziller | 2020-10-30 | 1 | -12/+14 |
| * | Tests: Fix compile for older compiler / Qt | Christian Stenger | 2018-03-13 | 1 | -9/+9 |
| * | Utils: Add pointeralgorithm.h | Tobias Hunger | 2018-03-12 | 1 | -79/+16 |
| * | Utils: Add take | Tobias Hunger | 2018-03-12 | 1 | -0/+26 |
| * | Utils::transform: Add support for various map types as result | Eike Ziller | 2017-12-20 | 1 | -0/+65 |
| * | Utils::transform: Support containers without reserve() | Eike Ziller | 2017-12-20 | 1 | -2/+34 |
| * | Utils: Converter to raw pointer and references | Marco Bubke | 2017-12-20 | 1 | -0/+53 |
| * | Utils::transform: Allow usage with non-const source containers | Eike Ziller | 2017-12-19 | 1 | -0/+31 |
| * | Tests: Fix compile with MSVC2015 | Christian Stenger | 2017-12-13 | 1 | -2/+2 |
| * | Support specifying complete result type in Utils::transform | Eike Ziller | 2017-12-12 | 1 | -4/+62 |
| * | Simplify transform and add support for more input container types | Eike Ziller | 2017-12-07 | 1 | -0/+13 |
| * | Utils: Clean up Utils::findOr and Utils::findOrDefault | Tobias Hunger | 2017-12-01 | 1 | -1/+18 |
| * | Utils: Support more containers with Utils::transform | Tobias Hunger | 2017-12-01 | 1 | -0/+73 |
| * | Utils: Improve Utils::contains | Tobias Hunger | 2017-12-01 | 1 | -0/+12 |
| * | Utils: Implement more Utils::anyOf variations | Tobias Hunger | 2017-12-01 | 1 | -0/+24 |
| * | Tests: Fix compile on Windows and Linux | Christian Stenger | 2017-11-30 | 1 | -4/+6 |
| * | Add missing include to algorithm test | Eike Ziller | 2017-11-29 | 1 | -3/+4 |
| * | Algorithm: Support std::vector<std::unique_ptr> with contains and findOr | Eike Ziller | 2017-11-29 | 1 | -0/+63 |
| * | Tests: Fix compile on Linux and Windows | Christian Stenger | 2017-11-28 | 1 | -2/+3 |
| * | Utils: Make algorithms take more containers | Tobias Hunger | 2017-11-27 | 1 | -0/+14 |
| * | Algorithm: Add a member variant for transform | Orgad Shaneh | 2017-03-10 | 1 | -10/+15 |
| * | Tests: Do not use deprecated Qt algorithms | Orgad Shaneh | 2016-08-15 | 1 | -3/+3 |
| * | Algorithm: Allow sorting container of pointers with member (function) | Eike Ziller | 2016-08-09 | 1 | -0/+10 |
| * | Utils: Introduce sort variants for member and member function | Orgad Shaneh | 2016-08-09 | 1 | -0/+27 |
| * | Tests: Fix compile with Qt5.5/MSVC 2013 | Christian Stenger | 2016-07-22 | 1 | -2/+2 |
| * | Add auto test for algorithms | Eike Ziller | 2016-07-11 | 1 | -0/+116 |