index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
algorithm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove qmake build files
Eike Ziller
2022-01-20
1
-4
/
+0
*
Fix building tests with Qt6
Eike Ziller
2020-10-30
1
-12
/
+14
*
CMake build: Add "Devel" package
Cristian Adam
2019-07-25
1
-1
/
+1
*
Qt Creator CMake port
Cristian Adam
2019-05-17
1
-0
/
+4
*
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: Remove Utils dependency in algorithm test
Orgad Shaneh
2016-08-04
2
-2
/
+1
*
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
3
-0
/
+131